-
Notifications
You must be signed in to change notification settings - Fork 5
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 29 updates #469
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/dev-dependencies-12d0cf16df
Closed
Bump the dev-dependencies group across 1 directory with 29 updates #469
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/dev-dependencies-12d0cf16df
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 26 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@ant-design/icons](https://github.com/ant-design/ant-design-icons) | `5.5.1` | `5.5.2` | | [antd](https://github.com/ant-design/ant-design) | `5.21.2` | `5.22.5` | | [dompurify](https://github.com/cure53/DOMPurify) | `3.1.7` | `3.2.3` | | [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify) | `3.0.5` | `3.2.0` | | [firebase](https://github.com/firebase/firebase-js-sdk) | `10.14.0` | `11.1.0` | | [firebase-admin](https://github.com/firebase/firebase-admin-node) | `12.6.0` | `13.0.2` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.0.0` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.11` | `19.0.2` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.0.0` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `19.0.2` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.2` | `7.0.2` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.1.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.8.0` | `8.18.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.8.0` | `8.18.1` | | [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.7.1` | `3.7.2` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.2` | `2.1.8` | | [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.17.0` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.1` | `7.37.2` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.2` | `5.1.0` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.12` | `0.4.16` | | [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.49` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.13` | `3.4.17` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.7.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.8` | `6.0.5` | | [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) | `4.2.0` | `4.3.0` | Updates `@ant-design/icons` from 5.5.1 to 5.5.2 - [Commits](https://github.com/ant-design/ant-design-icons/commits) Updates `antd` from 5.21.2 to 5.22.5 - [Release notes](https://github.com/ant-design/ant-design/releases) - [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md) - [Commits](ant-design/ant-design@5.21.2...5.22.5) Updates `dompurify` from 3.1.7 to 3.2.3 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.1.7...3.2.3) Updates `@types/dompurify` from 3.0.5 to 3.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify) Updates `firebase` from 10.14.0 to 11.1.0 - [Release notes](https://github.com/firebase/firebase-js-sdk/releases) - [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/firebase/firebase-js-sdk/compare/[email protected]@11.1.0) Updates `firebase-admin` from 12.6.0 to 13.0.2 - [Release notes](https://github.com/firebase/firebase-admin-node/releases) - [Changelog](https://github.com/firebase/firebase-admin-node/blob/master/CHANGELOG.md) - [Commits](firebase/firebase-admin-node@v12.6.0...v13.0.2) Updates `react` from 18.3.1 to 19.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react) Updates `@types/react` from 18.3.11 to 19.0.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 18.3.1 to 19.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom) Updates `@types/react-dom` from 18.3.0 to 19.0.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `react-router-dom` from 6.26.2 to 7.0.2 - [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 `@testing-library/react` from 16.0.1 to 16.1.0 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.0.1...v16.1.0) Updates `@types/dompurify` from 3.0.5 to 3.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify) Updates `@types/node` from 22.7.4 to 22.10.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.3.11 to 19.0.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.3.0 to 19.0.2 - [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.8.0 to 8.18.1 - [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.18.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.8.0 to 8.18.1 - [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.18.1/packages/parser) Updates `@vitejs/plugin-react-swc` from 3.7.1 to 3.7.2 - [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md) - [Commits](vitejs/vite-plugin-react-swc@v3.7.1...v3.7.2) Updates `@vitest/coverage-v8` from 2.1.2 to 2.1.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/coverage-v8) Updates `@vitest/ui` from 2.1.2 to 2.1.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/ui) Updates `eslint` from 8.57.1 to 9.17.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.1...v9.17.0) Updates `eslint-plugin-react` from 7.37.1 to 7.37.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.37.1...v7.37.2) Updates `eslint-plugin-react-hooks` from 4.6.2 to 5.1.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `eslint-plugin-react-refresh` from 0.4.12 to 0.4.16 - [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.12...v0.4.16) Updates `postcss` from 8.4.47 to 8.4.49 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.47...8.4.49) Updates `prettier` from 3.3.3 to 3.4.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.4.2) Updates `tailwindcss` from 3.4.13 to 3.4.17 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.13...v3.4.17) Updates `typescript` from 5.6.2 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.2...v5.7.2) Updates `vite` from 5.4.8 to 6.0.5 - [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/v6.0.5/packages/vite) Updates `vite-plugin-svgr` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/pd4d10/vite-plugin-svgr/releases) - [Commits](pd4d10/vite-plugin-svgr@v4.2.0...v4.3.0) Updates `vitest` from 2.1.2 to 2.1.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/vitest) --- updated-dependencies: - dependency-name: "@ant-design/icons" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: antd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/dompurify" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: firebase dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: firebase-admin dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/dompurify" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-major 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: "@vitejs/plugin-react-swc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@vitest/coverage-v8" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@vitest/ui" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-major 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: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript 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-major dependency-group: dev-dependencies - dependency-name: vite-plugin-svgr dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Dec 20, 2024
Superseded by #470. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/dev-dependencies-12d0cf16df
branch
December 23, 2024 15:50
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 the dev-dependencies group with 26 updates in the / directory:
5.5.1
5.5.2
5.21.2
5.22.5
3.1.7
3.2.3
3.0.5
3.2.0
10.14.0
11.1.0
12.6.0
13.0.2
18.3.1
19.0.0
18.3.11
19.0.2
18.3.1
19.0.0
18.3.0
19.0.2
6.26.2
7.0.2
16.0.1
16.1.0
8.8.0
8.18.1
8.8.0
8.18.1
3.7.1
3.7.2
2.1.2
2.1.8
8.57.1
9.17.0
7.37.1
7.37.2
4.6.2
5.1.0
0.4.12
0.4.16
8.4.47
8.4.49
3.3.3
3.4.2
3.4.13
3.4.17
5.6.2
5.7.2
5.4.8
6.0.5
4.2.0
4.3.0
Updates
@ant-design/icons
from 5.5.1 to 5.5.2Commits
Updates
antd
from 5.21.2 to 5.22.5Release notes
Sourced from antd's releases.
... (truncated)
Changelog
Sourced from antd's changelog.
... (truncated)
Commits
5da9dde
ci: auto unassign (#52013)397f45e
docs(✨): release 5.22.5 (#52016)c30a255
chore(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0 (#51981)a9fa9df
chore: rm useless token.calc (#52015)fbb11f0
fix(dropdown): support ReactNode type value (#50174)5c582fc
chore(Button): str type (#51521)034aa49
type: export CheckboxChangeEvent from 'antd' (#52008)17d741c
fix: Apply max width to confirm modal so that children's width will not incre...615723a
fix(select): prevent label overflow (#52011)48f85d6
ci: fix formatting (#51971)Updates
dompurify
from 3.1.7 to 3.2.3Release notes
Sourced from dompurify's releases.
Commits
f1106aa
chore: Preparing 3.2.3 release9c71e04
fix: Added clobbering check for sanitizeAttribute to prevent an errorc183cd6
fix: Fixed a config-dependent bypass caused by skipped attribute checks, than...6e76ece
fix: Fixed a config-dependent bypass relating to data-attributes, thanks@Slo
...c3879a5
Merge pull request #1041 from CoryHrycko/patch-10e1c724
Update tags.ts8513afd
Update README.mdb883b9e
Update README.md3b4b5e9
Merge pull request #1037 from svdb99/mainb9e9087
Fix #1033Updates
@types/dompurify
from 3.0.5 to 3.2.0Commits
Updates
firebase
from 10.14.0 to 11.1.0Release notes
Sourced from firebase's releases.
... (truncated)
Commits
e43d924
Version Packages (#8672)d5614ea
Merge main into releasecbec4b9
Add ts-node dep - needed to read jest.config.ts (#8670)4eaddd9
Merge main into release1e8edb7
Convert e2e unit tests to use Jest (#8666)cb4309f
Fixed issue where multiple calls to connectDataConnectEmulator causes an exce...f05509e
Support streaming streaming responses for callable functions. (#8609)c540ba9
Clear fetch abort timeout (#8663)1294e64
Wait for service worker registration to become active before any operations (...ffbf5a6
Version Packages (#8635)Updates
firebase-admin
from 12.6.0 to 13.0.2Release notes
Sourced from firebase-admin's releases.
... (truncated)
Commits
486ab16
[chore] Release 13.0.2 (#2813)cb374ca
build(deps-dev): bump@microsoft/api-extractor
from 7.48.0 to 7.48.1 (#2810)ebd2164
build(deps): bump@fastify/busboy
from 3.0.0 to 3.1.0 (#2805)86094a7
fix(auth): Fix credentials issue in createToken() when using ADC (#2801)69d6494
chore: Add firebaseAdminVersion to Firestore settings (#2795)79b78c4
build(deps): bump@types/node
from 22.10.0 to 22.10.1 (#2798)8358549
build(deps-dev): bump@types/mocha
from 10.0.9 to 10.0.10 (#2786)1772ac7
build(deps): bump@types/node
from 22.9.0 to 22.10.0 (#2790)de540fc
build(deps-dev): bump@firebase/app-compat
from 0.2.45 to 0.2.46 (#2784)a1ba932
build(deps-dev): bump@microsoft/api-extractor
from 7.47.11 to 7.48.0 (#2788)Updates
react
from 18.3.1 to 19.0.0Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
e137890
[string-refs] cleanup string ref code (#31443)d1f0472
[string-refs] remove enableLogStringRefsProd flag (#31414)3dc1e48
Followup: remove dead test code from #30346 (#31415)07aa494
Remove enableRefAsProp feature flag (#30346)45804af
[flow] Eliminate usage of more than 1-argReact.AbstractComponent
in React ...5636fad
[string-refs] log string ref from prod (#31161)b78a7f2
[rcr] Re-export useMemoCache in top level React namespace (#31139)4e9540e
[Fiber] Log the Render/Commit phases and the gaps in between (#31016)d4688df
[Fiber] Track Event Time, startTransition Time and setState Time (#31008)15da917
Don't read currentTransition back from internals (#30991)Updates
@types/react
from 18.3.11 to 19.0.2Commits
Updates
react-dom
from 18.3.1 to 19.0.0Release notes
Sourced from react-dom's releases.