Skip to content

Update dependency flat to v6#11

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/flat-6.x
Open

Update dependency flat to v6#11
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/flat-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 15, 2023

This PR contains the following updates:

Package Change Age Confidence
flat ^5.0.2^6.0.0 age 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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/flat-6.x branch 3 times, most recently from 46f80d2 to eca2051 Compare September 18, 2023 22:42
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from 773e96b to 3fb5149 Compare September 29, 2023 06:29
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from 988e1a6 to 24c5fa0 Compare October 16, 2023 03:22
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 3 times, most recently from 5a03ec8 to 7134048 Compare October 24, 2023 20:45
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from 9827314 to 43c0053 Compare November 6, 2023 03:35
@renovate renovate Bot force-pushed the renovate/flat-6.x branch from 43c0053 to 0d91be3 Compare November 13, 2023 03:16
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 3 times, most recently from 13e7510 to 06ef64b Compare November 27, 2023 03:28
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 3 times, most recently from 531e62a to 7404349 Compare December 4, 2023 03:28
@renovate renovate Bot force-pushed the renovate/flat-6.x branch from 7404349 to 7ae76b2 Compare December 11, 2023 04:12
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from 107a60e to 52b37c1 Compare December 25, 2023 03:30
@renovate renovate Bot force-pushed the renovate/flat-6.x branch from 52b37c1 to 10076d5 Compare January 1, 2024 04:15
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 3 times, most recently from d81ac5c to a28263a Compare January 15, 2024 03:06
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 3 times, most recently from 839c7b6 to 00fc28a Compare January 22, 2024 03:44
@renovate renovate Bot force-pushed the renovate/flat-6.x branch from 00fc28a to 39a1bb9 Compare January 29, 2024 10:53
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from bfaf074 to 2f09379 Compare April 1, 2024 04:35
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from d1ddacd to c6a80e5 Compare April 8, 2024 04:12
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from df69654 to d3b4d84 Compare April 15, 2024 04:30
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from a0a33cb to 9a7e4d5 Compare April 29, 2024 03:53
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 4 times, most recently from 6cef3b1 to c025898 Compare May 13, 2024 03:54
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 3 times, most recently from 0fc0ee8 to ce0c3cd Compare May 27, 2024 05:17
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 4 times, most recently from f5081de to 863ee26 Compare June 3, 2024 22:55
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from 86f4b0a to 65af5af Compare June 10, 2024 06:03
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 4 times, most recently from c8ab49f to d3c2342 Compare June 24, 2024 03:20
@renovate renovate Bot force-pushed the renovate/flat-6.x branch from d3c2342 to cf17b1c Compare July 1, 2024 03:22
@renovate renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from 8e6f86f to 0539d5b Compare July 8, 2024 22:45
@renovate renovate Bot force-pushed the renovate/flat-6.x branch from 0539d5b to f7ce180 Compare July 15, 2024 04:48
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.

0 participants