Commit graph

6607 commits

Author SHA1 Message Date
Oliver Blanthorn
bd4392e34b
Merge pull request #4526 from tridactyl/dependabot/npm_and_yarn/eslint-config-prettier-8.6.0
Bump eslint-config-prettier from 8.5.0 to 8.6.0
2023-01-17 14:41:19 +01:00
Oliver Blanthorn
0db566cd87
Merge pull request #4453 from GHolk/hint-exclude
Option to exclude selectors from hint result
2023-01-17 14:39:21 +01:00
Oliver Blanthorn
5b0c7581a8
Improve hintElements docs 2023-01-17 14:37:54 +01:00
Oliver Blanthorn
79aaf83e1b
Merge pull request #4548 from paescuj/e2e-skip-readme-cancel-outdated
e2e tests: skip on 'readme.md' changes & cancel outdated runs
2023-01-17 12:14:33 +01:00
Oliver Blanthorn
2dab497f78
Merge pull request #4549 from paescuj/e2e-workflow-pin-versions
e2e workflow: pin & update version of actions
2023-01-17 12:13:38 +01:00
Pascal Jufer
b47e98ca7f force bash shell for yarn cache step 2023-01-15 22:47:39 +01:00
Pascal Jufer
82bb017bc0 switch to newer method to set output in yarn cache step
see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2023-01-15 20:25:23 +01:00
Pascal Jufer
5108c140af force bash shell for retry action 2023-01-15 20:05:38 +01:00
Pascal Jufer
f51b26ae7a e2e workflow: pin & update version of actions 2023-01-15 19:26:38 +01:00
Pascal Jufer
7553860a8c e2e tests: skip on 'readme.md' changes & cancel outdated runs
Let's safe some resources :-)
2023-01-15 19:11:14 +01:00
Oliver Blanthorn
71c07c524d
Merge pull request #4546 from rddunphy/container-colors
Fix container icon colours in completions
2023-01-15 19:10:12 +01:00
Oliver Blanthorn
d9b8701470
Merge pull request #4547 from paescuj/patch-1
Center description in readme
2023-01-15 18:07:52 +01:00
Pascal Jufer
d40cb6cdc5
Remove trailing spaces 2023-01-14 12:45:05 +01:00
Pascal Jufer
e94d584a07
Center description in readme
Seems to fit a little better since all other elements in the header are centered as well
2023-01-14 12:43:28 +01:00
Oliver Blanthorn
b46ab03059
Merge pull request #4541 from paescuj/patch-1
Skip `loadaucmds` when no config for cmdType
2023-01-14 12:34:07 +01:00
Oliver Blanthorn
e26865e4e4
Fix #4530: adopt bezmi's themes 2023-01-13 23:30:55 +01:00
Oliver Blanthorn
4e3091ac48
Merge pull request #4536 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.48.1
Bump @typescript-eslint/eslint-plugin-tslint from 5.48.0 to 5.48.1
2023-01-13 23:26:50 +01:00
Oliver Blanthorn
5dba5e5636
Merge pull request #4535 from tridactyl/dependabot/npm_and_yarn/prettier-2.8.2
Bump prettier from 2.7.1 to 2.8.2
2023-01-13 23:25:32 +01:00
R. David Dunphy
cea9521d2f Fix container icon colours in completions
Container icons were being coloured using `-moz-context-properties:
fill`, which doesn't appear to work (FF108) - all container icons
were displayed as black. Using `background-color` and `mask-image`
instead fixes it.
2023-01-12 16:47:42 +00:00
Pascal Jufer
149569c676
Skip loadaucmds when no config for cmdType
Fixes #4487
2023-01-11 14:59:23 +01:00
dependabot[bot]
6dd1423e1a
Bump @typescript-eslint/eslint-plugin-tslint from 5.48.0 to 5.48.1
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 5.48.0 to 5.48.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.1/packages/eslint-plugin-tslint)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin-tslint"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 22:02:33 +00:00
dependabot[bot]
3b5295b3fa
Bump prettier from 2.7.1 to 2.8.2
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.7.1...2.8.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 22:01:43 +00:00
dependabot[bot]
37fd6545d3
Bump eslint-config-prettier from 8.5.0 to 8.6.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.5.0 to 8.6.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.5.0...v8.6.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 22:01:49 +00:00
Oliver Blanthorn
0c84485e8b
Merge pull request #4523 from tridactyl/dependabot/npm_and_yarn/json5-1.0.2
Bump json5 from 1.0.1 to 1.0.2
2023-01-04 11:02:52 +00:00
Oliver Blanthorn
e1f51080cc
Merge pull request #4514 from tridactyl/dependabot/npm_and_yarn/marked-4.2.5
Bump marked from 4.2.2 to 4.2.5
2023-01-04 11:01:58 +00:00
Oliver Blanthorn
e94a196258
Merge pull request #4522 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.48.0
Bump @typescript-eslint/eslint-plugin-tslint from 5.41.0 to 5.48.0
2023-01-04 09:56:24 +00:00
Oliver Blanthorn
7707f5c243
Merge pull request #4485 from tridactyl/dependabot/npm_and_yarn/decode-uri-component-0.2.2
Bump decode-uri-component from 0.2.0 to 0.2.2
2023-01-04 09:55:54 +00:00
Oliver Blanthorn
44c7ca4b00
Merge pull request #4475 from tridactyl/dependabot/npm_and_yarn/web-ext-7.4.0
Bump web-ext from 7.3.1 to 7.4.0
2023-01-04 09:54:15 +00:00
dependabot[bot]
4be00a935c
Bump marked from 4.2.2 to 4.2.5
Bumps [marked](https://github.com/markedjs/marked) from 4.2.2 to 4.2.5.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.2.2...v4.2.5)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 09:53:47 +00:00
Oliver Blanthorn
58a289f838
Merge pull request #4448 from tridactyl/dependabot/npm_and_yarn/editor-adapter-0.0.5
Bump editor-adapter from 0.0.4 to 0.0.5
2023-01-04 09:53:29 +00:00
Oliver Blanthorn
c1e16701ee
Merge pull request #4477 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-39.6.4
Bump eslint-plugin-jsdoc from 39.3.25 to 39.6.4
2023-01-04 09:52:50 +00:00
Oliver Blanthorn
60811b5cb6
Merge pull request #4499 from tridactyl/dependabot/npm_and_yarn/qs-6.5.3
Bump qs from 6.5.2 to 6.5.3
2023-01-04 09:52:12 +00:00
dependabot[bot]
fd688fd81a
Bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 09:52:05 +00:00
Oliver Blanthorn
23f86da89d
Merge pull request #4506 from tridactyl/dependabot/npm_and_yarn/selenium-webdriver-4.7.1
Bump selenium-webdriver from 4.6.0 to 4.7.1
2023-01-04 09:51:53 +00:00
Oliver Blanthorn
ace607ca79
Merge pull request #4509 from tridactyl/dependabot/npm_and_yarn/jest-webextension-mock-3.8.7
Bump jest-webextension-mock from 3.7.22 to 3.8.7
2023-01-04 09:51:38 +00:00
Oliver Blanthorn
6e55e1b473
Merge pull request #4520 from GHolk/webrequest-extrainfospec-fix
Fix #4516 unsupported extraSpecInfo passed to webRequest event
2023-01-04 09:50:16 +00:00
dependabot[bot]
7fe21c2be2
Bump @typescript-eslint/eslint-plugin-tslint from 5.41.0 to 5.48.0
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 5.41.0 to 5.48.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.0/packages/eslint-plugin-tslint)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin-tslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 22:01:29 +00:00
gholk
3f5d0e81cb Fix unsupported extraSpecInfo passed to webRequest event
`browser.webRequest.on*.addListener` will throw errors if
unsupported extraSpecInfo passed.
We pass the extraSpecInfo for onBeforeRequest for all events,
and add more info in previous release.
Then, some user reported onBeforeRequest event stop working.

We will pass all supported extraSpecInfo for different event
in this commit.
2023-01-01 20:46:12 +08:00
gholk
eed0f18f31
Fix autocmddelete cannot remove webrequest event handler
Original code will overwrite the whole object if the same event
is regist even in different url pattern.

E.g:

```
autocmd BeforeRequest https://*/*?handler1 e=>({cancel:true})
autocmd BeforeRequest https://*/*?handler2 e=>({cancel:true})

" this will throw an error
autocmddelete BeforeRequest https://*/*?handler1
```
2022-12-31 18:06:21 +01:00
Oliver Blanthorn
79019b65fd
Merge pull request #4439 from treapster/use-key-codes
Add config option to use key codes instead of characters
2022-12-31 16:37:38 +00:00
Oliver Blanthorn
ba4ee74217
Add more detailed documentation for keylayoutforce 2022-12-31 17:21:18 +01:00
Denis Revunov
2bfb49fca5 Don't use translatemap with forced layout 2022-12-24 16:15:30 +03:00
Denis Revunov
4b4d5e517b Disallow keymap with forced layout 2022-12-17 03:19:37 +03:00
Denis Revunov
d531f60bab Remove mentions of alwaysqwerty, update comments 2022-12-17 03:08:49 +03:00
Oliver Blanthorn
c004e2e52c
Make prettier happier 2022-12-16 13:02:37 +01:00
Oliver Blanthorn
8ce146aafc
Rename bindkey to bindwizard and remove automatic binding
This allows users to change the bind to e.g. bindurl or unbind if they want
2022-12-16 12:58:07 +01:00
Oliver Blanthorn
3d4827d295
Merge branch 'master' into use-key-codes 2022-12-16 12:21:21 +01:00
Oliver Blanthorn
9aa285c954
Fix #4510: bind with no args no longer forgets mode 2022-12-16 12:20:30 +01:00
dependabot[bot]
884da24c1f
Bump jest-webextension-mock from 3.7.22 to 3.8.7
Bumps [jest-webextension-mock](https://github.com/clarkbw/jest-webextension-mock) from 3.7.22 to 3.8.7.
- [Release notes](https://github.com/clarkbw/jest-webextension-mock/releases)
- [Commits](https://github.com/clarkbw/jest-webextension-mock/compare/v3.7.22...v3.8.7)

---
updated-dependencies:
- dependency-name: jest-webextension-mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-15 22:00:55 +00:00
dependabot[bot]
5f009a0908
Bump selenium-webdriver from 4.6.0 to 4.7.1
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.6.0 to 4.7.1.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-14 22:03:12 +00:00