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

fix(deps): update dependency flat to v6 #816

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flat ^5.0.2 -> ^6.0.1 age adoption passing confidence

Release Notes

hughsk/flat (flat)

v6.0.1

Compare Source

Bug Fixes 🐛

  • Fix misformatted export field in package.json (see #​172).

v6.0.0

Compare Source

New Features ✨
  • Package is now distributed in the ECMAScript module syntax (see #​149).
  • Definitions for TypeScript are now included out of the box (see #​151).
Breaking Changes 💥
  • Support for all module formats besides ECMAScript modules has been dropped.
  • Default export has been dropped in favor of a named one.
  • Officially supported Node.js version is now 18 and up (all others are end-of-life).
Migration 🚚

We are now shipping flat as a pure ECMAScript module, if you are still using CommonJS in your application follow this migration guide.

The default export has been dropped in favor of a named one, if you are using the default export make sure to update your imports:

-import flatten from 'flat'
+import { flatten } from 'flat'

If you are a user of TypeScript you can remove @types/flat from your project. The type definitions are now included in the package itself, so it is no longer required to keep a separate dependency around.

npm uninstall @​types/flat

Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone America/New_York, Automerge - "every weekday" in timezone America/New_York.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

kongponents-bot
kongponents-bot previously approved these changes Oct 2, 2023
@renovate renovate bot force-pushed the renovate/flat-6.x branch from c92d80f to 6580eb9 Compare October 19, 2023 21:13
@adamdehaven adamdehaven merged commit 65b624a into main Oct 25, 2023
@adamdehaven adamdehaven deleted the renovate/flat-6.x branch October 25, 2023 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants