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#293
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Bump the dev-dependencies group across 1 directory with 7 updates#293dependabot[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.2.0` | | [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.8.0` | | [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.2.0 - [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.2.0) 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.8.0 - [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.8.0) 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 #294. |
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.2.010.2.010.4.03.0.13.1.021.3.422.8.016.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.2.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
271e7ab9.2.0989ac9dBuild: changelog update for 9.2.0b346605chore: upgrade@eslint/js@9.2.0 (#18413)c4c18e0chore: package.json update for@eslint/jsrelease284722cchore: package.json update for eslint-config-eslint release0f5df50docs: Update README347d44fchore: remove eslintrc export from eslint-config-eslint (#18400)8485d76feat:no-case-declarationsadd suggestions (#18388)a498f35feat: update Unicode letter detection in capitalized-comments rule (#18375)1579ce0docs: update wording regarding indirect eval (#18394)Updates
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.8.0Release notes
Sourced from puppeteer's releases.
... (truncated)
Commits
0ab1194chore: release main (#12375)d6be753chore(deps): Bump the all group in /website with 6 updates (#12388)b7f1993chore(deps-dev): Bump the dev-dependencies group with 7 updates (#12387)f23646btest: update canary expectations (#12386)5772210chore: add an ExtensionTransport (#12382)0af4664test: add canary specific expectation file (#12383)dc303f0test: clean test in after hook (#12325)461a8fffix: disable IsolateSandboxedIframes trial to prevent flakiness (#12381)f7e44b9ci: post a comment on canary failures (#12380)73d7692fix: turn on PdfOopif for PDF viewer (#12370)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.