github-community-projects / private-mirrors

A GitHub App that allows you to contribute upstream using private mirrors of public projects
MIT License
146 stars 18 forks source link

chore(deps): bump the dependencies group across 1 directory with 16 updates #246

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Package From To
@primer/react 36.25.0 36.27.0
@t3-oss/env-nextjs 0.10.1 0.11.1
next 14.2.5 14.2.14
next-auth 4.24.7 4.24.8
probot 13.3.6 13.3.8
simple-git 3.25.0 3.27.0
undici 6.19.2 6.19.8
@babel/preset-env 7.24.8 7.25.7
@tanstack/eslint-plugin-query 5.51.1 5.59.1
@types/jest 29.5.12 29.5.13
@types/react 18.3.3 18.3.11
eslint-config-next 14.2.5 14.2.14
husky 9.0.11 9.1.6
lint-staged 15.2.7 15.2.10
ts-jest 29.2.2 29.2.5
typescript 5.5.3 5.6.2

Updates @primer/react from 36.25.0 to 36.27.0

Release notes

Sourced from @​primer/react's releases.

@​primer/react@​36.27.0

Permalink to documentation

Minor Changes

Patch Changes

@​primer/react@​36.26.0

Permalink to documentation

Minor Changes

Patch Changes

Commits
  • 0b57996 Version Packages (#4753)
  • 01923c3 Move Stack out of drafts (#4747)
  • a9730c9 Bug fix: ActionList divider disappears on selected items (#4778)
  • 3779dbf ActionList: Prevent double key event when \<button> is used (#4772)
  • d6ca0cf chore(deps): update @​primer/behaviors to ^1.7.0 (#4777)
  • d79f6d5 Autocomplete: Fix storybook issues (#4769)
  • 7d086c7 fix(Blankslate): update styles to prevent SSR hydration mismatch (#4710)
  • 801ca96 feat(react): add ScrollableRegion and useOverflow (#4719)
  • 991839c Un-revert "Add loading prop for Button and IconButton (#3582)" (#4485)
  • 8574027 Prevents inactive indicator icon/tooltip from appearing in ActionMenu items (...
  • Additional commits viewable in compare view


Updates @t3-oss/env-nextjs from 0.10.1 to 0.11.1

Changelog

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

0.11.1

Patch Changes

  • Updated dependencies [2a74b72]:
    • @​t3-oss/env-core@​0.11.1

0.11.0

Patch Changes

0.10.2

Patch Changes

  • Updated dependencies [204836b]:
    • @​t3-oss/env-core@​0.10.2
Commits


Updates next from 14.2.5 to 14.2.14

Release notes

Sourced from next's releases.

v14.2.14

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

Core Changes

  • Fix: clone response in first handler to prevent race (#70082) (#70649)
  • Respect reexports from metadata API routes (#70508) (#70647)
  • Externalize node binary modules for app router (#70646)
  • Fix revalidateTag() behaviour when invoked in server components (#70446) (#70642)
  • Fix prefetch bailout detection for nested loading segments (#70618)
  • Add missing node modules to externals (#70382)
  • Feature: next/image: add support for images.remotePatterns.search (#70302)

Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

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

Core Changes

  • Fix missing cache-control on SSR app route (#70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#70228)
  • Fix vercel og package memory leak (#70214)
  • Fix startTime error on Android 9 with Chrome 74 (#67391)

Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.12

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

Core Changes

  • update prefetching jsdoc & documentation (#68047)
  • Ensure we chunk revalidate tag requests (#70189)
  • (backport) fix(eslint): allow typescript-eslint v8 (#70090)
  • [ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#70083)

Credits

Huge thanks to @​alvarlagerlof, @​wyattjoh, @​delbaoliveira, and @​ijjk for helping!

v14.2.11

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

Core Changes

... (truncated)

Commits


Updates next-auth from 4.24.7 to 4.24.8

Release notes

Sourced from next-auth's releases.

next-auth@4.24.8

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.7...next-auth@4.24.8

Commits
  • 28af288 chore(release): bump version [skip ci]
  • beb5384 chore: update lock file
  • 246a4d1 fix(providers): allow optional identifier param
  • e0a7d71 fix(providers): optionally check identifier
  • d66ee42 fix(docs): link to getting email for auth'ed user in github endpoint (#11896)
  • 31d827a fix: tweak email flow, change homepage
  • 49675a2 docs: Update security.md
  • b8d86cc chore(v4): update azure-ad.md (#11855)
  • 780c8dc chore(v4): fix readme sponsors table (#11842)
  • 33a5dea chore(docs-v4): add route4me to sponsors page (#11841)
  • Additional commits viewable in compare view


Updates probot from 13.3.6 to 13.3.8

Release notes

Sourced from probot's releases.

v13.3.8

13.3.8 (2024-09-18)

Bug Fixes

v13.3.7

13.3.7 (2024-08-06)

Bug Fixes

Commits


Updates simple-git from 3.25.0 to 3.27.0

Release notes

Sourced from simple-git's releases.

simple-git@3.27.0

Minor Changes

  • 52f767b: Add similarity to the DiffResultNameStatusFile interface used when fetching log/diff with the --name-status option.
  • 739b0d9: Diff summary includes original name of renamed files when run wiht the --name-status option.
  • bc90e7e: Fixes an issue with reporting name changes in the files array returned by git.status. Thank you @​mark-codesphere for the contribution.

Patch Changes

  • 03e1c64: Resolve error in log parsing when fields have empty values.

simple-git@3.26.0

Minor Changes

  • 28d545b: Upgrade build tools and typescript
Changelog

Sourced from simple-git's changelog.

3.27.0

Minor Changes

  • 52f767b: Add similarity to the DiffResultNameStatusFile interface used when fetching log/diff with the --name-status option.
  • 739b0d9: Diff summary includes original name of renamed files when run wiht the --name-status option.
  • bc90e7e: Fixes an issue with reporting name changes in the files array returned by git.status. Thank you @​mark-codesphere for the contribution.

Patch Changes

  • 03e1c64: Resolve error in log parsing when fields have empty values.

3.26.0

Minor Changes

  • 28d545b: Upgrade build tools and typescript
Commits


Updates undici from 6.19.2 to 6.19.8

Release notes

Sourced from undici's releases.

v6.19.8

Full Changelog: https://github.com/nodejs/undici/compare/v6.19.7...v6.19.8

v6.19.7

Full Changelog: https://github.com/nodejs/undici/compare/v6.19.6...v6.19.7

v6.19.6

Full Changelog: https://github.com/nodejs/undici/compare/v6.19.5...v6.19.6

v6.19.5

Full Changelog: https://github.com/nodejs/undici/compare/v6.19.4...v6.19.5

v6.19.4

Full Changelog: https://github.com/nodejs/undici/compare/v6.19.3...v6.19.4

v6.19.3

Full Changelog: https://github.com/nodejs/undici/compare/v6.19.2...v6.19.3

Commits
  • 3d3ce06 Bumped v6.19.8
  • cde714f use FinalizationRegistry for cloned response body (#3458)
  • dbb6b40 perf: non-recursive implementation of euclidian gcd in balanced pool (#3461)
  • 405a2ce use bodyUnusable to check if body is unusable (#3460)
  • bc46332 build: parametrize the location of wasm-opt (#3454)
  • 5287054 test: add test for memory leak (#3450)
  • c81f5a7 Bumped v6.19.7
  • 09c5667 build: remove -i flag to docker run to allow command being run without a TTY
  • b9bf7ad Bumped v6.19.6
  • 638ee32 fix: memory leak in finalization first appearing in v6.16.0 (#3445)
  • Additional commits viewable in compare view


Updates @babel/preset-env from 7.24.8 to 7.25.7

Release notes

Sourced from @​babel/preset-env's releases.

v7.25.7 (2024-10-02)

Thanks @​DylanPiercey and @​YuHyeonWook for your first PRs!

:bug: Bug Fix

:nail_care: Polish

:house: Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

:running_woman: Performance

Committers: 8

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.25.7 (2024-10-02)

:bug: Bug Fix

:nail_care: Polish

:house: Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

:running_woman: Performance

v7.25.6 (2024-08-29)

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env

... (truncated)

Commits


Updates @tanstack/eslint-plugin-query from 5.51.1 to 5.59.1

Release notes

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

v5.59.1

Version 5.59.1 - 10/4/24, 12:03 PM

Changes

Fix

  • eslint-plugin-query: update deprecated getSourceCode() method (#8117) (bb8278d) by Sol Lee

Test

Docs

  • angular-query: fix pagination example double devtools (#8125) (05924f4) by Arnoud
  • angular-query: add pagination example (#8124) (a9b3eaf) by Arnoud
  • sentence wording (#8106) (71c5f88) by @​jeremybarbet
  • Update mutations.md (#8105) (b663383) by Sagar Ghimire

Packages

  • @​tanstack/eslint-plugin-query@​5.59.1
  • @​tanstack/vue-query@​5.59.1
  • @​tanstack/vue-query-devtools@​5.59.1

v5.59.0

Version 5.59.0 - 10/1/24, 3:45 PM

Changes

Feat

Docs

  • react-query: Fix broken route on eslint-plugin-query.md (#8113) (55a6155) by Gaurav Kumar
  • react-query: fix a typo in guides/ssr.md (#8086) (9227fd3) by Morteza
  • angular-query: add rxjs example (#8108) (68ca717) by Arnoud

Other

Packages

  • @​tanstack/query-core@​5.59.0
  • @​tanstack/react-query@​5.59.0
  • @​tanstack/solid-query@​5.59.0

... (truncated)

Commits
  • 8cec02a release: v5.59.1
  • bb8278d fix(eslint-plugin-query): update deprecated getSourceCode() method (#8117)
  • 8727d97 release: v5.58.1
  • ade6283 fix(eslint-plugin): fix legacy recommended config (#8104)
  • be44da3 release: v5.57.2
  • f1aab70 fix(eslint-plugin-query): correctly handle call-expression spread (#8090)
  • 034eb52 release: v5.57.1
  • 1793e06 fix(eslint-plugin-query): relax property order rule to ignore relative order ...
  • 1d851dd release: v5.57.0
  • f8d65fb feat(eslint-plugin-query): add rule to ensure property order of infinite quer...
  • Additional commits viewable in compare view


Updates @types/jest from 29.5.12 to 29.5.13

Commits


Updates @types/react from 18.3.3 to 18.3.11

Commits


Updates eslint-config-next from 14.2.5 to 14.2.14

Release notes

Sourced from eslint-config-next's releases.

v14.2.14

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

Core Changes

  • Fix: clone response in first handler to prevent race (#70082) (#70649)
  • Respect reexports from metadata API routes (#70508) (#70647)
  • Externalize node binary modules for app router (#70646)
  • Fix revalidateTag() behaviour when invoked in server components (#70446) (#70642)
  • Fix prefetch bailout detection for nested loading segments (#70618)
  • Add missing node modules to externals (#70382)
  • Feature: next/image: add support for images.remotePatterns.search (#70302)

Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

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

Core Changes

  • Fix missing cache-control on SSR app route (#70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#70228)
  • Fix vercel og package memory leak (#70214)
  • Fix startTime error on Android 9 with Chrome 74 (#67391)

Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.12

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

Core Changes

  • update prefetching jsdoc & documentation (#68047)
  • Ensure we chunk revalidate tag requests (#70189)
  • (backport) fix(eslint): allow typescript-eslint v8 (#70090)
  • [ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#70083)

Credits

Huge thanks to @​alvarlagerlof, @​wyattjoh, @​delbaoliveira, and @​ijjk for helping!

v14.2.11

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

Core Ch... _Description has been truncated_

dependabot[bot] commented 1 month ago

Superseded by #250.