-
Notifications
You must be signed in to change notification settings - Fork 0
npm(deps): bump the npm-dependencies group across 1 directory with 6 updates #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm(deps): bump the npm-dependencies group across 1 directory with 6 updates #23
Conversation
…updates Bumps the npm-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `7.5.0` | `7.5.1` | | [mongoose](https://github.com/Automattic/mongoose) | `8.15.1` | `8.16.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.28.0` | `9.29.0` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.0.2` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.0` | `16.1.2` | | [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.0` | Updates `express-rate-limit` from 7.5.0 to 7.5.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](express-rate-limit/express-rate-limit@v7.5.0...v7.5.1) Updates `mongoose` from 8.15.1 to 8.16.0 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@8.15.1...8.16.0) Updates `@eslint/js` from 9.28.0 to 9.29.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.29.0/packages/js) Updates `jest` from 29.7.0 to 30.0.2 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.2/packages/jest) Updates `lint-staged` from 16.1.0 to 16.1.2 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.1.0...v16.1.2) Updates `prettier` from 3.5.3 to 3.6.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.3...3.6.0) --- updated-dependencies: - dependency-name: express-rate-limit dependency-version: 7.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: mongoose dependency-version: 8.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@eslint/js" dependency-version: 9.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: jest dependency-version: 30.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: lint-staged dependency-version: 16.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: prettier dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the npm-dependencies group with 6 updates in the / directory:
7.5.07.5.18.15.18.16.09.28.09.29.029.7.030.0.216.1.016.1.23.5.33.6.0Updates
express-rate-limitfrom 7.5.0 to 7.5.1Release notes
Sourced from express-rate-limit's releases.
Commits
f2287177.5.1aede1837.5.1 changelog62bfcaefix: type of DraftHeadersVersion (#506)e2d7fa0docs: add note about ietf rate limit headers draft 92b84976fix: allow using express v4.11+, since v5 is out of beta89ab85abuild(deps): bump tar-fs,@babel/code-frame(#501)60530e1chore: fix lint issues98bf0a3build(deps): bump tar-fs (#499)78f42a6build(deps-dev): bump axios from 1.7.5 to 1.9.0 (#498)6a6e699Add unit test for resetKey method in MemoryStore (#496)Updates
mongoosefrom 8.15.1 to 8.16.0Release notes
Sourced from mongoose's releases.
Changelog
Sourced from mongoose's changelog.
Commits
f3ab650Merge branch 'master' of github.com:Automattic/mongoose82f9937chore: release 8.16.05be3eecMerge pull request #15475 from Automattic/8.16064cfe6chore: release 8.15.20d18d6eMerge pull request #15477 from Automattic/vkarpov15/gh-154613c03ea8Update test/schema.path.test.jsc761e46Update test/schema.path.test.js923bacbtest: add missing test files re: #15461b7d9eaafix(document+schema): improve handling for setting paths underneath maps, inc...8849eb3Merge pull request #15474 from Automattic/vkarpov15/gh-15439Updates
@eslint/jsfrom 9.28.0 to 9.29.0Release notes
Sourced from
@eslint/js's releases.Changelog
Sourced from
@eslint/js's changelog.Commits
acf2201chore: package.json update for@eslint/jsreleaseUpdates
jestfrom 29.7.0 to 30.0.2Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
393acbfv30.0.25ce865bv30.0.1469f665v30.0.0ce14203v30.0.0-rc.10ab14bav30.0.0-beta.9ac334c0v30.0.0-beta.87c799e5v30.0.0-beta.74f96449v30.0.0-beta.6286dc4av30.0.0-beta.576632c6chore: drop node 23 (#15640)Updates
lint-stagedfrom 16.1.0 to 16.1.2Release notes
Sourced from lint-staged's releases.
Changelog
Sourced from lint-staged's changelog.
Commits
0c48e29chore(changeset): releasee07227eperf: call rev-parse only once instead of three times when resolving git repo38f942efix: remove extra log entry5031a71perf: further optimize file chunking6ec38b9perf: optimize file list length calculation (#1581)a7c0c88fix: only stage changes to deleted files if they're no longer deleted after r...ccd5eddtest: pass --no-error-on-unmatched-pattern to prettier command in --diff-opti...48a6e95test: add failing test for staged deleted files not passed directly to tasks ...b56b29etest: add failing test for staged deleted files with diff filter D8420429chore(changeset): releaseUpdates
prettierfrom 3.5.3 to 3.6.0Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
e1c8095Release 3.6.09dfcdcbDisable "Linting files" step64e0147get previous version from package.json1a32b27Release@prettier/plugin-oxcand@prettier/plugin-hermese0055d2Avoid breakTSImportTypewith long module name (#17637)c19a8a9chore(deps): update dependency@stylistic/eslint-pluginto v5 (#17640)b4522b4Add badge to plugins (#17639)16c2d2echore(deps): update dependency concurrently to v9.2.0 (#17638)42d733bImprove .prettierignore file (#17632)25e2145Add test for #11526 (#17551)Dependabot 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 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions