Skip to content

Update dependency flat to v6 - #4053

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

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

Conversation

@renovate

@renovate renovate Bot commented Oct 30, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
flat ~5.0.1~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: (in timezone Europe/London)

  • Branch creation
    • "after 7am and before 11am every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Oct 30, 2024
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from d765dd1 to 97f5924 Compare November 27, 2024 14:47
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from fe0cd7f to 1b06a4b Compare October 23, 2025 14:02
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 1b06a4b to 74a3d17 Compare November 10, 2025 13:55
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 74a3d17 to c8f565f Compare November 17, 2025 09:30
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from c8f565f to b303ef6 Compare November 18, 2025 09:51
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from b303ef6 to 938fb78 Compare December 3, 2025 15:10
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from 7d5ee69 to c7d78fb Compare January 6, 2026 12:50
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from c7d78fb to 2b315c3 Compare January 9, 2026 09:41
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from cdfd3ad to 6670bb0 Compare January 23, 2026 10:59
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 6670bb0 to 9f04fdf Compare January 29, 2026 19:17
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 9f04fdf to 48383dd Compare January 30, 2026 17:45
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 48383dd to 6ede8f6 Compare February 2, 2026 15:24
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 6ede8f6 to ba1c4e8 Compare February 4, 2026 12:37
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 86f556e to 600c981 Compare March 13, 2026 11:00
@renovate renovate Bot changed the title Update dependency flat to v6 chore(deps): update dependency flat to v6 Mar 20, 2026
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from 278d713 to 10f7291 Compare March 27, 2026 16:28
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 10f7291 to a648bf1 Compare April 1, 2026 16:13
@renovate renovate Bot changed the title chore(deps): update dependency flat to v6 Update dependency flat to v6 Apr 8, 2026
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from a648bf1 to 7b98e25 Compare April 8, 2026 16:28
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 7b98e25 to 581d566 Compare May 9, 2026 09:09
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch 2 times, most recently from 9d98bb9 to 682939d Compare May 18, 2026 11:00
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 682939d to 9fa368e Compare May 28, 2026 14:18
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 9fa368e to e56a262 Compare June 1, 2026 11:24
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from e56a262 to 1d00228 Compare June 11, 2026 08:39
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 1d00228 to 5d1c6a1 Compare July 8, 2026 17:26
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 5d1c6a1 to 84ed626 Compare July 12, 2026 20:00
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from 84ed626 to ae60f83 Compare July 16, 2026 15:38
@renovate
renovate Bot force-pushed the renovate/flat-6.x branch from ae60f83 to 39808bb Compare July 20, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ns:xui prd:xui rel:xui-webapp-pr-4053

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants