Skip to content
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 patch-and-minor group across 1 directory with 10 updates #3696

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2025

Bumps the patch-and-minor group with 10 updates in the / directory:

Package From To
@sentry/cli 2.42.2 2.42.3
@tanstack/react-query 5.67.2 5.67.3
axios 1.8.2 1.8.3
@babel/core 7.26.9 7.26.10
@babel/plugin-transform-runtime 7.26.9 7.26.10
@tanstack/react-query-devtools 5.67.2 5.67.3
chai 5.1.2 5.2.0
css-minimizer-webpack-plugin 7.0.0 7.0.2
eslint-import-resolver-typescript 3.8.4 3.8.7
lint-staged 15.4.3 15.5.0

Updates @sentry/cli from 2.42.2 to 2.42.3

Release notes

Sourced from @​sentry/cli's releases.

2.42.3

Various fixes & improvements

  • fix(sourcemaps): Fix mismatches between path and URL on Windows (#2414) by @​BYK
Changelog

Sourced from @​sentry/cli's changelog.

2.42.3

Various fixes & improvements

  • fix(sourcemaps): Fix mismatches between path and URL on Windows (#2414) by @​BYK
Commits

Updates @tanstack/react-query from 5.67.2 to 5.67.3

Release notes

Sourced from @​tanstack/react-query's releases.

v5.67.3

Version 5.67.3 - 3/11/25, 5:19 PM

Changes

Refactor

  • types: restore missing readonly (#8783) (79496dd) by Yoomin Kang

Test

  • query-core: use fake timers for infiniteQueryObserver.test.tsx (#8775) (36eca99) by @​manudeli
  • query-core: use fake timers for queryCache.test.tsx (#8779) (2c8cf3c) by @​manudeli
  • query-core: use fake timer for notifyManager.test.tsx (#8773) (dcfc100) by @​manudeli
  • query-core: use fake timers for query.test.tsx (#8727) (0511c82) by @​manudeli
  • query-core: add test case for queryClient.isMutating (#8726) (4140898) by @​manudeli
  • react-query: add test case for useQuery (#8729) (887820c) by @​manudeli

Docs

  • angular-query: angular examples improvements (#8782) (79608f3) by Arnoud
  • react-query: fix incorrect link in documentation (#8699) (8bfa77b) by Harry
  • Fix community resource links in important Defaults page. (#8697) (4fb781f) by Raj Suhail
  • Fix 404 link for Query Keys in useQuery.md (#8769) (67e52cf) by Joseph Markus
  • Update ssr.md (#8770) (d85ee75) by Sina Sepahvand

Packages

  • @​tanstack/query-core@​5.67.3
  • @​tanstack/react-query@​5.67.3
  • @​tanstack/query-broadcast-client-experimental@​5.67.3
  • @​tanstack/query-persist-client-core@​5.67.3
  • @​tanstack/query-sync-storage-persister@​5.67.3
  • @​tanstack/react-query-devtools@​5.67.3
  • @​tanstack/react-query-persist-client@​5.67.3
  • @​tanstack/react-query-next-experimental@​5.67.3
  • @​tanstack/solid-query@​5.67.3
  • @​tanstack/solid-query-devtools@​5.67.3
  • @​tanstack/solid-query-persist-client@​5.67.3
  • @​tanstack/svelte-query@​5.67.3
  • @​tanstack/svelte-query-devtools@​5.67.3
  • @​tanstack/svelte-query-persist-client@​5.67.3
  • @​tanstack/vue-query@​5.67.3
  • @​tanstack/vue-query-devtools@​5.67.3
  • @​tanstack/angular-query-experimental@​5.67.3
  • @​tanstack/query-async-storage-persister@​5.67.3
  • @​tanstack/angular-query-devtools-experimental@​5.67.3
Commits

Updates axios from 1.8.2 to 1.8.3

Release notes

Sourced from axios's releases.

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Commits

Updates @babel/core from 7.26.9 to 7.26.10

Release notes

Sourced from @​babel/core's releases.

v7.26.10 (2025-03-11)

Thanks @​jordan-choi and @​mmmsssttt404 for your first PRs!

This release includes a fix for GHSA-968p-4wvh-cqc8, a security vulnerability which affects the .replace method of transpiled regular expressions that use named capturing groups.

👓 Spec Compliance

🐛 Bug Fix

  • babel-parser, babel-template
  • babel-core
  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-generator
  • babel-parser
  • babel-helpers, babel-runtime, babel-runtime-corejs2, babel-runtime-corejs3

💅 Polish

  • babel-standalone

🏠 Internal

Committers: 6

Changelog

Sourced from @​babel/core's changelog.

v7.26.10 (2025-03-11)

👓 Spec Compliance

🐛 Bug Fix

  • babel-parser, babel-template
  • babel-core
  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-generator
  • babel-parser
  • babel-helpers, babel-runtime, babel-runtime-corejs2, babel-runtime-corejs3

💅 Polish

  • babel-standalone

🏠 Internal

Commits

Updates @babel/plugin-transform-runtime from 7.26.9 to 7.26.10

Release notes

Sourced from @​babel/plugin-transform-runtime's releases.

v7.26.10 (2025-03-11)

Thanks @​jordan-choi and @​mmmsssttt404 for your first PRs!

This release includes a fix for GHSA-968p-4wvh-cqc8, a security vulnerability which affects the .replace method of transpiled regular expressions that use named capturing groups.

👓 Spec Compliance

🐛 Bug Fix

  • babel-parser, babel-template
  • babel-core
  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-generator
  • babel-parser
  • babel-helpers, babel-runtime, babel-runtime-corejs2, babel-runtime-corejs3

💅 Polish

  • babel-standalone

🏠 Internal

Committers: 6

Changelog

Sourced from @​babel/plugin-transform-runtime's changelog.

v7.26.10 (2025-03-11)

👓 Spec Compliance

🐛 Bug Fix

  • babel-parser, babel-template
  • babel-core
  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-generator
  • babel-parser
  • babel-helpers, babel-runtime, babel-runtime-corejs2, babel-runtime-corejs3

💅 Polish

  • babel-standalone

🏠 Internal

Commits

Updates @tanstack/react-query-devtools from 5.67.2 to 5.67.3

Release notes

Sourced from @​tanstack/react-query-devtools's releases.

v5.67.3

Version 5.67.3 - 3/11/25, 5:19 PM

Changes

Refactor

  • types: restore missing readonly (#8783) (79496dd) by Yoomin Kang

Test

  • query-core: use fake timers for infiniteQueryObserver.test.tsx (#8775) (36eca99) by @​manudeli
  • query-core: use fake timers for queryCache.test.tsx (#8779) (2c8cf3c) by @​manudeli
  • query-core: use fake timer for notifyManager.test.tsx (#8773) (dcfc100) by @​manudeli
  • query-core: use fake timers for query.test.tsx (#8727) (0511c82) by @​manudeli
  • query-core: add test case for queryClient.isMutating (#8726) (4140898) by @​manudeli
  • react-query: add test case for useQuery (#8729) (887820c) by @​manudeli

Docs

  • angular-query: angular examples improvements (#8782) (79608f3) by Arnoud
  • react-query: fix incorrect link in documentation (#8699) (8bfa77b) by Harry
  • Fix community resource links in important Defaults page. (#8697) (4fb781f) by Raj Suhail
  • Fix 404 link for Query Keys in useQuery.md (#8769) (67e52cf) by Joseph Markus
  • Update ssr.md (#8770) (d85ee75) by Sina Sepahvand

Packages

  • @​tanstack/query-core@​5.67.3
  • @​tanstack/react-query@​5.67.3
  • @​tanstack/query-broadcast-client-experimental@​5.67.3
  • @​tanstack/query-persist-client-core@​5.67.3
  • @​tanstack/query-sync-storage-persister@​5.67.3
  • @​tanstack/react-query-devtools@​5.67.3
  • @​tanstack/react-query-persist-client@​5.67.3
  • @​tanstack/react-query-next-experimental@​5.67.3
  • @​tanstack/solid-query@​5.67.3
  • @​tanstack/solid-query-devtools@​5.67.3
  • @​tanstack/solid-query-persist-client@​5.67.3
  • @​tanstack/svelte-query@​5.67.3
  • @​tanstack/svelte-query-devtools@​5.67.3
  • @​tanstack/svelte-query-persist-client@​5.67.3
  • @​tanstack/vue-query@​5.67.3
  • @​tanstack/vue-query-devtools@​5.67.3
  • @​tanstack/angular-query-experimental@​5.67.3
  • @​tanstack/query-async-storage-persister@​5.67.3
  • @​tanstack/angular-query-devtools-experimental@​5.67.3
Commits

Updates chai from 5.1.2 to 5.2.0

Release notes

Sourced from chai's releases.

v5.2.0

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.2...v5.2.0

Commits

Updates css-minimizer-webpack-plugin from 7.0.0 to 7.0.2

Release notes

Sourced from css-minimizer-webpack-plugin's releases.

v7.0.2

7.0.2 (2025-03-06)

Bug Fixes

v7.0.1

7.0.1 (2025-03-06)

Bug Fixes

  • better support worker threads (eeaa5e1)
  • use os.availableParallelism() for parallelism when it is available (b07feeb)
Changelog

Sourced from css-minimizer-webpack-plugin's changelog.

7.0.2 (2025-03-06)

Bug Fixes

7.0.1 (2025-03-06)

Bug Fixes

  • better support worker threads (eeaa5e1)
  • use os.availableParallelism() for parallelism when it is available (b07feeb)
Commits
  • bc6dd99 chore(release): 7.0.2
  • 9d009b3 fix: better types
  • 08c9f3e chore(release): 7.0.1
  • eeaa5e1 fix: better support worker threads
  • b07feeb fix: use os.availableParallelism() for parallelism when it is available
  • f148aa1 chore(deps-dev): bump esbuild from 0.20.2 to 0.25.0 (#279)
  • 2d291a0 chore: update codecov-action from v4 to v5 (#277)
  • 9152293 chore(deps): bump nanoid from 3.3.7 to 3.3.8 (#276)
  • 50f4eef ci: add Node.js v23 (#274)
  • b03665a chore: fix npm audit (#275)
  • Additional commits viewable in compare view

Updates eslint-import-resolver-typescript from 3.8.4 to 3.8.7

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v3.8.7

Patch Changes

v3.8.6

Patch Changes

v3.8.5

Patch Changes

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

3.8.7

Patch Changes

3.8.6

Patch Changes

3.8.5

Patch Changes

Commits
  • 904356b chore: release eslint-import-resolver-typescript (#378)
  • a14fdd9 fix: include mapper with no files and force non-dynamic projects to use absol...
  • 7fdfd80 chore: release eslint-import-resolver-typescript (#375)
  • c9d5ab0 fix: add support for importing with .js extension as tsx importee (#374)
  • 7d63ec7 chore: release eslint-import-resolver-typescript (#373)
  • 366eeaf fix: if file has no corresponding mapper function, apply all of them… (#372)
  • See full diff in compare view

Updates lint-staged from 15.4.3 to 15.5.0

Release notes

Sourced from lint-staged's releases.

v15.5.0

Minor Changes

  • #1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.

    Example with Prettier

    By default Prettier prefers double quotes.

    Previously

    1. Stage file.js with only double quotes " changed to '
    2. Run git commit -am "I don't like double quotes"
    3. Lint-staged runs prettier --write file.js, converting all the ' back to "
    4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
    5. Commit was not done, original state is restored and single quotes ' are staged

    Now

    1. Stage file.js with only double-quotes " changed to '
    2. Run git commit -am "I don't like double quotes"
    3. Lint-staged runs prettier --write file.js, converting all the ' back to "
    4. Because there are now no changes, lint-staged fails and cancels the commit
    5. Commit was not done, and there are no staged changes
Changelog

Sourced from lint-staged's changelog.

15.5.0

Minor Changes

  • #1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.

    Example with Prettier

    By default Prettier prefers double quotes.

    Previously

    1. Stage file.js with only double quotes " changed to '
    2. Run git commit -am "I don't like double quotes"
    3. Lint-staged runs prettier --write file.js, converting all the ' back to "
    4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
    5. Commit was not done, original state is restored and single quotes ' are staged

    Now

    1. Stage file.js with only double-quotes " changed to '
    2. Run git commit -am "I don't like double quotes"
    3. Lint-staged runs prettier --write file.js, converting all the ' back to "
    4. Because there are now no changes, lint-staged fails and cancels the commit
    5. Commit was not done, and there are no staged changes
Commits
  • 7e6abe4 chore(changeset): release
  • 0ebfa69 build(deps): update dependencies
  • 630af5f feat: do not reset to original state when preventing empty commit
  • 7b8be70 chore: update default branch references from "master" to "main"
  • 362a78d docs: add workaround for tsc ignoring tsconfig.json issue to README FAQ (#1523)
  • e013823 fix: "node_modules" typo in eslint.config.js
  • 67019ee test: add integration test to ensure unmodified merged files are not linted (...
  • 366f8bd refactor: move TypeScript types to "index.d.ts" file
  • 85ea6a4 docs: adjust readme regarding monorepo setup
  • See full diff in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the patch-and-minor group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@sentry/cli](https://github.com/getsentry/sentry-cli) | `2.42.2` | `2.42.3` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.67.2` | `5.67.3` |
| [axios](https://github.com/axios/axios) | `1.8.2` | `1.8.3` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.9` | `7.26.10` |
| [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.26.9` | `7.26.10` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.67.2` | `5.67.3` |
| [chai](https://github.com/chaijs/chai) | `5.1.2` | `5.2.0` |
| [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) | `7.0.0` | `7.0.2` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.8.4` | `3.8.7` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.4.3` | `15.5.0` |



Updates `@sentry/cli` from 2.42.2 to 2.42.3
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@2.42.2...2.42.3)

Updates `@tanstack/react-query` from 5.67.2 to 5.67.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.67.3/packages/react-query)

Updates `axios` from 1.8.2 to 1.8.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.2...v1.8.3)

Updates `@babel/core` from 7.26.9 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-core)

Updates `@babel/plugin-transform-runtime` from 7.26.9 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-plugin-transform-runtime)

Updates `@tanstack/react-query-devtools` from 5.67.2 to 5.67.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.67.3/packages/react-query-devtools)

Updates `chai` from 5.1.2 to 5.2.0
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v5.1.2...v5.2.0)

Updates `css-minimizer-webpack-plugin` from 7.0.0 to 7.0.2
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-minimizer-webpack-plugin@v7.0.0...v7.0.2)

Updates `eslint-import-resolver-typescript` from 3.8.4 to 3.8.7
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v3.8.4...v3.8.7)

Updates `lint-staged` from 15.4.3 to 15.5.0
- [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@v15.4.3...v15.5.0)

---
updated-dependencies:
- dependency-name: "@sentry/cli"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: css-minimizer-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 13, 2025 19:28
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/patch-and-minor-65e57e5ffb branch March 17, 2025 19:26
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants