Skip to content

Update configuration-options document#5708

Merged
lukastaegert merged 3 commits intorollup:masterfrom
sacru2red:patch-1
Nov 4, 2024
Merged

Update configuration-options document#5708
lukastaegert merged 3 commits intorollup:masterfrom
sacru2red:patch-1

Conversation

@sacru2red
Copy link
Contributor

https://nodejs.org/docs/latest-v22.x/api/esm.html#import-attributes https://stackoverflow.com/a/78876692/12639496

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:

Description

assert { type: 'json' }
replaced to
with { type: 'json' }
in node v18.20.0

node v22 is LTS.
node@22 not working with assert { type: 'json' }

https://nodejs.org/docs/latest-v22.x/api/esm.html#import-attributes
https://stackoverflow.com/questions/78876691/syntaxerror-unexpected-identifier-assert-on-json-import-in-node-v22

@vercel
Copy link

vercel bot commented Oct 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rollup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 6:02am

use the correct new terminology

Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
Copy link
Member

@lukastaegert lukastaegert left a comment

Choose a reason for hiding this comment

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

Thanks for taking the time to improve the docs ❤️

@codecov
Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.01%. Comparing base (d8d6f5a) to head (5239dd6).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5708   +/-   ##
=======================================
  Coverage   99.01%   99.01%           
=======================================
  Files         257      257           
  Lines        8055     8055           
  Branches     1358     1358           
=======================================
  Hits         7976     7976           
  Misses         52       52           
  Partials       27       27           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lukastaegert lukastaegert added this pull request to the merge queue Nov 4, 2024
Merged via the queue into rollup:master with commit daa6db8 Nov 4, 2024
@github-actions
Copy link

github-actions bot commented Nov 4, 2024

This PR has been released as part of rollup@4.24.4. You can test it via npm install rollup.

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.

2 participants