-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Bump the dev-dependencies group across 1 directory with 23 updates #6857
Open
dependabot
wants to merge
1
commit into
develop
Choose a base branch
from
dependabot/npm_and_yarn/dev-dependencies-0e3fbf9b2c
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump the dev-dependencies group across 1 directory with 23 updates #6857
dependabot
wants to merge
1
commit into
develop
from
dependabot/npm_and_yarn/dev-dependencies-0e3fbf9b2c
+1,342
−1,178
Conversation
This file contains 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
Bumps the dev-dependencies group with 23 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@playwright/test](https://github.com/microsoft/playwright) | `1.49.1` | `1.50.1` | | [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `4.17.21` | `5.0.0` | | [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) | `9.0.7` | `9.0.8` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.13.1` | | [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.19.0` | | [mocha](https://github.com/mochajs/mocha) | `11.0.1` | `11.1.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.8` | `3.0.5` | | [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.1.4` | `1.1.6` | | [@radix-ui/react-toast](https://github.com/radix-ui/primitives) | `1.2.4` | `1.2.6` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.2` | `19.0.8` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.0.2` | `19.0.3` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.18.1` | `8.23.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.18.1` | `8.23.0` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.16` | `0.4.18` | | [i18next](https://github.com/i18next/i18next) | `24.2.0` | `24.2.2` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.469.0` | `0.474.0` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.54.1` | `7.54.2` | | [react-i18next](https://github.com/i18next/react-i18next) | `15.2.0` | `15.4.0` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.0.2` | `7.1.5` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.9` | `6.1.0` | | [zustand](https://github.com/pmndrs/zustand) | `5.0.2` | `5.0.3` | | [vitepress](https://github.com/vuejs/vitepress) | `1.5.0` | `1.6.3` | Updates `@playwright/test` from 1.49.1 to 1.50.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.49.1...v1.50.1) Updates `@types/express` from 4.17.21 to 5.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) Updates `@types/jsonwebtoken` from 9.0.7 to 9.0.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsonwebtoken) Updates `@types/node` from 22.10.2 to 22.13.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.17.0 to 9.19.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.17.0...v9.19.0) Updates `mocha` from 11.0.1 to 11.1.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.0.1...v11.1.0) Updates `typescript` from 5.7.2 to 5.7.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.2...v5.7.3) Updates `vitest` from 2.1.8 to 3.0.5 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/vitest) Updates `@radix-ui/react-dialog` from 1.1.4 to 1.1.6 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-toast` from 1.2.4 to 1.2.6 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@types/react` from 19.0.2 to 19.0.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 19.0.2 to 19.0.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@typescript-eslint/eslint-plugin` from 8.18.1 to 8.23.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.23.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.18.1 to 8.23.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.23.0/packages/parser) Updates `eslint-plugin-react-refresh` from 0.4.16 to 0.4.18 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.16...v0.4.18) Updates `i18next` from 24.2.0 to 24.2.2 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v24.2.0...v24.2.2) Updates `lucide-react` from 0.469.0 to 0.474.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.474.0/packages/lucide-react) Updates `react-hook-form` from 7.54.1 to 7.54.2 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](react-hook-form/react-hook-form@v7.54.1...v7.54.2) Updates `react-i18next` from 15.2.0 to 15.4.0 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v15.2.0...v15.4.0) Updates `react-router-dom` from 7.0.2 to 7.1.5 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom) Updates `vite` from 6.0.9 to 6.1.0 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/[email protected]/packages/vite) Updates `zustand` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v5.0.2...v5.0.3) Updates `vitepress` from 1.5.0 to 1.6.3 - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](vuejs/vitepress@v1.5.0...v1.6.3) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/express" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@types/jsonwebtoken" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@radix-ui/react-dialog" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@radix-ui/react-toast" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-react-refresh dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: i18next dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: lucide-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: react-hook-form dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: react-i18next dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: react-router-dom dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: zustand dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: vitepress dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Feb 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
0 participants
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 23 updates in the / directory:
1.49.1
1.50.1
4.17.21
5.0.0
9.0.7
9.0.8
22.10.2
22.13.1
9.17.0
9.19.0
11.0.1
11.1.0
5.7.2
5.7.3
2.1.8
3.0.5
1.1.4
1.1.6
1.2.4
1.2.6
19.0.2
19.0.8
19.0.2
19.0.3
8.18.1
8.23.0
8.18.1
8.23.0
0.4.16
0.4.18
24.2.0
24.2.2
0.469.0
0.474.0
7.54.1
7.54.2
15.2.0
15.4.0
7.0.2
7.1.5
6.0.9
6.1.0
5.0.2
5.0.3
1.5.0
1.6.3
Updates
@playwright/test
from 1.49.1 to 1.50.1Release notes
Sourced from
@playwright/test
's releases.... (truncated)
Commits
dbc685c
chore: mark v1.50.1 (#34575)13d80f1
cherry-pick(#34560): chore(docs): clarify connection method via BrowserType.c...159210d
cherry-pick(#34556): fix(toMatchAriaSnapshot): fail test run when updating mi...fbad9f7
cherry-pick(#34537): feat: per-assertion snapshot path template in config (#3...67313fa
cherry-pick(#34550): roll follow-ups for .NET and Python4b7794b
cherry-pick(#34544): fix(aria): disregard text area textContent1efbedd
cherry-pick(#34535): Revert "Reapply "fix(har timing): record connect timing ...1e258e0
cherry-pick(#34420): chore(deps): bump vite from 5.4.6 to 5.4.14 (#34539)7be4ef5
cherry-pick(#34522): test: fetch request through socks proxy over ipv47b3e590
cherry-pick(#34530): fix(firefox): disable fetch keep-alive for now before a ...Maintainer changes
This version was pushed to npm by dgozman-ms, a new releaser for
@playwright/test
since your current version.Updates
@types/express
from 4.17.21 to 5.0.0Commits
Updates
@types/jsonwebtoken
from 9.0.7 to 9.0.8Commits
Updates
@types/node
from 22.10.2 to 22.13.1Commits
Updates
eslint
from 9.17.0 to 9.19.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
208e0b1
9.19.0196dfda
Build: changelog update for 9.19.09b9cb05
chore: upgrade@eslint/js
@9
.19.0 (#19371)58560e7
chore: package.json update for@eslint/js
releasecfea9ab
docs: Clarify overrideConfig option (#19370)2b84f66
docs: Update README (#19362)044f93c
docs: clarify frozen rule description (#19351)797ee7c
docs: fix Bluesky links (#19368)81a9c0e
docs: Update README093fb3d
docs: replacevar
withlet
andconst
in rule examples (#19365)Updates
mocha
from 11.0.1 to 11.1.0Release notes
Sourced from mocha's releases.
Changelog
Sourced from mocha's changelog.
Commits
a87fb11
chore(main): release 11.1.0 (#5277)3c191c0
feat: replacestrip-ansi
withutil.stripVTControlCharacters
(#5267)8f1c8d8
feat: bump yargs to 17 (#5165)6caa902
chore(main): release 11.0.2 (#5269)259f8f8
fix: catch exceptions setting Error.stackTraceLimit (#5254)210d658
fix: error handling for unexpected numeric arguments passed to cli (#5263)6f10d12
docs: replace "New in" with "Since" in version annotations (#5262)f729cd0
docs: correct outdatedstatus: accepting prs
link (#5268)Updates
typescript
from 5.7.2 to 5.7.3Release notes
Sourced from typescript's releases.
Commits
a5e123d
Update LKG8bc0204
🤖 Pick PR #60828 (Fix CodeQL configuration, releases) into release-5.7 (#60923)7aa63df
🤖 Pick PR #60393 (Don't try to add an implicit undefi...) into release-5.7 (#...9df7c36
Bump version to 5.7.3 and LKGe167412
🤖 Pick PR #60794 (HardensanitizeLog
against incorr...) into release-5.7 (#...9ba364c
Fix coverage build on release-5.7 (#60792)4b7441a
🤖 Pick PR #60680 (Mark the inherited any-based index ...) into release-5.7 (#...e844dc3
Cherry-pick #60402, #60440, #60616 into release-5.7 (#60777)21b02a1
🤖 Pick PR #60749 (Do not require import attribute on ...) into release-5.7 (#...b82fd16
🤖 Pick PR #60576 (Avoid incorrectly reusing assertion...) into release-5.7 (#...Updates
vitest
from 2.1.8 to 3.0.5Release notes
Sourced from vitest's releases.
... (truncated)
Commits
1154662
chore: release v3.0.53c8050e
fix: don't toggle cli cursor on non-TTY (#7336)191ef9e
fix: validate websocket request (#7317)9e40437
chore: release v3.0.4ef1464f
fix: applydevelopment|production
condition on Vite 6 (#7301)38ea8ea
fix(deps): update all non-major dependencies (#7297)dff4406
fix: filter projects eagerly during config resolution (#7313)ce6af70
fix(types): fix public types (#7328)bff70be
fix(typechecking): support typechecking parsing with Vite 6 (#7335)a8d123c
chore(deps): update eslint packages (#7086)Updates
@radix-ui/react-dialog
from 1.1.4 to 1.1.6Commits
Updates
@radix-ui/react-toast
from 1.2.4 to 1.2.6Commits
Updates
@types/react
from 19.0.2 to 19.0.8Commits
Updates
@types/react-dom
from 19.0.2 to 19.0.3Commits
Updates
@typescript-eslint/eslint-plugin
from 8.18.1 to 8.23.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
2a96020
chore(release): publish 8.23.006925f8
feat(eslint-plugin): [no-unnecessary-boolean-literal-compare] enforce strictN...884995d
fix(eslint-plugin): [no-shadow] ignore declare variables in definition files ...cd15629
docs(eslint-plugin): [class-methods-use-this] refresh options docs (#10728)a9cbcc9
fix(eslint-plugin): [no-restricted-imports] support regex option (#10699)3e44913
fix(eslint-plugin): [dot-notation] handle noProperty...Description has been truncated