This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Bump the dev-dependencies group across 1 directory with 7 updates#291
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Bump the dev-dependencies group across 1 directory with 7 updates#291dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [chai](https://github.com/chaijs/chai) | `4.3.8` | `5.1.0` | | [eslint](https://github.com/eslint/eslint) | `8.51.0` | `9.1.1` | | [mocha](https://github.com/mochajs/mocha) | `10.2.0` | `10.4.0` | | [nodemon](https://github.com/remy/nodemon) | `3.0.1` | `3.1.0` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `21.3.4` | `22.7.1` | | [sinon](https://github.com/sinonjs/sinon) | `16.1.0` | `17.0.1` | | [supertest](https://github.com/ladjs/supertest) | `6.3.3` | `7.0.0` | Updates `chai` from 4.3.8 to 5.1.0 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.3.8...v5.1.0) Updates `eslint` from 8.51.0 to 9.1.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.51.0...v9.1.1) Updates `mocha` from 10.2.0 to 10.4.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v10.2.0...v10.4.0) Updates `nodemon` from 3.0.1 to 3.1.0 - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v3.0.1...v3.1.0) Updates `puppeteer` from 21.3.4 to 22.7.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](puppeteer/puppeteer@puppeteer-v21.3.4...puppeteer-v22.7.1) Updates `sinon` from 16.1.0 to 17.0.1 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v16.1.0...v17.0.1) Updates `supertest` from 6.3.3 to 7.0.0 - [Release notes](https://github.com/ladjs/supertest/releases) - [Commits](forwardemail/supertest@v6.3.3...v7.0.0) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: supertest dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #293. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 the dev-dependencies group with 7 updates in the / directory:
4.3.85.1.08.51.09.1.110.2.010.4.03.0.13.1.021.3.422.7.116.1.017.0.16.3.37.0.0Updates
chaifrom 4.3.8 to 5.1.0Release notes
Sourced from chai's releases.
... (truncated)
Commits
2cf92f5Fix publish script (#1602)1ba37b5Set support in same members (#1583)f224339Assert interface fix (#1601)d504573Implementiterableassertion (#1592)640d932Convert comments in "legal comments" format to jsdoc (#1598)e7f768eCleanup jsdoc comments (#1596)3290eb4Remove useless guards and add parentheses to constuctors (#1593)44b81df5.0.31a4dca15.0.257fef84Fix 1564 (#1566)Updates
eslintfrom 8.51.0 to 9.1.1Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
b4d25129.1.1ef36aa4Build: changelog update for 9.1.1a26b402fix: use@eslint/create-configlatest (#18373)b78d8319.1.0e4d9c92Build: changelog update for 9.1.0d9a2983chore: upgrade@eslint/jsto v9.1.1 (#18367)03068f1feat: Provide helpful error message for nullish configs (#18357)50d406dchore: package.json update for@eslint/jsrelease8d18958fix: Remove name from eslint/js packages (#18368)155c71cchore: package.json update for@eslint/jsreleaseUpdates
mochafrom 10.2.0 to 10.4.0Release notes
Sourced from mocha's releases.
... (truncated)
Changelog
Sourced from mocha's changelog.
... (truncated)
Commits
ffd9557Release v10.4.07ac67f3build(deps): bump the github-actions group with 2 updates (#5125)7a2781cchore: activate dependabot for workflows (#5123)97dcbb2fix: harden error handling inlib/cli/run.js(#5074)6f3f45efix: xunit integration test (#5122)a5b5652docs: fix documentation concerning glob expansion on UNIX (#4869)efbb147feat: add file path to xunit reporter (#4985)a2e600dfix: closes #5115 (#5116)3735873feat: include.causestacks in the error stack traces (#4829)b88978dchore: bump ESLint ecmaVersion to 2020 (#5104)Maintainer changes
This version was pushed to npm by voxpelli, a new releaser for mocha since your current version.
Updates
nodemonfrom 3.0.1 to 3.1.0Release notes
Sourced from nodemon's releases.
Commits
02d216ffeat: Enable nodemon to monitor file removal (#2182)c0ea423chore: web site render3938c69chore: web site render9651680chore: web site renderda328edchore: forced release2072383chore: supportersd3ee86efix: use node when using --import6fd8ce7chore: web site render33260c3chore: web site render43133a0chore: web site renderUpdates
puppeteerfrom 21.3.4 to 22.7.1Release notes
Sourced from puppeteer's releases.
... (truncated)
Commits
feef2a3chore: release main (#12318)eba4636ci: switch to macos-13 (#12326)e35e783chore: make a single visibility check (#12317)e254f74chore: remove type castings (#12322)9763703test: change test for BrowserContext (#12321)c9a5644fix(performance): speed up Firefox profile creation (#12320)943ade7build(deps): bump chromium-bidi to 0.5.19 (#12319)1241cccfix: roll to Chrome 124.0.6367.78 (r1274542) (#12314)165e3ecchore: update FF expectations after latest nighty (#12316)be259detest: fail faster if browser crashes (#12310)Maintainer changes
This version was pushed to npm by google-wombot, a new releaser for puppeteer since your current version.
Updates
sinonfrom 16.1.0 to 17.0.1Changelog
Sourced from sinon's changelog.
Commits
30e9e3717.0.15fde5aefix returns does not override call through (#2567)08d0696use random port for test:webworker (#2568)1eb070afix broken linkb5fc367Documentation for assertion options for the sandbox (#2564)f7d180cfix: assertion log limit (#2485)40caf21Bump browserify-sign from 4.2.1 to 4.2.2cd94da3Bump actions/setup-node from 3 to 4 (#2558)4f538e3Fix mochify breaking on node:assert (#2559)21d47f2Refactoring: move logic into separate file and renameMaintainer changes
This version was pushed to npm by fatso83, a new releaser for sinon since your current version.
Updates
supertestfrom 6.3.3 to 7.0.0Release notes
Sourced from supertest's releases.