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

[Snyk] Upgrade rollup from 4.0.0 to 4.0.2 #105

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

Woodpile37
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade rollup from 4.0.0 to 4.0.2.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-10-06.
Release notes
Package name: rollup
  • 4.0.2 - 2023-10-06

    4.0.2

    2023-10-06

    Bug Fixes

    • Fix annotation detection logic to not fail when a non-ASCII character precedes a double underscore (#5178)

    Pull Requests

  • 4.0.1 - 2023-10-06

    4.0.1

    2023-10-06

    Bug Fixes

    • Do not panic on trailing semicolons after class methods (#5173)
    • Add artifact for arm64 linux musl target (#5176)

    Pull Requests

  • 4.0.0 - 2023-10-05

    4.0.0

    2023-10-05

    BREAKING CHANGES

    General Changes

    • The minimal required Node version is now 18.0.0 (#5142)
    • The browser build now relies on a WASM artifact that needs to be provided as well (#5073)
    • The NodeJS build now relies on an optional native binary; for unsupported platforms, users can use the @ rollup/wasm-node package that has the same interface as Rollup but relies on WASM artifacts (#5073)
    • The "with" syntax for import attributes is not yet supported, awaiting support in SWC (#5073)
    • The INVALID_IMPORT_ASSERTION error code has been replaced with INVALID_IMPORT_ATTRIBUTE (#5073)
    • Rollup will now warn for @ __PURE__ and @ __NO_SIDE_EFFECTS__ annotations in invalid locations (#5165)
    • If an entry module starts with a shebang comment #!..., this comment will be prepended to the output for es and cjs formats (#5163)
    • File hashes will now use url-safe base64 encoded hashes (#5155)
    • The maximum hash length has been reduced to 22 characters (#5155)
    • The RollupWarning type has been removed in favor of the RollupLog type (#5147)

    Changes to Rollup Options

    • Acorn plugins are no longer supported, the acornInjectPlugins option has been removed (#5073)
    • The acorn option has been removed (#5073)
    • output.externalImportAssertions has been deprecated in favor of output.externalImportAttributes (#5073)
    • inlineDynamicImports, manualChunks and preserveModules have been removed on input option level: Please use the corresponding output options of the same names (#5143)
    • Removed output options (#5143):
      • output.experimentalDeepDynamicChunkOptimization: This option is no longer needed as Rollup now always runs the full chunking algorithm
      • output.dynamicImportFunction: Use the renderDynamicImport plugin hook instead
      • output.namespaceToStringTag: Use output.generatedCode.symbols instead
      • output.preferConst: Use output.generatedCode.constBindings instead

    Plugin API Changes

    • For this.resolve, the default of the skipSelf option is now true (#5142)
    • this.parse now only supports the allowReturnOutsideFunction option for now (#5073)
    • Import assertions now use the new import attribute AST structure (#5073)
    • "assertions" have been replaced with "attributes" in various places of the plugin interface (#5073)
    • If the import of a module id is handled by the load hook of a plugin, rollup.watch no longer watches the actual file if the module id corresponds to a real path; if this is intended, then the plugin is responsible for calling this.addWatchFile for any dependency files (#5150)
    • The normalized input options provided by buildStart and other hooks no longer contain an onwarn handler; plugins should use onLog instead (#5147)
    • this.moduleIds has been removed from the plugin context: Use this.getModuleIds() instead (#5143)
    • The hasModuleSideEffects flag has been removed from the ModuleInfo returned by thi s.getModuleInfo(): Use moduleSideEffects on the ModuleInfo instead (#5143)

    Features

    • Improve parsing speed by switching to a native SWC-based parser (#5073)
    • Rollup will now warn for @ __PURE__ and @ __NO_SIDE_EFFECTS__ annotations in invalid locations (#5165)
    • The parser is now exposed as a separate export parseAst (#5169)

    Bug Fixes

    • Rollup no longer tries to watch virtual files if their name corresponds to an actual file name; instead, plugins handle watching via this.addWatchFile() (#5150)

    Pull Requests

from rollup GitHub release notes
Commit messages
Package name: rollup
  • 3d9c833 4.0.2
  • b132bd4 Handle special characters before double underscores (#5178)
  • fcab1f6 4.0.1
  • 10eb5e8 Fix linux arm musl build (#5176)
  • 4611d81 fix: ignores empty statements in class body that is returned by SWC parser (#5173)
  • 7d88ef0 chore(deps): lock file maintenance minor/patch updates (#5172)
  • 95c2da8 Fix REPL artifacts workflow

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@changeset-bot
Copy link

changeset-bot bot commented Oct 28, 2023

⚠️ No Changeset found

Latest commit: 2b6554d

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.

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

@codeautopilot
Copy link

codeautopilot bot commented Oct 28, 2023

Pull Request Summary

Your organization has reached the subscribed usage limit. You can upgrade your plan at https://www.codeautopilot.com/#pricing


Current plan usage: 100.54%


Have feedback or need help?

Discord
Documentation
support@codeautopilot.com

@sonarcloud
Copy link

sonarcloud bot commented Oct 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@socket-security
Copy link

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
rollup 4.0.0...4.0.2 None +12/-11 34.5 MB lukastaegert

@Woodpile37 Woodpile37 self-assigned this Nov 1, 2023
@Woodpile37 Woodpile37 merged commit 8ad3511 into master Nov 1, 2023
10 of 11 checks passed
@Woodpile37 Woodpile37 deleted the snyk-upgrade-299314923f4033cfa5ccc3bb1c4bfbf0 branch November 1, 2023 21:26
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