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 #164

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Package From To
@octokit/graphql-schema 15.15.0 15.18.1
@primer/react 36.18.0 36.21.0
next 14.2.3 14.2.4
probot 13.2.2 13.3.0
simple-git 3.24.0 3.25.0
tslog 4.9.2 4.9.3
undici 6.16.1 6.18.2
@babel/preset-env 7.24.5 7.24.7
@tanstack/eslint-plugin-query 5.35.6 5.43.1
@types/node 20.12.12 20.14.2
@types/react 18.3.2 18.3.3
eslint-config-next 14.2.3 14.2.4
lint-staged 15.2.2 15.2.6
prettier 3.2.5 3.3.2
ts-jest 29.1.2 29.1.4

Updates @octokit/graphql-schema from 15.15.0 to 15.18.1

Release notes

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

v15.18.1

15.18.1 (2024-06-11)

Bug Fixes

  • comments: clarify GitObject#{since,until} (#955) (d4b7bc5)

v15.18.0

15.18.0 (2024-05-24)

Features

v15.17.0

15.17.0 (2024-05-20)

Features

  • Adds property AnnouncementBanner.announcementCreatedAt (#947) (4f1108e)

v15.16.0

15.16.0 (2024-05-16)

Features

  • Environment#{isPinned,latestCompletedDeployment,pinnedPosition}, mutations: pinEnvironment(), reorderEnvironment() (#946) (5b662f5)
Commits
  • d4b7bc5 fix(comments): clarify GitObject#{since,until} (#955)
  • a7b88f3 build(deps): lock file maintenance
  • 47aca7d 🚧 Workflows have changed (#952)
  • fe984a2 build(deps): lock file maintenance (#953)
  • eeaf9d7 chore(deps): update dependency semantic-release to v24 (#951)
  • 46cd39e build(deps): lock file maintenance (#950)
  • 4eda357 feat: User#copilotEndpoints (#949)
  • 3100355 build(deps): lock file maintenance
  • 4f1108e feat: Adds property AnnouncementBanner.announcementCreatedAt (#947)
  • 5b662f5 feat: Environment#{isPinned,latestCompletedDeployment,pinnedPosition}, muta...
  • Additional commits viewable in compare view


Updates @primer/react from 36.18.0 to 36.21.0

Release notes

Sourced from @​primer/react's releases.

@​primer/react@​36.21.0

Minor Changes

Patch Changes

@​primer/react@​36.20.0

Permalink to documentation

Minor Changes

@​primer/react@​36.19.1

Permalink to documentation

Patch Changes

@​primer/react@​36.19.0

Permalink to documentation

Minor Changes

Patch Changes

... (truncated)

Commits
  • c9a1c8d Version Packages (#4642)
  • 5d4ac9e chore(deps-dev): bump mdast-util-from-markdown from 2.0.0 to 2.0.1 (#4655)
  • c80872d chore(deps-dev): bump postcss-preset-env from 9.3.0 to 9.5.14 (#4654)
  • 1cfb110 chore(deps-dev): bump @​babel/preset-typescript from 7.24.1 to 7.24.7 (#4653)
  • d2ab5e2 Bump eslint-plugin-github and eliminate false positive (#4649)
  • 5a119eb feat: add rollup-plugin-import-css (#4650)
  • 964db80 ADR: Deprecating props in favor of more accessible prop/API (#4627)
  • d876224 chore(deps): update react, react-dom, testing-library (#4646)
  • 65f2cd1 Add aria-expanded back to AnchoredOverlay (#4456)
  • 6cbbc49 fix(SegmentedControl): explicitly set the type attribute for `SegmentedCont...
  • Additional commits viewable in compare view


Updates next from 14.2.3 to 14.2.4

Release notes

Sourced from next's releases.

v14.2.4

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

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

Commits
  • 3078441 v14.2.4
  • 0538a0d [not a backport] fix lint errors
  • 2807fb4 fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)
  • efb476e Add timeout/retry handling for fetch cache (#66652)
  • c16a3f9 Use addDependency to track metadata route file changes (#66714)
  • 942e45a Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • 9728a35 Prevent append of trailing slash in cases where path ends with a file extensi...
  • 44661c2 ensure router cache updates reference the latest cache values (#66681)
  • f7ec039 prevent duplicate RSC fetch when action redirects (#66620)
  • dd6ab93 Fix loading navigation with metadata and prefetch (#66447)
  • Additional commits viewable in compare view


Updates probot from 13.2.2 to 13.3.0

Release notes

Sourced from probot's releases.

v13.3.0

13.3.0 (2024-06-03)

Features

  • set x-github-delivery header to event.id for all requests sent from context.octokit in event handlers (#2027) (12944d5)
Commits
  • 12944d5 feat: set x-github-delivery header to event.id for all requests sent from...
  • 58febad chore(deps): update dependency semantic-release to v24
  • 126fedf build(deps): lock file maintenance (#2023)
  • e06d4e4 docs(deployment): fix typos in the markdown file (#2022)
  • 5caebdb build(deps): lock file maintenance
  • e952c65 build(deps): lock file maintenance (#2017)
  • d92f72b build(deps): lock file maintenance (#2015)
  • See full diff in compare view


Updates simple-git from 3.24.0 to 3.25.0

Release notes

Sourced from simple-git's releases.

simple-git@3.25.0

Minor Changes

  • 0a5378d: Add support for parsing count-objects

Patch Changes

  • 4aceb15: Upgrade dependencies and build tools
Changelog

Sourced from simple-git's changelog.

3.25.0

Minor Changes

  • 0a5378d: Add support for parsing count-objects

Patch Changes

  • 4aceb15: Upgrade dependencies and build tools
Commits


Updates tslog from 4.9.2 to 4.9.3

Release notes

Sourced from tslog's releases.

v4.9.3

  • Fix _extend fn - alter provided object 135ee61

https://github.com/fullstack-build/tslog/compare/v4.9.2...v4.9.3

Commits
  • c4e6ead 4.9.3
  • f42d3fb Merge pull request #290 from fullstack-build/development
  • c7fd912 Update README
  • 21821bd Update README to reflect the lower test coverage
  • 7e47b61 Merge pull request #286 from jakubhruby/master
  • 8190017 Format source
  • f9fc041 Merge master into development
  • f7474a3 Merge pull request #281 from fullstack-build/dependabot/npm_and_yarn/axios-an...
  • e1305b0 Merge branch 'master' into dependabot/npm_and_yarn/axios-and-jest-puppeteer-1...
  • 3cb27fc Merge pull request #288 from fullstack-build/dependabot/npm_and_yarn/examples...
  • Additional commits viewable in compare view


Updates undici from 6.16.1 to 6.18.2

Release notes

Sourced from undici's releases.

v6.18.2

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v6.18.1...v6.18.2

v6.18.1

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v6.18.0...v6.18.1

v6.18.0

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v6.17.0...v6.18.0

v6.17.0

What's Changed

... (truncated)

Commits


Updates @babel/preset-env from 7.24.5 to 7.24.7

Release notes

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

v7.24.7 (2024-06-05)

:bug: Bug Fix

:house: Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

v7.24.6 (2024-05-24)

Thanks @​amjed-98, @​blakewilson, @​coelhucas, and @​SukkaW for your first PRs!

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

:house: Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

... (truncated)

Changelog

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

v7.24.7 (2024-06-05)

:bug: Bug Fix

:house: Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.24.6 (2024-05-24)

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

:house: Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other
Commits


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

Release notes

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

v5.43.1

Version 5.43.1 - 6/10/2024, 3:53 PM

Changes

Fix

  • peer dependencies for eslint-plugin-query (#7546) (0a03d6f3) by David Jebing

Packages

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

v5.43.0

Version 5.43.0 - 6/10/2024, 2:24 PM

Changes

Feat

  • ESLint v9 Support (#7543) (1c0d0f07) by David Jebing

Chore

  • fully exclude examples and integrations for sherif checks (a42a2ed2) by Dominik Dorfmeister

Packages

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

v5.42.0

Version 5.42.0 - 6/10/2024, 7:24 AM

Changes

Feat

Docs

  • Update migrating-to-v5.md (#7539) (40fcb54f) by Joshua Rogan

Other

  • docs(installation):remove prompt symbol from installation commands(#7293) (#7540) (62841b62) by Mandeep56Singh

Packages

  • @​tanstack/solid-query@​5.42.0

... (truncated)

Commits


Updates @types/node from 20.12.12 to 20.14.2

Commits


Updates @types/react from 18.3.2 to 18.3.3

Commits


Updates eslint-config-next from 14.2.3 to 14.2.4

Release notes

Sourced from eslint-config-next's releases.

v14.2.4

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

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

Commits


Updates lint-staged from 15.2.2 to 15.2.6

Release notes

Sourced from lint-staged's releases.

v15.2.6

Patch Changes

  • #1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.

v15.2.5

Patch Changes

  • #1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

v15.2.4

Patch Changes

  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies

v15.2.3

Patch Changes

Changelog

Sourced from lint-staged's changelog.

15.2.6

Patch Changes

  • #1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.

15.2.5

Patch Changes

  • #1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

15.2.4

Patch Changes

  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies

15.2.3

Patch Changes

Commits
  • a91d942 chore(changeset): release
  • 119adb2 fix: use native git command to get .git directory
  • e0386dc fix: use native git command to get top-level directory for repo
  • 6593870 ci: test Node.js versions against current instead of latest dependency
  • 6c226c5 ci: add workflow for testing required Node.js semver range
  • f7e4106 chore(changeset): release
  • fc75303 build(release): lower next version bump from minor to patch
  • 91abea0 fix: improve error logging when failing to parse config file (#1423... _Description has been truncated_
jmeridth commented 2 months ago

@dependabot rebase

jmeridth commented 2 months ago

@dependabot rebase

dependabot[bot] commented 2 months ago

Superseded by #170.