-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): Bump the npm-dependencies group across 1 directory with 15 updates #253
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
Closed
dependabot
wants to merge
1
commit into
master
from
dependabot/npm_and_yarn/web/npm-dependencies-5ccffa350a
Closed
chore(deps): Bump the npm-dependencies group across 1 directory with 15 updates #253
dependabot
wants to merge
1
commit into
master
from
dependabot/npm_and_yarn/web/npm-dependencies-5ccffa350a
Conversation
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
…15 updates Bumps the npm-dependencies group with 15 updates in the /web directory: | Package | From | To | | --- | --- | --- | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.12` | `5.90.16` | | [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.91.1` | `5.91.2` | | [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.141.4` | `1.144.0` | | [react-error-boundary](https://github.com/bvaughn/react-error-boundary) | `6.0.0` | `6.0.1` | | [zod](https://github.com/colinhacks/zod) | `4.2.1` | `4.3.3` | | [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) | `5.0.6` | `5.0.7` | | [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) | `5.0.6` | `5.0.7` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `10.1.10` | `10.1.11` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `10.1.10` | `10.1.11` | | [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.1.10` | `10.1.11` | | [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.15.1` | `7.15.4` | | [jsdom](https://github.com/jsdom/jsdom) | `27.3.0` | `27.4.0` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.1.10` | `10.1.11` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.50.0` | `8.51.0` | | [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `6.0.2` | `6.0.3` | Updates `@tanstack/react-query` from 5.90.12 to 5.90.16 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/[email protected]/packages/react-query) Updates `@tanstack/react-query-devtools` from 5.91.1 to 5.91.2 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query-devtools/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/[email protected]/packages/react-query-devtools) Updates `@tanstack/react-router` from 1.141.4 to 1.144.0 - [Release notes](https://github.com/TanStack/router/releases) - [Commits](https://github.com/TanStack/router/commits/v1.144.0/packages/react-router) Updates `react-error-boundary` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](bvaughn/react-error-boundary@6.0.0...6.0.1) Updates `zod` from 4.2.1 to 4.3.3 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.2.1...v4.3.3) Updates `@graphql-codegen/typescript` from 5.0.6 to 5.0.7 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/typescript) Updates `@graphql-codegen/typescript-operations` from 5.0.6 to 5.0.7 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/operations) Updates `@storybook/react` from 10.1.10 to 10.1.11 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/renderers/react) Updates `@storybook/react-vite` from 10.1.10 to 10.1.11 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/frameworks/react-vite) Updates `eslint-plugin-storybook` from 10.1.10 to 10.1.11 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/lib/eslint-plugin) Updates `eslint-plugin-testing-library` from 7.15.1 to 7.15.4 - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/release.config.js) - [Commits](testing-library/eslint-plugin-testing-library@v7.15.1...v7.15.4) Updates `jsdom` from 27.3.0 to 27.4.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@27.3.0...27.4.0) Updates `storybook` from 10.1.10 to 10.1.11 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/core) Updates `typescript-eslint` from 8.50.0 to 8.51.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.51.0/packages/typescript-eslint) Updates `vite-tsconfig-paths` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](aleclarson/vite-tsconfig-paths@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.90.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@tanstack/react-query-devtools" dependency-version: 5.91.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@tanstack/react-router" dependency-version: 1.144.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: react-error-boundary dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: zod dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@graphql-codegen/typescript" dependency-version: 5.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@graphql-codegen/typescript-operations" dependency-version: 5.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@storybook/react" dependency-version: 10.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@storybook/react-vite" dependency-version: 10.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: eslint-plugin-storybook dependency-version: 10.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: eslint-plugin-testing-library dependency-version: 7.15.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: jsdom dependency-version: 27.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: storybook dependency-version: 10.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: typescript-eslint dependency-version: 8.51.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: vite-tsconfig-paths dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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
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 npm-dependencies group with 15 updates in the /web directory:
5.90.125.90.165.91.15.91.21.141.41.144.06.0.06.0.14.2.14.3.35.0.65.0.75.0.65.0.710.1.1010.1.1110.1.1010.1.1110.1.1010.1.117.15.17.15.427.3.027.4.010.1.1010.1.118.50.08.51.06.0.26.0.3Updates
@tanstack/react-queryfrom 5.90.12 to 5.90.16Release notes
Sourced from
@tanstack/react-query's releases.Changelog
Sourced from
@tanstack/react-query's changelog.Commits
167db32ci: Version Packages (#10005)4be3ad7fix(react-query): allow retryOnMount when throwOnError is function (#9336) (#...0a1e3e0ci: Version Packages (#10003)fccef79fix(query-core): ensure query refetches on mount/retry when status is error (...e907f89fix(core): report errors of useMutation callbacks asynchronously (#9676)84564f1ci: Version Packages (#10001)642f72dtest(react-query/ssr): add 'useIsFetching' test for SSR (#9994)1d20c48ci: Version Packages (#9997)2be25catest(react-query/HydrationBoundary): add tests for 'enabled: false' and 'stal...f15b7fcci: prepare for trusted publishing (#9952)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@tanstack/react-querysince your current version.Updates
@tanstack/react-query-devtoolsfrom 5.91.1 to 5.91.2Release notes
Sourced from
@tanstack/react-query-devtools's releases.Changelog
Sourced from
@tanstack/react-query-devtools's changelog.Commits
84564f1ci: Version Packages (#10001)f15b7fcci: prepare for trusted publishing (#9952)72d8ac5fix: update react and nextJs (#9944)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@tanstack/react-query-devtoolssince your current version.Updates
@tanstack/react-routerfrom 1.141.4 to 1.144.0Release notes
Sourced from
@tanstack/react-router's releases.... (truncated)
Commits
c23dec4release: v1.144.0e90e720release: v1.143.11aa208f1fix: use React.use if available (#6229)2f46e9brelease: v1.143.6af9ef26fix: revert rewrite fix (#6211)80e43afrelease: v1.143.473315f1release: v1.143.317c07d9fix: rewrite causes infinite redirects (#6201)358a770release: v1.143.2b1c7350fix(react-router): HMR not updating inline arrow function components (#6197)Updates
react-error-boundaryfrom 6.0.0 to 6.0.1Commits
257255b6.0.0 -> 6.0.173a6393Updated contributing markdown7a49904Filled in useErrorBoundary page5a0c930Removed examples from README; those are now in the docsf5c6968Vercel JSON483e98aFix OG image URL0fcbea5Adoptreact-lib-tools(#231)2b0cc09chore(eslint): migrate config from 'mjs' to 'js' (#226)47c76a2chore(eslint.config): replace deprecated 'tseslint.config' with 'defineConfig...f50c322ci(.github/workflows): update 'actions/checkout' and 'actions/setup-node' to ...Updates
zodfrom 4.2.1 to 4.3.3Release notes
Sourced from zod's releases.
... (truncated)
Commits
f3b2151v4.3.30f41e5a4.3.2f71dc01Remove Juno (#5590)bf96635Loosen strictObjectinside intersection (#5587)0fe8840allow non-overwriting extends with refinements. 4.3.118996844.3.0f4fe8bfFix jitless bencha7b1d18Add.exactOptional()(#5589)363c966Fix #55608506c35Add babel-plugin-zod-hoist to ecosystem (#5588)Updates
@graphql-codegen/typescriptfrom 5.0.6 to 5.0.7Changelog
Sourced from
@graphql-codegen/typescript's changelog.Commits
5fed87achore(release): update monorepo packages versions (#10533)Updates
@graphql-codegen/typescript-operationsfrom 5.0.6 to 5.0.7Changelog
Sourced from
@graphql-codegen/typescript-operations's changelog.Commits
5fed87achore(release): update monorepo packages versions (#10533)f588d91fix invalid check for inline fragments (#10530)Updates
@storybook/reactfrom 10.1.10 to 10.1.11Release notes
Sourced from
@storybook/react's releases.Changelog
Sourced from
@storybook/react's changelog.Commits
9a9f538Bump version from "10.1.10" to "10.1.11" [skip ci]443ca2bMerge pull request #33354 from storybookjs/kasper/empty-story-factoryUpdates
@storybook/react-vitefrom 10.1.10 to 10.1.11Release notes
Sourced from
@storybook/react-vite's releases.Changelog
Sourced from
@storybook/react-vite's changelog.Commits
9a9f538Bump version from "10.1.10" to "10.1.11" [skip ci]Updates
eslint-plugin-storybookfrom 10.1.10 to 10.1.11Release notes
Sourced from eslint-plugin-storybook's releases.
Changelog
Sourced from eslint-plugin-storybook's changelog.
Commits
9a9f538Bump version from "10.1.10" to "10.1.11" [skip ci]Updates
eslint-plugin-testing-libraryfrom 7.15.1 to 7.15.4Release notes
Sourced from eslint-plugin-testing-library's releases.
Commits
b8ef377fix(deps): bumptypescript-eslintto v8.51.0 (#1171)b8ac9fbchore(deps): update pnpm to v10.26.2 (#1170)776a584chore(deps): update dependency tsdown to v0.18.3 (#1169)f32d63achore(deps): update dependency@vitest/eslint-pluginto v1.6.4 (#1168)83965f9chore(deps): update dependency@vitest/eslint-pluginto v1.6.3 (#1167)78f9614chore(deps): update dependency@vitest/eslint-pluginto v1.6.1 (#1166)211e02cchore(deps): update dependency tsdown to v0.18.2 (#1165)c23f025fix(deps): bumptypescript-eslintto v8.50.0 (#1164)d994f0cfix: import plugin meta version (#1163)6bb4603chore(deps): update dependency@vitest/eslint-pluginto v1.5.4 (#1162)Updates
jsdomfrom 27.3.0 to 27.4.0Release notes
Sourced from jsdom's releases.
Changelog
Sourced from jsdom's changelog.
Commits
098d16dVersion 27.4.01cd029eImprove asciiLowercase/asciiUppercase performance83fcb62Implement TextEncoder and TextDecoder; improve XML decodingddad97dSwitch from iconv-lite to exodus/bytes for decoding25cb2a1Use weak references for rangesed4f5edAdd currently-failing CSS regression testsUpdates
storybookfrom 10.1.10 to 10.1.11Release notes
Sourced from storybook's releases.
Changelog
Sourced from storybook's changelog.
Commits
9a9f538Bump version from "10.1.10" to "10.1.11" [skip ci]e8dbaa8Merge pull request #33381 from storybookjs/sidnioulz/issue-33352443ca2bMerge pull request #33354 from storybookjs/kasper/empty-story-factoryUpdates
typescript-eslintfrom 8.50.0 to 8.51.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
e4c57f5chore(release): publish 8.51.0d520b88chore(release): publish 8.50.1Updates
vite-tsconfig-pathsfrom 6.0.2 to 6.0.3Commits
6b0e61cchore: release v6.0.33d97cb4fix: ensure project references don’t get lost6119433chore(test): add control over-pvalue oftsc04e4602chore(test): add case for common “project reference” pattern (#198)0f27ad2chore(docs): mention vite-postgresDependabot 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