Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps the dependencies group with 9 updates in the / directory:

Package From To
@primer/octicons-react 19.15.1 19.15.2
@t3-oss/env-nextjs 0.13.4 0.13.7
next 14.2.28 14.2.29
simple-git 3.27.0 3.28.0
zod 3.24.4 3.25.56
@tanstack/eslint-plugin-query 5.74.7 5.78.0
eslint-config-next 15.3.2 15.3.3
nock 14.0.4 14.0.5
ts-jest 29.3.2 29.3.4

Updates @primer/octicons-react from 19.15.1 to 19.15.2

Release notes

Sourced from @​primer/octicons-react's releases.

v19.15.2

Patch Changes

Changelog

Sourced from @​primer/octicons-react's changelog.

19.15.2

Patch Changes

Commits
  • d161820 Version Packages (#1090)
  • 795101e Add pause icon (#1070)
  • 12b53da Bump next from 14.2.21 to 14.2.26 in /lib/octicons_react (#1088)
  • ede8e1a Bump ws from 5.2.3 to 5.2.4 in /lib/octicons_styled (#1080)
  • 93a0671 Bump nanoid from 3.2.0 to 3.3.9 in /lib/octicons_styled (#1083)
  • 2ed69e7 Bump @​adobe/css-tools from 4.0.1 to 4.4.2 in /lib/octicons_react (#1086)
  • 863af95 Bump rollup from 4.18.0 to 4.22.4 in /lib/octicons_styled (#1077)
  • b6ec40f Bump @​babel/helpers from 7.13.10 to 7.26.10 (#1084)
  • 831c73a Bump ws from 8.8.1 to 8.18.1 in /lib/octicons_react (#1082)
  • c58bbbd Bump braces from 3.0.2 to 3.0.3 in /lib/octicons_react (#1081)
  • Additional commits viewable in compare view

Updates @t3-oss/env-nextjs from 0.13.4 to 0.13.7

Changelog

Sourced from @​t3-oss/env-nextjs's changelog.

0.13.7

Patch Changes

0.13.6

Patch Changes

  • Updated dependencies [aa245ed]:
    • @​t3-oss/env-core@​0.13.6

0.13.5

Patch Changes

  • Updated dependencies [73e90f5]:
    • @​t3-oss/env-core@​0.13.5
Commits

Updates next from 14.2.28 to 14.2.29

Release notes

Sourced from next's releases.

v14.2.29

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Only share incremental cache for edge in next start (#79389)

Credits

Huge thanks to @​ijjk for helping!

Commits

Updates simple-git from 3.27.0 to 3.28.0

Release notes

Sourced from simple-git's releases.

simple-git@3.28.0

Minor Changes

  • 2adf47d: Allow repeating git options like {'--opt': ['value1', 'value2']}
Changelog

Sourced from simple-git's changelog.

3.28.0

Minor Changes

  • 2adf47d: Allow repeating git options like {'--opt': ['value1', 'value2']}
Commits
  • 025981e Version Packages
  • 2adf47d Pr/1047 (#1049)
  • 685b4d6 Add skipLibCheck when building types - resolves issue with @types/node se...
  • c9576c4 Add skipLibCheck when building types - resolves issue with @types/node se...
  • e53f2d6 Add v23 to the tested versions
  • f028b48 chore(deps-dev): bump esbuild from 0.14.54 to 0.25.0
  • See full diff in compare view

Updates zod from 3.24.4 to 3.25.56

Release notes

Sourced from zod's releases.

v3.25.56

Commits:

  • 64bfb7001cf6f2575bf38b5e6130bc73b4b0e371 3.25.56

v3.25.55

Commits:

  • 44141ea1dbd48403f14704386119884aeda5cb27 3.25.55

v3.25.54

Commits:

  • 8ab237423cd8fdca58dc9e18f45d48d56ca2a24d fix(util): cross realm IsPlainObject check (#4627)
  • 2be1c6ad909a9d0598d9f45fedc9038213130529 Fix generic assignability issue. 3.25.54

v3.25.53

Commits:

  • a6adb148012f59d734245c637a577ed413a484e7 zod mini internals (#4631)
  • da4f92170ac838029178c4622015dbdae4a1de7c 3.25.53

v3.25.52

Commits:

  • 2954f40a4e41f61e835ba211ff084467dca1f41e Fix json (#4630)
  • 51dc6f9361851e64a925c3f4ee9364ce4da4c4e7 3.25.52
  • e479ea76ae1571064c3dade621b3af0ea2dff942 Add test cast for deferred self-recursion

v3.25.51

Commits:

  • d7ffdfa73a800ea810218431d1dd751f15d0fba4 Remove _
  • 50ef910565a14c127942442b7e09596afcfdca5f Add output type generic test
  • eb14475c3ca14562c4bf11c2111a1fbfa3d114b6 Improve docs
  • 32104c2801f01edac3fb3168017b09b6c43f3cef Improve extend docs
  • f67332f9fbcae13ce59dbb1eeb67f9c4c60bdcd9 Docs
  • 8230237b3453b02bf34b81d0bc11b40d9868cd09 Standardize string format continuability
  • c58bd9b0125881caee03a408eae88ec1dc5eb18b 3.25.51

v3.25.50

Commits:

  • 5fdece94bf1ada76e5742f2755d45d3711a8e962 fix(v4): reflect inclusive boundaries in minLength/maxLength issue objects (#4591)
  • 4897269451f0b0afeb2313389d20ffa1f22ce8b1 Restructure: mitigate excessively deep errors (#4599)
  • a88a080f0b9782a87b5732cb9cd96fc2b1a71794 Improve prototype tests
  • c7833356a3211d32ae322739a7a6f66dce52ed5f 3.25.50

v3.25.49

Commits:

... (truncated)

Commits

Updates @tanstack/eslint-plugin-query from 5.74.7 to 5.78.0

Release notes

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

v5.78.0

Version 5.78.0 - 5/26/25, 1:27 PM

Changes

Feat

  • eslint-plugin: refactor and add mutation-property-order rule (#9191) (a1210cb) by jochong

Packages

  • @​tanstack/eslint-plugin-query@​5.78.0

v5.77.2

Version 5.77.2 - 5/26/25, 12:08 PM

Changes

Refactor

Packages

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

v5.77.1

Version 5.77.1 - 5/25/25, 9:15 PM

Changes

Fix

... (truncated)

Commits
  • 7a6733f release: v5.78.0
  • a1210cb feat(eslint-plugin): refactor and add mutation-property-order rule (#9191)
  • 1b9837f chore: remove baseUrl from tsConfig, as it's deprecated (#9178)
  • 0943575 ci(*): init ESLint configurations to include 'vitest/expect-expect' rule as e...
  • See full diff in compare view

Updates eslint-config-next from 15.3.2 to 15.3.3

Release notes

Sourced from eslint-config-next's releases.

v15.3.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Reinstate vary (#79939)
  • fix(next-swc): Fix interestingness detection for React Compiler (#79558)
  • fix(next-swc): Fix react compiler usefulness detector (#79480)
  • fix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)
  • Client router should discard stale prefetch entries for static pages (#79362)

Credits

Huge thanks to @​gaojude, @​kdy1, @​bgw, and @​unstubbable for helping!

Commits

Updates nock from 14.0.4 to 14.0.5

Release notes

Sourced from nock's releases.

v14.0.5

14.0.5 (2025-05-30)

Bug Fixes

  • use of a fetch() recording that uses gzip compression is missing the headers, Possible EventEmitter memory leak when used together with MongoDBContainer (#2869) (90b2a04)
Commits
  • 90b2a04 fix: use of a fetch() recording that uses gzip compression is missing the hea...
  • e6a4ee5 Update readme examples for removeInterceptor (#2858)
  • See full diff in compare view

Updates ts-jest from 29.3.2 to 29.3.4

Release notes

Sourced from ts-jest's releases.

v29.3.4

Please refer to CHANGELOG.md for details.

v29.3.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.3.4 (2025-05-16)

Bug Fixes

  • fix: fix TsJestTransformerOptions type (3b11e29), closes #4247
  • fix(cli): fix wrong path for preset creator fns (249eb2c)
  • fix(config): disable rewriteRelativeImportExtensions always (9b1f472), closes #4855

29.3.3 (2025-05-14)

Bug Fixes

  • fix(cli): init config with preset creator functions (cdd3039), closes #4840
  • fix(config): disable isolatedDeclarations (5d6b35f), closes #4847
Commits
  • ee81cc6 chore(release): 29.3.4
  • 9b1f472 fix(config): disable rewriteRelativeImportExtensions always
  • fce110f build: bump typescript to latest
  • 3b11e29 fix: fix TsJestTransformerOptions type
  • 5637805 build(deps): Update dependency memfs to ^4.17.2
  • 249eb2c fix(cli): fix wrong path for preset creator fns
  • 0dc22ca build(deps): Update dependency eslint-plugin-jsdoc to ^50.6.17
  • 6705713 build(deps): Update dependency ts-jest to ^29.3.3
  • 2709d7b build(deps): Update dependency eslint-plugin-jsdoc to ^50.6.16
  • 16cade9 chore(release): 29.3.3
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
next [>= 15.a, < 16]

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 9, 2025
@dependabot dependabot bot requested review from a team as code owners June 9, 2025 21:27
@Miablo Miablo enabled auto-merge August 19, 2025 18:52
…dates

Bumps the dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@primer/octicons-react](https://github.com/primer/octicons) | `19.15.1` | `19.15.2` |
| [@t3-oss/env-nextjs](https://github.com/t3-oss/t3-env/tree/HEAD/packages/nextjs) | `0.13.4` | `0.13.7` |
| [next](https://github.com/vercel/next.js) | `14.2.28` | `14.2.29` |
| [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) | `3.27.0` | `3.28.0` |
| [zod](https://github.com/colinhacks/zod) | `3.24.4` | `3.25.56` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.74.7` | `5.78.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.3.2` | `15.3.3` |
| [nock](https://github.com/nock/nock) | `14.0.4` | `14.0.5` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.3.2` | `29.3.4` |



Updates `@primer/octicons-react` from 19.15.1 to 19.15.2
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.15.1...v19.15.2)

Updates `@t3-oss/env-nextjs` from 0.13.4 to 0.13.7
- [Release notes](https://github.com/t3-oss/t3-env/releases)
- [Changelog](https://github.com/t3-oss/t3-env/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/t3-oss/t3-env/commits/@t3-oss/env-nextjs@0.13.7/packages/nextjs)

Updates `next` from 14.2.28 to 14.2.29
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.28...v14.2.29)

Updates `simple-git` from 3.27.0 to 3.28.0
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.28.0/simple-git)

Updates `zod` from 3.24.4 to 3.25.56
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.24.4...v3.25.56)

Updates `@tanstack/eslint-plugin-query` from 5.74.7 to 5.78.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.78.0/packages/eslint-plugin-query)

Updates `eslint-config-next` from 15.3.2 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.3/packages/eslint-config-next)

Updates `nock` from 14.0.4 to 14.0.5
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v14.0.4...v14.0.5)

Updates `ts-jest` from 29.3.2 to 29.3.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.3.2...v29.3.4)

---
updated-dependencies:
- dependency-name: "@primer/octicons-react"
  dependency-version: 19.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@t3-oss/env-nextjs"
  dependency-version: 0.13.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: next
  dependency-version: 14.2.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: simple-git
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: zod
  dependency-version: 3.25.56
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-version: 5.78.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-version: 15.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: nock
  dependency-version: 14.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-version: 29.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@riley-kohler riley-kohler force-pushed the dependabot/npm_and_yarn/dependencies-0ec471ea0e branch from 5966086 to a064d60 Compare August 26, 2025 13:42
@riley-kohler
Copy link
Contributor

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2025

The dependabot.yml entry that created this PR has been deleted so this PR can't be recreated. Please close the PR so Dependabot can create a new one with the current dependabot.yml.

@riley-kohler riley-kohler disabled auto-merge August 26, 2025 13:43
@riley-kohler riley-kohler enabled auto-merge (squash) August 26, 2025 13:43
@riley-kohler riley-kohler merged commit 08d02c2 into main Aug 26, 2025
9 checks passed
@riley-kohler riley-kohler deleted the dependabot/npm_and_yarn/dependencies-0ec471ea0e branch August 26, 2025 13:46
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 maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants