Skip to content
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

Bump file-entry-cache from 8.0.0 to 9.0.0 #7720

Merged
merged 1 commit into from
May 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2024

Bumps file-entry-cache from 8.0.0 to 9.0.0.

Release notes

Sourced from file-entry-cache's releases.

v9.0.0

Breaking Changes

There are two updates that could cause potential breaking changes. The first is that we no longer support Nodejs 16 and will only be supporting Nodejs 18+.

The second is that we are now starting to support relative paths. This is the start of the process for this as the key in flat-cache still goes to an absolute path.

What's Changed

Full Changelog: /~https://github.com/jaredwray/file-entry-cache/compare/v8.0.0...v9.0.0

Commits
  • 3e73f88 version bump to v9.0.0
  • 329d90d Merge pull request #50 from jaredwray/migrating-to-xo-for-linting
  • ccec1ec migrating to xo for linting
  • d62c1a5 update to nodejs 18
  • 2751fb3 Merge pull request #49 from jaredwray/migrating-to-nodejs-18+-and-removing-su...
  • 206e5c7 updating readme
  • fbdd01e removing nodejs 16 from tests
  • 1ed6f7a migrating to nodejs 18+ and removing support for nodejs 16
  • c96cc29 Merge pull request #48 from jaredwray/upgrading-mocha-to-10.4.0
  • 33f2ff7 upgrading mocha to 10.4.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the pr: dependencies relates to dependencies label May 26, 2024
Copy link

changeset-bot bot commented May 26, 2024

⚠️ No Changeset found

Latest commit: 704ea92

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

@ybiquitous
Copy link
Member

The new supported minimum Node.js version has no problem ✅

$ npm v file-entry-cache engines
{ node: '>=18' }

$ npm v stylelint engines
{ node: '>=18.12.0' }

@ybiquitous
Copy link
Member

And, the sub-dependency also has no problem ✅

$ npm v flat-cache engines
{ node: '>=18' }

$ npm v file-entry-cache dependencies
{ 'flat-cache': '^5.0.0' }

@ybiquitous
Copy link
Member

@dependabot rebase

Bumps [file-entry-cache](/~https://github.com/jaredwray/file-entry-cache) from 8.0.0 to 9.0.0.
- [Release notes](/~https://github.com/jaredwray/file-entry-cache/releases)
- [Commits](/~https://github.com/jaredwray/file-entry-cache/compare/v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: file-entry-cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/file-entry-cache-9.0.0 branch from 4b4da9f to 704ea92 Compare May 26, 2024 09:44
Copy link
Member

@ybiquitous ybiquitous left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Safe to merge. LGTM.

@ybiquitous ybiquitous merged commit 9478c71 into main May 26, 2024
17 checks passed
@ybiquitous ybiquitous deleted the dependabot/npm_and_yarn/file-entry-cache-9.0.0 branch May 26, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dependencies relates to dependencies
Development

Successfully merging this pull request may close these issues.

1 participant