Skip to content

fix(deps): update minor-and-patch (lts) #6194

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

Merged
merged 1 commit into from
Apr 22, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/federation-subgraph-compatibility (source) 2.2.0 -> 2.2.1 age adoption passing confidence devDependencies patch
@apollo/gateway (source) 2.10.1 -> 2.10.2 age adoption passing confidence devDependencies patch
@apollo/subgraph (source) 2.10.1 -> 2.10.2 age adoption passing confidence dependencies patch
@changesets/cli (source) 2.28.1 -> 2.29.2 age adoption passing confidence dependencies minor
@typescript-eslint/eslint-plugin (source) 8.29.1 -> 8.31.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.29.1 -> 8.31.0 age adoption passing confidence devDependencies minor
dotenv 16.4.7 -> 16.5.0 age adoption passing confidence devDependencies minor
dotenv 16.4.7 -> 16.5.0 age adoption passing confidence dependencies minor
eslint-config-prettier 10.1.1 -> 10.1.2 age adoption passing confidence devDependencies patch
eslint-import-resolver-typescript 4.3.2 -> 4.3.4 age adoption passing confidence devDependencies patch
graphql-yoga (source) 5.13.2 -> 5.13.4 age adoption passing confidence dependencies patch
lint-staged 15.5.0 -> 15.5.1 age adoption passing confidence devDependencies patch
marocchino/sticky-pull-request-comment v2.9.1 -> v2.9.2 age adoption passing confidence action patch
nock 14.0.3 -> 14.0.4 age adoption passing confidence devDependencies patch
ts-jest (source) 29.3.1 -> 29.3.2 age adoption passing confidence devDependencies patch
webpack 5.99.1 -> 5.99.6 age adoption passing confidence devDependencies patch
yarn (source) 4.8.1 -> 4.9.1 age adoption passing confidence packageManager minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

apollographql/apollo-federation-subgraph-compatibility (@​apollo/federation-subgraph-compatibility)

v2.2.1

Compare Source

Dependency Updates

  • @apollo-rover 0.22.0 -> 0.25.0
  • debug 4.3.4 -> 4.4.0
  • graphql 16.8.1 -> 16.10.0
  • make-fetch-happen 13.0.0 -> 13.0.1
apollographql/federation (@​apollo/gateway)

v2.10.2

Compare Source

Patch Changes
changesets/changesets (@​changesets/cli)

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

v2.29.0

Compare Source

Minor Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

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

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

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

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.31.0

Compare Source

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.

v8.30.1

Compare Source

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.

v8.30.0

Compare Source

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.

motdotla/dotenv (dotenv)

v16.5.0

Compare Source

Added
  • 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.

[!TIP]
Become a sponsor

The dotenvx README is viewed thousands of times DAILY on GitHub and NPM.
Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.

Changed
  • Remove _log method. Use _debug #​862
prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.2

Compare Source

Patch Changes
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v4.3.4

Compare Source

Patch Changes

v4.3.3

Compare Source

Patch Changes
graphql-hive/graphql-yoga (graphql-yoga)

v5.13.4

Compare Source

Patch Changes

v5.13.3

Compare Source

Patch Changes
lint-staged/lint-staged (lint-staged)

v15.5.1

Compare Source

Patch Changes
  • #​1533 5d53534 Thanks @​iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:

    ✖ Failed to get staged files!
    
marocchino/sticky-pull-request-comment (marocchino/sticky-pull-request-comment)

v2.9.2

Compare Source

What's Changed

Full Changelog: marocchino/sticky-pull-request-comment@v2.9.1...v2.9.2

nock/nock (nock)

v14.0.4

Compare Source

kulshekhar/ts-jest (ts-jest)

v29.3.2

Compare Source

Bug Fixes
  • fix: transpile js files from node_modules whenever Jest asks (968370e), closes #​4637
webpack/webpack (webpack)

v5.99.6

Compare Source

v5.99.5

Compare Source

Fixes
  • Control dead flow for labeled and blockless statements

v5.99.4

Compare Source

Fixes
  • Fixed terminated state for if/else

v5.99.3

Compare Source

v5.99.2

Compare Source

yarnpkg/berry (yarn)

v4.9.1

Compare Source

v4.9.0

Compare Source


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) April 9, 2025 02:57
Copy link

changeset-bot bot commented Apr 9, 2025

⚠️ No Changeset found

Latest commit: eb8011c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/lts-minor-and-patch branch from 1483eb1 to e5cecbd Compare April 9, 2025 11:28
@renovate renovate bot changed the title chore(deps): update minor-and-patch (lts) fix(deps): update minor-and-patch (lts) Apr 9, 2025
@renovate renovate bot force-pushed the renovate/lts-minor-and-patch branch from e5cecbd to e1957b8 Compare April 9, 2025 16:39
@renovate renovate bot force-pushed the renovate/lts-minor-and-patch branch 14 times, most recently from 2d58ff8 to 8ce9922 Compare April 16, 2025 22:04
@renovate renovate bot force-pushed the renovate/lts-minor-and-patch branch 5 times, most recently from 96850e0 to dceee2e Compare April 20, 2025 18:15
@renovate renovate bot force-pushed the renovate/lts-minor-and-patch branch 3 times, most recently from fb564d9 to 93a8a21 Compare April 22, 2025 10:34
@renovate renovate bot force-pushed the renovate/lts-minor-and-patch branch from 93a8a21 to eb8011c Compare April 22, 2025 12:17
@renovate renovate bot merged commit fcd9493 into lts Apr 22, 2025
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant