ProjectVisBug
                                
                                 ProjectVisBug copied to clipboard
                                
                                    ProjectVisBug copied to clipboard
                            
                            
                            
                        Bump tough-cookie, start-server-and-test and web-ext
Removes tough-cookie. It's no longer used after updating ancestor dependencies tough-cookie, start-server-and-test and web-ext. These dependencies need to be updated together.
Removes tough-cookie
Updates start-server-and-test from 1.11.0 to 1.15.4
Release notes
Sourced from start-server-and-test's releases.
v1.15.4
1.15.4 (2023-02-13)
Bug Fixes
v1.15.3
1.15.3 (2023-01-23)
Bug Fixes
v1.15.2
1.15.2 (2022-12-09)
Bug Fixes
- deps: update dependency wait-on to v6.0.1 (4e33599)
v1.15.1
1.15.1 (2022-12-07)
Bug Fixes
- deps: update dependency debug to v4.3.4 (9cfb60e)
v1.15.0
1.15.0 (2022-12-05)
Features
v1.14.0
1.14.0 (2021-09-02)
v1.13.1
1.13.1 (2021-07-26)
Bug Fixes
... (truncated)
Commits
- 9e8713bfix: add expected default value 200, closes #349
- 2ebf1bafix(deps): update dependency wait-on to v7 (#347)
- 4e33599fix(deps): update dependency wait-on to v6.0.1
- 9cfb60efix(deps): update dependency debug to v4.3.4
- 17a427cfeat: use the --expect parameter to specify HTTP response code (#343)
- 6bedc4cfix: add explicit license file, closes #336 (#342)
- 7294173update the CI workflow (#341)
- 776c7b6add CLI processing with arg module (#340)
- 693dc2cFEAT: Allow interval option from environment variable (#315)
- 7ac144fexplain the server not responding (#314)
- Additional commits viewable in compare view
Updates web-ext from 4.3.0 to 8.0.0
Release notes
Sourced from web-ext's releases.
8.0.0
What's changed
300+ commits have been written to get this new version 8 out of the door (see link to the full changelog at the bottom). Please take a look at the official documentation to know what has changed but expect some breaking changes.
Specifically,
web-ext signhas been heavily refactored. Among other things, you can create new add-ons (not just versions) from the command line now :tada: Unfortunately, this command is not backward compatible with v7.While we're keeping the v7 branch around to ease the transition, we will mainly fix bugs and introduce new features in v8.
New contributors
@zmckenneymade their first contribution in mozilla/web-ext#2734
@uioleemade their first contribution in mozilla/web-ext#2843
@afonsojramosmade their first contribution in mozilla/web-ext#2760
@lm1made their first contribution in mozilla/web-ext#2857
@dotprotomade their first contribution in mozilla/web-ext#3111Full changelog: https://github.com/mozilla/web-ext/compare/7.12.0...8.0.0
7.12.0
📣 We're finalizing web-ext v8 (the next major release), which will use a new AMO API to sign add-ons. Please try it out now by passing the
--use-submission-apiflag to thesigncommand in web-ext v7. More information at: https://extensionworkshop.com/documentation/develop/web-ext-command-reference-v7/#use-submission-api
features
- web-ext lint: updated to use
addons-linterto6.28.0- web-ext run: fixed a bug related to the use of work profiles on Android devices (backport #2857)
See all changes: https://github.com/mozilla/web-ext/compare/7.11.0...7.12.0
7.11.0
📣 We're finalizing web-ext v8 (the next major release), which will use a new AMO API to sign add-ons. Please try it out now by passing the
--use-submission-apiflag to thesigncommand in web-ext v7. More information at: https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#use-submission-api
Features
- web-ext lint: updated to use
addons-linterto6.21.0- web-ext run: remove
READ_EXTERNAL_STORAGEpermission requirement (backport #3018)See all changes: https://github.com/mozilla/web-ext/compare/7.10.0...7.11.0
7.10.0
📣 We're finalizing web-ext v8 (the next major release), which will use a new AMO API to sign add-ons. Please try it out now by passing the
--use-submission-apiflag to thesigncommand in web-ext v7. More information at: https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#use-submission-api
Features
... (truncated)
Commits
- 17d1c4bdocs: remove some badges in the README file
- 06dafc5fix: Fix link to EW in README file (#3149)
- e224899chore(deps): bump addons-linter from 6.27.0 to 6.28.0 (#3145)
- 0539ccefeat: remove --id flag on web-ext sign (#3126)
- 9fa3bf1chore(deps-dev): bump- @babel/eslint-parserfrom 7.24.5 to 7.24.6 (#3142)
- 1b58b41chore(deps-dev): bump- @babel/clifrom 7.24.5 to 7.24.6 (#3144)
- 0548119chore(deps-dev): bump- @babel/registerfrom 7.23.7 to 7.24.6 (#3143)
- c1fb52cchore(deps-dev): bump- @babel/corefrom 7.24.5 to 7.24.6 (#3140)
- b697131chore(deps-dev): bump- @babel/preset-envfrom 7.24.5 to 7.24.6 (#3139)
- 4559323chore(deps): bump- @babel/runtimefrom 7.24.5 to 7.24.6 (#3138)
- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency
- @dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.