github-community-projects / private-mirrors

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

chore(deps): bump the dependencies group across 1 directory with 15 updates #212

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Package From To
@octokit/graphql-schema 15.18.1 15.25.0
@primer/octicons-react 19.9.0 19.11.0
@primer/react 36.21.0 36.25.0
next 14.2.4 14.2.5
probot 13.3.0 13.3.6
@babel/preset-env 7.24.7 7.24.8
@tanstack/eslint-plugin-query 5.43.1 5.51.1
@types/node 20.14.2 20.14.10
@typescript-eslint/eslint-plugin 7.13.0 7.16.1
@typescript-eslint/parser 7.13.0 7.16.1
eslint-config-next 14.2.4 14.2.5
prettier 3.3.2 3.3.3
ts-jest 29.1.4 29.2.2
typescript 5.4.5 5.5.3
typescript-eslint 7.13.0 7.16.1

Updates @octokit/graphql-schema from 15.18.1 to 15.25.0

Release notes

Sourced from @​octokit/graphql-schema's releases.

v15.25.0

15.25.0 (2024-07-08)

Features

  • minPermissionLevel filter for projects connections (#969) (503d8f1)

v15.24.0

15.24.0 (2024-07-03)

Features

  • remove org verifiedDomainsList and defer keyword, add specifiedBy keyword (#967) (ee111b5)

v15.23.0

15.23.0 (2024-06-28)

Features

v15.22.0

15.22.0 (2024-06-21)

Features

  • convertProjectV2DraftIssueItemToIssue() mutation (#962) (d345d19)

v15.21.0

15.21.0 (2024-06-20)

Features

  • ProjectV2#statusUpdates(), Mutations: createProjectV2StatusUpdate(), updateProjectV2StatusUpdate(), deleteProjectV2StatusUpdate(). (#961) (fc3abe0)

v15.20.0

15.20.0 (2024-06-14)

Features

  • Adds AnnouncementBanner[readme, readmeHTML] (#959) (48b05fb)

v15.19.0

15.19.0 (2024-06-13)

... (truncated)

Commits
  • 503d8f1 feat: minPermissionLevel filter for projects connections (#969)
  • ee111b5 feat: remove org verifiedDomainsList and defer keyword, add specifiedBy keywo...
  • bf70da9 build(deps): lock file maintenance
  • 8d8d6f1 feat: source of property (#965)
  • 5de697c ci(action): update actions/add-to-project action to v1.0.2
  • a6f2aad build(deps): lock file maintenance
  • d345d19 feat: convertProjectV2DraftIssueItemToIssue() mutation (#962)
  • fc3abe0 feat: ProjectV2#statusUpdates(), Mutations: createProjectV2StatusUpdate()...
  • edc8d9d build(deps): lock file maintenance
  • 48b05fb feat: Adds AnnouncementBanner[readme, readmeHTML] (#959)
  • Additional commits viewable in compare view


Updates @primer/octicons-react from 19.9.0 to 19.11.0

Release notes

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

v19.11.0

Minor Changes

v19.10.0

Minor Changes

Patch Changes

  • #1020 449d81f1 Thanks @​joshblack! - Update types for @​primer/octicons-react to explicitly include extensions for different moduleResolution settings
Changelog

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

19.11.0

Minor Changes

19.10.0

Minor Changes

Patch Changes

  • #1020 449d81f1 Thanks @​joshblack! - Update types for @​primer/octicons-react to explicitly include extensions for different moduleResolution settings
Commits


Updates @primer/react from 36.21.0 to 36.25.0

Release notes

Sourced from @​primer/react's releases.

@​primer/react@​36.25.0

Minor Changes

Patch Changes

@​primer/react@​36.24.0

Minor Changes

Patch Changes

@​primer/react@​36.23.0

Minor Changes

Patch Changes

... (truncated)

Commits


Updates next from 14.2.4 to 14.2.5

Release notes

Sourced from next's releases.

v14.2.5

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

Core Changes

  • avoid merging global css in a way that leaks into other chunk groups (#67373)
  • Fix server action edge redirect with middleware rewrite (#67148)
  • fix(next): reject protocol-relative URLs in image optimization (#65752)
  • fix(next-swc): correct path interop to filepath for wasm (#65633)
  • Use addDependency to track metadata route file changes (#66714)
  • Fix noindex is missing on static not-found page (#67135)
  • perf: improve retrieving versionInfo on Turbo HMR (#67309)
  • fix(next/image): handle invalid url (#67465)
  • fix(next): initial prefetch cache not set properly with different search params (#65977)
  • fix: Backport class properties fix (#67377)
  • Upgrade acorn (#67592)

Misc

  • Log stdio for pull-turbo-cache script (#66759)
  • Ensure turbo is setup when building in docker (#66804)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, @​emmerich, @​huozhi, @​kdy1, @​kwonoj, @​styfle, and @​sokra for helping!

Commits


Updates probot from 13.3.0 to 13.3.6

Release notes

Sourced from probot's releases.

v13.3.6

13.3.6 (2024-07-15)

Bug Fixes

  • deps): Revert "fix(deps: update dependency lru-cache to v11" (#2056) (60ff5b6), closes #2049

v13.3.5

13.3.5 (2024-07-13)

Bug Fixes

v13.3.4

13.3.4 (2024-07-13)

Bug Fixes

  • ci: Use organization-wide PROBOTBOT_NPM_TOKEN (#2054) (cc86a53)

v13.3.3

13.3.3 (2024-07-13)

Bug Fixes

v13.3.2

13.3.2 (2024-07-09)

Bug Fixes

v13.3.1

13.3.1 (2024-07-09)

Bug Fixes

  • deps: update dependency lru-cache to v11 (#2049) (e2a9698)
Commits


Updates @babel/preset-env from 7.24.7 to 7.24.8

Release notes

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

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

Committers: 9

Changelog

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

v7.24.8 (2024-07-11)

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

Commits


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

Release notes

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

v5.51.1

Version 5.51.1 - 7/11/24, 4:56 AM (Manual Release)

Changes

Ci

  • enable npm provenance (#7716) (c6d68d8) by Lachlan Collins
  • Improve Nx inputs (#7702) (362f8e6) by Lachlan Collins

Docs

  • examples: Modernise Next.js examples (#7706) (b58da75) by Lachlan Collins
  • eslint-plugin-query: Fix rules links (#7705) (8d0ba7e) by twiddler
  • examples: Modernise React examples (#7704) (7fc9472) by Lachlan Collins
  • add Query Rewind to vue community projects (#7688) (14d9c49) by John Dunn

Packages

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

v5.51.0

Version 5.51.0 - 7/8/24, 8:05 AM

Changes

Feat

  • vue-query: add support for getters in query keys (#7608) (41009c9) by Suneet Tipirneni

... (truncated)

Commits


Updates @types/node from 20.14.2 to 20.14.10

Commits


Updates @typescript-eslint/eslint-plugin from 7.13.0 to 7.16.1

Release notes

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

v7.16.1

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.16.0

7.16.0 (2024-07-08)

🚀 Features

  • ast-spec: add parent property to AccessorProperty node types (#9487)
  • eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903)
  • eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478)
  • eslint-plugin: [no-floating-promises] add checkThenables option (#9263)
  • rule-tester: stricter rule test validations (#9086)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.11.0 (#9497)
  • eslint-plugin: [no-floating-promises] add suggestions to tests from #9263 checkThenables (#9515, #9263)
  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled (#9492)
  • utils: context.parserPath may be undefined (#9486)
  • website: react key error on internal pages of website (#9506)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.15.0

7.15.0 (2024-07-01)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters

❤️ Thank You

  • Dan Vanderkam

You can read about our versioning strategy and releases on our website.

7.16.0 (2024-07-08)

🚀 Features

  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You

  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

... (truncated)

Commits
  • d1d0ba5 chore(release): publish 7.16.1
  • 10f8a4d fix(eslint-plugin): [no-unnecessary-type-parameters] descend into all parts o...
  • bebbd0c chore(eslint-plugin): [no-unnecessary-parameter-property-assignment] remove `...
  • e803c50 chore(release): publish 7.16.0
  • 7b13dae fix(eslint-plugin): [restrict-template-expressions] don't report tuples if `a...
  • 3c6290d fix(eslint-plugin): [no-floating-promises] add suggestions to tests from #9...
  • 63d17dd feat(eslint-plugin): [no-floating-promises] add checkThenables option (#9263)
  • d685948 feat(eslint-plugin): add support for nested namespaces to unsafe-member-acces...
  • 451e738 feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add new r...
  • 88dd828 feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.13.0 to 7.16.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.16.1

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.16.0

7.16.0 (2024-07-08)

🚀 Features

  • ast-spec: add parent property to AccessorProperty node types (#9487)
  • eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903)
  • eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478)
  • eslint-plugin: [no-floating-promises] add checkThenables option (#9263)
  • rule-tester: stricter rule test validations (#9086)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.11.0 (#9497)
  • eslint-plugin: [no-floating-promises] add suggestions to tests from #9263 checkThenables (#9515, #9263)
  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled (#9492)
  • utils: context.parserPath may be undefined (#9486)
  • website: react key error on internal pages of website (#9506)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.15.0

7.15.0 (2024-07-01)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.16.1 (2024-07-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.16.0 (2024-07-08)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • website: react key error on internal pages of website

❤️ Thank You

  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

7.15.0 (2024-07-01)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.14.1 (2024-06-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.14.0 (2024-06-24)

🚀 Features

  • support TypeScript 5.5

❤️ Thank You

... (truncated)

Commits


Updates eslint-config-next from 14.2.4 to 14.2.5

Release notes

Sourced from eslint-config-next's releases.

v14.2.5

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

Core Changes

  • avoid merging global css in a way that leaks into other chunk groups (#67373)
  • Fix server action edge redirect with middleware rewrite (#67148)
  • fix(next): reject protocol-relative URLs in image optimization (#65752)
  • fix(next-swc): correct path interop to filepath for wasm (#65633)
  • Use addDependency to track metadata route file changes (#66714)
  • Fix noindex is missing on static not-found page (#67135)
  • perf: improve retrieving versionInfo on Turbo HMR (#67309)
  • fix(next/image): handle invalid url (#67465)
  • fix(next): initial prefetch cache not set properly with different search params (#65977)
  • fix: Backport class properties fix (#67377)
  • Upgrade acorn (#67592)

Misc

  • Log stdio for pull-turbo-cache script (#66759)
  • Ensure turbo is setup when building in docker (#66804)

Credits

Huge thanks to @​devjiwonchoi,