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 parcel from 2.10.0 to 2.10.1 #118

Merged
merged 1 commit into from
Nov 18, 2023

Conversation

keyasuda
Copy link
Owner

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


Snyk has created this PR to upgrade parcel from 2.10.0 to 2.10.1.

ℹ️ 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 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-10-24.
Release notes
Package name: parcel
  • 2.10.1 - 2023-10-24

    Fixed

    • Core

      • Use modern node versions in CI Details
      • Support multiple workspaces/clients in Parcel for VSCode Details
    • Bundler

      • Make sure to set unique key Details
      • Fix bundler tests assertions on Windows Details
    • JavaScript

      • Add logic to disable scope hoisting if the this key word is pointing to an export module Details
      • Detect TSC polyfills to avoid marking them as CJS Details
      • Remove this exports tracking for files with module syntax Details
      • Bump swc Details

    Unstable

    • Bundler

      • Fix inline constants in shared bundles Details
      • Use Manual "name" for publicIds, remove source bundles from Unique Keys Details
      • Simplify MSB code for code split bundle creation section Details
  • 2.10.0 - 2023-10-11

    Parcel v2.10.0 includes big performance improvements, an improved --lazy mode, reduced runtime bundle sizes, web extension improvements, and tons of bug fixes and improvements.

    Added

    • Core

      • Add support for include and exclude globs for --lazy mode – Details, Details
      • Merge all native Rust modules into one package – Details
      • Add async resolver and JS transformer functions using rayon – Details
      • Support "register" tools in module loader (e.g. @ babel/register, esbuild-register, ts-node) – Details
      • Limit default number of JS workers to 4 to improve memory usage/performance – Details
    • Bundler

      • Optimize bundler performance – Details
      • Add disableSharedBundles config option – Details
    • Resolver

    • JavaScript

      • Add import helper to decrease ESM loader runtime footprint – Details
      • Support parallel bundle imports in libraries – Details
      • Only include globalThis polyfill for old browsers – Details
      • Updated parcelRequire.register to be minifiable – Details
    • CSS

      • Add include and exclude globs for CSS modules – Details
    • WASM

      • Add WASM packager with source map support – Details
    • XML

      • Transform xml-stylesheet processing instructions – Details
    • Web Extensions

      • Add support for Chrome Extension manifest V3 side_panel property – Details
      • Improve HMR for web extensions – Details
    • Web Manifest

      • Add support for icons in file_handlers – Details

    Fixed

    • Core

      • Query glibc version only once to speed up JSTransformer on Linux – Details
      • Refresh cache before writing contents to bundle – Details
      • Fix --lazy mode bugs – Details
      • Ignore no-opt command line option – Details
      • Bump lmdb – Details
      • Don't hide error when diagnostic is malformed – Details
      • Don't autoinstall local files in package manager – Details
      • Fix bug with cache and glob entries – Details
    • JavaScript

      • Migrate to swc_core – Details
      • Move ESM loader runtime to absolute URLs – Details
      • Fix duplicate asset references – Details
      • Bump swc – Details, Details, Details
      • Fix shorthand identifier import usage – Details
      • Ensure nested member expressions are marked used in dev mode – Details
      • Set ascii_only for swc emit – Details
      • Add tests for non-identifier symbol names – Details
    • Bundler

      • Exclude inline assests from parallel request limit – Details
      • Fix unexpected undefined when creating shared bundles – Details
    • Images

      • Bump oxipng from 6.0.0 -> 8.0.0 – Details
    • Sass

      • Fix sass import edge case – Details
    • Dev Server

      • Fix index page loading in dev server when bundle type isn't html – Details

    Unstable

    • Core

      • Expose unstable_transform and unstable_resolve APIs – Details
    • Bundler

      • Add unstable manual shared bundles config – Details
    • JavaScript

      • Experimental inline / deferred requires optimiser – Details
      • Add constants inlining optimization – Details
      • Add unstable async bundle runtime to the JS Packager – Details
from parcel GitHub release notes
Commit messages
Package name: parcel
  • bba0417 v2.10.1 release (#9327)
  • e92ba6c Support multiple workspaces/clients in Parcel for VSCode (#9278)
  • 808edd8 Remove `this` exports tracking for files with module syntax (#9330)
  • 295958f Use modern node versions in CI (#9323)
  • 5b2f1b7 Fix bundler tests assertions on windows (#9333)
  • bb7ff69 Make sure to set unique key (fix) (#9326)
  • 060561e Simplify MSB code for code split bundle creation section (#9312)
  • 943fb40 Detect TSC polyfills to avoid marking them as CJS (#9318)
  • bc5c715 Use Manual "name" for publicIds, Remove source bundles from Unique Keys (#9298)
  • 47cf0e1 Fix inline constants in shared bundles (#9313)
  • c15537a Bump swc (#9306)
  • b521cfb Use rimraf for Windows compat for build-bundles (#9314)
  • 75c1921 Disable scope hoisting when 'this' points to an export (#9291)

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

@keyasuda keyasuda merged commit 9585c05 into main Nov 18, 2023
@keyasuda keyasuda deleted the snyk-upgrade-266e1406527b148aff73abdbf2f05c92 branch November 18, 2023 15:46
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