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

Update parcel monorepo to v2.10.0 #939

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@parcel/packager-raw-url 2.9.3 -> 2.10.0 age adoption passing confidence
@parcel/transformer-webmanifest 2.9.3 -> 2.10.0 age adoption passing confidence
parcel 2.9.3 -> 2.10.0 age adoption passing confidence

Release Notes

parcel-bundler/parcel (@​parcel/packager-raw-url)

v2.10.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot force-pushed the renovate/parcel-monorepo branch from 02ed060 to b5ddb6c Compare October 11, 2023 07:04
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from b5ddb6c to a31ae21 Compare October 11, 2023 08:03
@github-actions github-actions bot force-pushed the renovate/parcel-monorepo branch from a31ae21 to ee0e422 Compare October 11, 2023 08:10
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from ee0e422 to 88803b6 Compare October 11, 2023 08:19
@github-actions github-actions bot force-pushed the renovate/parcel-monorepo branch from 88803b6 to fe56120 Compare October 11, 2023 08:23
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from fe56120 to d2e005a Compare October 11, 2023 08:39
@github-actions github-actions bot force-pushed the renovate/parcel-monorepo branch from d2e005a to 353ba1c Compare October 11, 2023 08:40
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 353ba1c to 3c8a473 Compare October 12, 2023 09:43
@github-actions github-actions bot force-pushed the renovate/parcel-monorepo branch from 3c8a473 to a85f08b Compare October 12, 2023 09:47
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from a85f08b to 9ad94b0 Compare October 12, 2023 09:54
@github-actions github-actions bot force-pushed the renovate/parcel-monorepo branch from 9ad94b0 to 34e39ae Compare October 12, 2023 09:54
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 34e39ae to 479b1ec Compare October 13, 2023 07:19
@github-actions github-actions bot force-pushed the renovate/parcel-monorepo branch from 479b1ec to 6824976 Compare October 13, 2023 07:22
@buberdds buberdds closed this Oct 13, 2023
@buberdds buberdds reopened this Oct 13, 2023
@github-actions
Copy link

github-actions bot commented Oct 13, 2023

Deployed to Cloudflare Pages

Latest commit: 68249760ac4032f2dd31bdfb6e674e27f0737c34
Status:✅ Deploy successful!
Preview URL: https://5ac6d4f5.oasis-explorer.pages.dev

@buberdds buberdds merged commit b6a3c67 into master Oct 13, 2023
8 checks passed
@buberdds buberdds deleted the renovate/parcel-monorepo branch October 13, 2023 07: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.

1 participant