Bump qs, chromedriver, cypress, http-server, jsdom, json-server, less, nightwatch and node-sass in /public/swagger-ui#97
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
…, nightwatch and node-sass Bumps [qs](https://github.com/ljharb/qs) to 6.14.2 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [chromedriver](https://github.com/giggio/node-chromedriver), [cypress](https://github.com/cypress-io/cypress), [http-server](https://github.com/http-party/http-server), [jsdom](https://github.com/jsdom/jsdom), [json-server](https://github.com/typicode/json-server), [less](https://github.com/less/less.js), [nightwatch](https://github.com/nightwatchjs/nightwatch) and [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together. Updates `qs` from 6.14.0 to 6.14.2 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.0...v6.14.2) Updates `chromedriver` from 2.46.0 to 145.0.3 - [Commits](giggio/node-chromedriver@2.46.0...145.0.3) Updates `cypress` from 3.6.0 to 15.10.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-dev-server-v3.6.0...v15.10.0) Updates `http-server` from 0.11.1 to 0.11.2 - [Release notes](https://github.com/http-party/http-server/releases) - [Commits](http-party/http-server@0.11.1...v0.11.2) Updates `jsdom` from 11.12.0 to 28.0.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@11.12.0...28.0.0) Updates `json-server` from 0.15.0 to 1.0.0-beta.5 - [Release notes](https://github.com/typicode/json-server/releases) - [Commits](typicode/json-server@v0.15.0...v1.0.0-beta.5) Updates `less` from 3.9.0 to 3.13.1 - [Release notes](https://github.com/less/less.js/releases) - [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md) - [Commits](less/less.js@v3.9.0...v3.13.1) Updates `nightwatch` from 1.7.13 to 3.15.0 - [Release notes](https://github.com/nightwatchjs/nightwatch/releases) - [Commits](nightwatchjs/nightwatch@v1.7.13...v3.15.0) Updates `node-sass` from 7.0.0 to 9.0.0 - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](sass/node-sass@v7.0.0...v9.0.0) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.2 dependency-type: indirect - dependency-name: chromedriver dependency-version: 145.0.3 dependency-type: direct:development - dependency-name: cypress dependency-version: 15.10.0 dependency-type: direct:development - dependency-name: http-server dependency-version: 0.11.2 dependency-type: direct:development - dependency-name: jsdom dependency-version: 28.0.0 dependency-type: direct:development - dependency-name: json-server dependency-version: 1.0.0-beta.5 dependency-type: direct:development - dependency-name: less dependency-version: 3.13.1 dependency-type: direct:development - dependency-name: nightwatch dependency-version: 3.15.0 dependency-type: direct:development - dependency-name: node-sass dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps qs to 6.14.2 and updates ancestor dependencies qs, chromedriver, cypress, http-server, jsdom, json-server, less, nightwatch and node-sass. These dependencies need to be updated together.
Updates
qsfrom 6.14.0 to 6.14.2Changelog
Sourced from qs's changelog.
Commits
bdcf0c7v6.14.2294db90[readme] document thataddQueryPrefixdoes not add?to empty output5c308e5[readme] clarifyparseArraysandarrayLimitdocumentation6addf8c[Fix]parse: mark overflow objects for indexed notation exceedingarrayLimitcfc108f[Fix]arrayLimitmeans max count, not max index, incombine/merge/`pars...febb644[Fix]parse: throw onarrayLimitexceeded with indexed notation when `thr...f6a7abf[Fix]parse: enforcearrayLimitoncomma-parsed valuesfbc5206[Fix]parse: fix error message to reflect arrayLimit as max index; remove e...1b9a8b4[actions] fix rebase workflow permissions2a35775[meta] fix changelog typo (arrayLength→arrayLimit)Updates
chromedriverfrom 2.46.0 to 145.0.3Commits
3e7244eBump version to 145.0.3ca19eb7Bump version to 145.0.2b62f720Bump version to 145.0.1ef295bbBump version to 145.0.0eff594dBump version to 144.0.1c845e71Bump version to 144.0.01eee5d2Bump version to 143.0.4c2611ebBump version to 143.0.3065bc85Bump version to 143.0.2010d5adBump version to 143.0.1Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for chromedriver since your current version.
Install script changes
This version adds
installscript that runs during installation. Review the package contents before updating.Updates
cypressfrom 3.6.0 to 15.10.0Release notes
Sourced from cypress's releases.
... (truncated)
Commits
e4324d1chore: v15.10.0 release (#33323)5b93401feat: display the resolved expose values in the resolved config ui (#33322)babb713docs: Update deprecation notice for Cypress.env() (#33320)2e00636chore: clarify allowCypressEnv error message (#33286)1f9d7f5docs: fix grammar in CLI README (#33317)f40f51echore: Update v8 snapshot cache - darwin (#33316)c61359echore: Update v8 snapshot cache - windows (#33315)fd01024chore: Update v8 snapshot cache - linux (#33314)fa872c6chore: fix cypress in cypress test replays (#33309)eb0f256chore(deps): update dependency devtools-protocol to v0.0.1575685 (#33294)Maintainer changes
This version was pushed to npm by cypress-npm-publisher, a new releaser for cypress since your current version.
Install script changes
This version modifies
postinstallscript that runs during installation. Review the package contents before updating.Updates
http-serverfrom 0.11.1 to 0.11.2Release notes
Sourced from http-server's releases.
Commits
46703940.11.2b2bb04dmore vulnerabilitiesc82881aupgrade dependencies to avoid several CVEsMaintainer changes
This version was pushed to npm by thornjad, a new releaser for http-server since your current version.
Updates
jsdomfrom 11.12.0 to 28.0.0Release notes
Sourced from jsdom's releases.
... (truncated)
Changelog
Sourced from jsdom's changelog.
... (truncated)
Commits
20f614dVersion 28.0.02b65c6aReplace the resource loader API638bd68Decode <a> and <area> query strings using document's encoding457bd4bAdd AGENTS.md (and CLAUDE.md)bf1dc15Mark header-values tests as fail-slow due to Node.js bug92f269eUpdate dependencies and dev dependencies7d6e667Improve spec alignment of Headers and header type tests2c29aedFix Windows-specific task kill timeoutsd941216Add failing regression test for animation-name case-sensitivity56a833dUpdate style benchmarkInstall script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
json-serverfrom 0.15.0 to 1.0.0-beta.5Release notes
Sourced from json-server's releases.
... (truncated)
Commits
58e8b01v1.0.0-beta.5 (#1690)c21fa06feat: add JSON Schema (#1681)f4e3c92chore: add tag flag for pnpm (#1688)81612f5chore: update Node.js version to 24.x in publish workflow (#1682)918080bRemove NODE_AUTH_TOKEN from publish workflow (#1680)012a5bdchore: update publish.yml to include permissions (#1679)c44e068chore: update package.json version and publish script (#1678)ae8bfc0chore: Update outdated GitHub Actions version (#1677)c3afd0ffix: patch error (#1676)580a71fchore: update dev script (#1675)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for json-server since your current version.
Updates
lessfrom 3.9.0 to 3.13.1Changelog
Sourced from less's changelog.
... (truncated)
Commits
283b1b4Fixes #3574 (#3575)5423802Update CHANGELOG.md257efddFixes #3434 - memory / runtime improvements (#3572)0e26859Examples contain more valid CSS, to test with a new parser (#3550)76132efBug fixes - fixes #3446 #3368 (#3546)ef4baa5Release 3.12.2 (#3545)b93a085Fixes #3533 (#3544)e188f44Fixes #3541 (#3543)2870163Update changeloge4f7551v3.12.0Updates
nightwatchfrom 1.7.13 to 3.15.0Release notes
Sourced from nightwatch's releases.
... (truncated)
Commits
f3a5784v3.15.0f7baefanpm audit fix4cd6f7f[TS] Fix return type of a few commands available on Page Objects. (#4434)4918658Fix v8-compile-cache causing unpredictable behaviour in unit tests. (#4437)b8787a4Fix snapshot typo in testSaveSnapshot.js (#4438)e8cf1a8Fix ESM support in Node >= 20. (#4425)ea59e4bAdddisable_output_boxesconfig to default Nightwatch config file. (#4432)01fc2ceAdd Node 20, 22 to CI. (#4428)a0817ffv3.14.03676937npm audit fix (#4427)Maintainer changes
This version was pushed to npm by garg3133, a new releaser for nightwatch since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
node-sassfrom 7.0.0 to 9.0.0Release notes
Sourced from node-sass's releases.
... (truncated)
Commits
87f3899feat: Node 20 support (#3355)06ae4c7build(deps): bump coverallsapp/github-action from 2.0.0 to 2.1.0 (#3350)e069f73build(deps): bump coverallsapp/github-action from 1.2.0 to 2.0.0c34837dbuild(deps): bump coverallsapp/github-action from 1.1.3 to 1.2.0ee13eb98.0.098e75b3feat: Node 18 and 19 support and drop Node 17 (#3257)e9bb866Bump node-gyp and nan for node 19 support (#3314)ab7840bFix binaries being partially downloaded (#3313)d595abf7.0.33b556c17.0.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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 dependency...Description has been truncated