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.11.0 to 2.12.0 #143

Merged
merged 1 commit into from
Aug 4, 2024

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.11.0 to 2.12.0.

ℹ️ 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 21 days ago, on 2024-02-28.
Release notes
Package name: parcel
  • 2.12.0 - 2024-02-28

    Blog post: https://parceljs.org/blog/v2-12-0/

    Added

    • Core

      • Add REPL playground for Parcel to the website – Details
      • Improve package manager detection for auto install – Details
    • JavaScript

      • Add support for JS macros – Details
      • Statically evaluate constants referenced by macros – Details
      • Upgrade to ESLint 8 – Details
      • Bump swc – Details
    • CSS

      • Use lightningcss to implement CSS packager – Details
    • Bundler

      • Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – Details
    • Web Extensions

      • Add content script world property to manifest schema validation – Details
    • Performance

      • Adjacency list optimizations – Details
      • Break up request graph cache serialisation and run after build completion – Details

    Fixed

    • Core

      • Drop per-pipeline transformation cache – Details
      • Clippy and use napi's Either3 – Details
      • Add lazy/eager cache key to avoid invalid change when switching modes – Details
    • JavaScript

      • Remove decl_collector pass and use SWC's unresolved_mark instead – Details
    • Bundler

      • Fix multiple css bundles in entry bundle groups issue – Details
      • Allow parallel type change bundles to be reused by async siblings – Details
      • Skip on missing parent asset for manual shared bundles – Details

    Unstable

    • Add source map support to the inline-require optimizer – Details
  • 2.11.0 - 2024-01-04

    [2.11.0] - 2023-12-19

    Added

    • Dev
      • Log build phase times for dev builds Details
      • Progress messages for writing to cache Details
      • VSC Extension JSON schema Details
      • Print phase times on development builds Details
      • Publish bundle-stats-cli and parcel-query Details

    Fixed

    • Dev

      • Increase threshold for showing progress bar to 500k nodes Details
      • Fix parcel-query Details
      • FIX[dev-server]: Fix html file matching from URL Details
      • Fix parcel query's inspect cache Details
      • Bug fix for exiting early when identifying requestGraph in loadGraphs Details
      • Fix HMR on .localhost domains Details
      • Modify parcel query to not require all graphs on startup Details
      • Bug fix for async Parcel-query Details
      • Remove reliance on requestTracker in loadGraphs Details
    • Core

      • Reduce redundancy in the RequestGraph's Request, Env, and Option nodes Details
      • Move registerCoreWithSerializer to its own file Details
      • Filter --expose-gc and --max-semi-space-size execArgv Node args from workers Details
      • Optimize Symbol Propagation (propagateSymbolsUp) Details
      • Convert Request Graph node types + request node requestTypes to numbers Details
      • fsFixture: ignore empty lines in fixtures Details
      • Unstable File Invalidations Details
      • Configurable watch root Details
    • Resolver

      • Add ~ and / support to the glob resolver Details
    • JavaScript

      • Bump swc Details
      • Bumping lightningcss to 1.22.1 Details
      • Fix CI Details
      • Change inline-requires to only run when optimizing Details
      • Fix tsconfig extends from node_modules Details
      • Bump some deps Details
      • Bump swc and napi-rs Details
      • Fix references to packages.atlassian.com Details
      • Fix build-ts step Details
      • Bump rimraf version to ^5.05 Details
      • Use centos image with newer Node 16 Details
from parcel GitHub release notes
Commit messages
Package name: parcel
  • 2059029 just build the native packages in the repl job
  • 024f305 fix
  • bd5dd70 fix artifact downloading
  • 8dcae72 repl needs build
  • face1c2 v2.12.0
  • 3398e6e changelog for v2.12.0
  • 475a0af Add repl deploy to release workflow (#9548)
  • 78fe2ce Add @ parcel/macros package with macro context TS definitions (#9544)
  • ac43c39 Skip on missing parent asset for manual shared bundles (#9538)
  • 0560499 Break up request graph cache serialisation and run after build completion (#9384)
  • 2215d36 Adjacency list optimizations (#9444)
  • e14784d Support default interop for CommonJS macros (#9525)
  • a93af6a Allow parallel type change bundles to be reused by async siblings (#9504)
  • e0b99c2 Remove decl_collector pass and use SWC's unresolved_mark instead (#9520)
  • 4debc2e Add lazy/eager cache key to avoid invalid change when switching modes (#9518)
  • 891d105 Move macro implementation to a separate crate (#9517)
  • aa407c4 Bump swc (#9498)
  • 46fe4d1 Allow constants to be used in macros inside a call expression (#9512)
  • 120103a Add source map support to the inline-require optimizer (#9511)
  • 86922d7 [Web Extension] Add content script world property to manifest schema validation (#9510)
  • fdf495b feat: add getCurrentPackageManager (#9505)
  • 642d9ca Default Bundler Contributor Notes (#9488)
  • 855bbb6 rename parentAsset to root for msb config and remove unstable (#9486)
  • a5ff7e7 Macro errors -> v2 (#9501)

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 force-pushed the snyk-upgrade-802790e4b0337b01eaba09f72676ac80 branch from f4bb2d3 to 93a20b4 Compare April 10, 2024 13:23
@keyasuda keyasuda force-pushed the snyk-upgrade-802790e4b0337b01eaba09f72676ac80 branch from 93a20b4 to d24a1f1 Compare August 4, 2024 13:26
@keyasuda keyasuda merged commit 8e1a842 into main Aug 4, 2024
13 checks passed
@keyasuda keyasuda deleted the snyk-upgrade-802790e4b0337b01eaba09f72676ac80 branch August 4, 2024 13:30
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