Skip to content

deps(dev): update parcel monorepo to v2.15.2 #1644

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@parcel/config-default 2.12.0 -> 2.15.2 age adoption passing confidence
@parcel/core 2.12.0 -> 2.15.2 age adoption passing confidence
@parcel/diagnostic 2.12.0 -> 2.15.2 age adoption passing confidence
@parcel/optimizer-data-url 2.12.0 -> 2.15.2 age adoption passing confidence
@parcel/packager-raw-url 2.12.0 -> 2.15.2 age adoption passing confidence
@parcel/packager-ts 2.12.0 -> 2.15.2 age adoption passing confidence
@parcel/packager-xml 2.12.0 -> 2.15.2 age adoption passing confidence
@parcel/resolver-default 2.12.0 -> 2.15.2 age adoption passing confidence
@parcel/transformer-inline-string 2.12.0 -> 2.15.2 age adoption passing confidence
@parcel/transformer-svg-react 2.12.0 -> 2.15.2 age adoption passing confidence
@parcel/transformer-typescript-types 2.12.0 -> 2.15.2 age adoption passing confidence
@parcel/transformer-webmanifest 2.12.0 -> 2.15.2 age adoption passing confidence
@parcel/transformer-xml 2.12.0 -> 2.15.2 age adoption passing confidence
@parcel/types 2.12.0 -> 2.15.2 age adoption passing confidence
parcel 2.12.0 -> 2.15.2 age adoption passing confidence

Release Notes

parcel-bundler/parcel (@​parcel/config-default)

v2.15.2

Compare Source

Fixed
  • Core

    • Change minimum required glibc version to 2.26 – Details
    • Cache inline bundle packaging – Details
    • Use stable id for package requests – Details
  • HTML

    • Do not remove <meta charset="utf-8">Details
  • MDX

    • Make URL dependencies in MDX files optional – Details
  • React Server Components

    • Fix memory leak in react-static packager – Details
  • Resolver

    • Fix resolving source package exports condition from self reference – Details
  • SVG

  • Compressors

    • Use max level compression for brotli compressor – Details

v2.15.1

Compare Source

Fixed
  • HTML

    • Fix serializing <template> element contents – Details
  • JavaScript

    • Skip optional dependencies in ESM externals – Details

v2.15.0

Compare Source

Added
  • Core

    • Distribute Rust binaries for each architecture as separate npm packages – Details
  • HTML and SVG

    • Add Rust-based transformer/packager/optimizer for HTML and SVG – Details
  • Resolver

    • Support cloudflare: scheme and no longer rewrite node: scheme – Details
Fixed
  • Core

    • Avoid segmentation fault on thread exit on Linux – Details
    • Support older GLIBC versions on Linux – Details
  • JavaScript

    • Include all symbols in non-browser entries – Details
    • Update swc and mdx-rs – Details
    • Fix exporting objects with non-configurable prototypes from React Server Components – Details

v2.14.4

Compare Source

Fixed
  • Core

    • Fix duplicate bundles error message – Details
  • JavaScript

    • Support ESM externals and exports in dev packager – Details
    • Treat Deno's jsr: dependencies as external – Details

v2.14.3

Compare Source

Fixed
  • JavaScript
    • Updated to React 19.1, which enables Server Components to be used with stable React instead of only canary – Details

v2.14.2

Compare Source

Fixed
  • Core

    • Enable resolving source field in dev dependencies – Details
    • Error when building a library target in serve mode – Details
  • JavaScript

    • Fix MDX inline assets in static RSCs – Details
    • Fix symbol collection with multiple exports of same function (e.g. date-fns) – Details
  • REPL

    • Fix error overlay resolution in REPL – Details
  • create-parcel

    • Fix gitignore in create-parcel – Details
    • Fix create-parcel on windows – Details

v2.14.1

Compare Source

Fixed
  • Resolver
    • Fix resolving package self references – Details

v2.14.0

Compare Source

Added
  • Core

    • Add a CLI to create new Parcel apps – Details
  • JavaScript

  • Dev Server

    • Support running node bundles in dev server – Details
    • Apply HMR updates via node worker thread – Details
Fixed

v2.13.3

Compare Source

Fixed
  • Resolver
    • Ignore invalid package.json fields – Details

v2.13.2

Compare Source

Fixed
  • JavaScript

    • Fix HMR when asset is duplicated between multiple bundles – Details
  • SASS

    • Fix SASS resolution with non file: URLs – Details

v2.13.1

Compare Source

Fixed
  • JavaScript

  • SASS

    • Fix SASS resolution rules for modern API – Details

v2.13.0

Compare Source

Added
  • Core

    • Expose watcher ignore and watcher backend options – Details
    • Improve large watcher events payload experience – Details
    • Add support for globs in package.json#source – Details
    • Add config key invalidation – Details
  • Bundler

  • Dev Server

  • Resolver

    • 12x faster resolver cache – Details
    • Correctly handle empty resolver diagnostics array – Details
Fixed
  • Core

    • Remove abortcontroller-polyfill – Details
    • Fix missing content key in symbol propagation when asset is removed – Details
    • Update minimum supported node version to 16 – Details
    • Ensure the snapshot directory matches the watch dir – Details
    • Add parcel version to PluginOptions – Details
    • Fix possible race condition in the caching of request graph – Details
    • Ensure empty extended config throws a diagnostic – Details
    • Ensure Asset public ids are assigned deterministically – Details
    • Directories ignored by watcher should be relative to the watch directory – Details
    • Fix request tracker incremental cache write for new nodes – Details
    • Improve request graph cache reading – Details
    • Exit process with error code when reporters fail – Details
    • Write tmp files to the OS tmp directory - Details
    • Fix small HMR issues – Details
    • Fix crash in EntryRequest with multiple globs in the source field – Details
    • Revert split manifest runtime bundles – Details
    • Revert chunked cache blobs for improved stability – Details
    • Update dependencies – Details
  • Bundler

    • Fix assets outside project root with Manual Shared Bundles – Details
  • JavaScript

    • Avoid non-identifier export names in non-entry library bundles – Details
    • Relax react-refresh version range – Details
    • Also emit swc recoverable errors – Details
    • Bump swc – Details, Details, Details, Details
    • Bump swc and browserslist-rs – Details
    • Replace std::sync locks with parking_lot locks for better stability – Details
    • Ensure const modules in async bundles are wrapped – Details
    • Fix dev packager global reference – Details
    • Fix import usage tracking for destructure defaulting – Details
    • Update Node.js globals replacer to use SWC VisitMut – Details
    • Update process.env replacer to use SWC VisitMut – Details
    • Update Node.js __filename and __dirname replace to use SWC VisitMut – Details
    • Fix parcelRequire being added to multi-target libraries – Details
    • Handle TypeScript expressions in macro evaluator – Details
  • Resolver

    • Fix NUL byte crash in resolver – Details
    • Change default resolver error message for custom specifiers – Details
  • TypeScript

    • Handle dynamic import type references in TS types transformer – Details
    • Correctly handle qualified names in TS types import() – Details
  • SASS

    • Migrate to new sass API – Details
  • SVG

    • Load svgo version from project – Details
    • Update svgr and use project svgo version – Details
  • Image

  • Vue

    • Upgrade consolidate to v1 – Details
  • Web Extensions

    • Allow both service_worker and scripts in MV3 Web Extensions – Details

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Nov 12, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot enabled auto-merge (squash) November 12, 2024 22:28
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch 3 times, most recently from a680670 to 213d45d Compare November 25, 2024 04:14
@renovate renovate bot changed the title deps(dev): update parcel monorepo to v2.13.0 deps(dev): update parcel monorepo to v2.13.1 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 213d45d to 536383b Compare November 25, 2024 20:28
@renovate renovate bot changed the title deps(dev): update parcel monorepo to v2.13.1 deps(dev): update parcel monorepo to v2.13.2 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch 2 times, most recently from 133599f to 0fd4d3d Compare December 3, 2024 22:19
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 0fd4d3d to c25356f Compare December 5, 2024 22:55
@renovate renovate bot changed the title deps(dev): update parcel monorepo to v2.13.2 deps(dev): update parcel monorepo to v2.13.2 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
auto-merge was automatically disabled December 8, 2024 18:40

Pull request was closed

@renovate renovate bot deleted the renovate/parcel-monorepo branch December 8, 2024 18:40
@renovate renovate bot changed the title deps(dev): update parcel monorepo to v2.13.2 - autoclosed deps(dev): update parcel monorepo to v2.13.2 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from fd97d9c to c25356f Compare December 8, 2024 23:16
@renovate renovate bot enabled auto-merge (squash) December 9, 2024 02:30
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from c25356f to e83ff7e Compare December 9, 2024 21:38
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from e83ff7e to 71875d7 Compare December 16, 2024 21:48
@renovate renovate bot changed the title deps(dev): update parcel monorepo to v2.13.2 deps(dev): update parcel monorepo to v2.13.3 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch 2 times, most recently from 9ae19f0 to b0100e3 Compare December 24, 2024 07:58
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from b0100e3 to c8ac806 Compare January 3, 2025 21:53
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch 2 times, most recently from 8793054 to 2161d83 Compare January 16, 2025 00:21
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch 3 times, most recently from 37bbfda to be3350d Compare January 28, 2025 13:50
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from be3350d to 32a67e8 Compare March 18, 2025 06:41
@renovate renovate bot changed the title deps(dev): update parcel monorepo to v2.13.3 deps(dev): update parcel monorepo to v2.14.0 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 32a67e8 to b72f30e Compare March 19, 2025 11:34
@renovate renovate bot changed the title deps(dev): update parcel monorepo to v2.14.0 deps(dev): update parcel monorepo to v2.14.1 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from b72f30e to bdd6834 Compare March 24, 2025 02:44
@renovate renovate bot changed the title deps(dev): update parcel monorepo to v2.14.1 deps(dev): update parcel monorepo to v2.14.2 Mar 24, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from bdd6834 to 2eb72d4 Compare March 29, 2025 06:40
@renovate renovate bot changed the title deps(dev): update parcel monorepo to v2.14.2 deps(dev): update parcel monorepo to v2.14.3 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 2eb72d4 to 221af55 Compare March 29, 2025 22:13
@renovate renovate bot changed the title deps(dev): update parcel monorepo to v2.14.3 deps(dev): update parcel monorepo to v2.14.4 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 221af55 to a0e5081 Compare May 12, 2025 05:52
@renovate renovate bot changed the title deps(dev): update parcel monorepo to v2.14.4 deps(dev): update parcel monorepo to v2.15.0 May 12, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from a0e5081 to 510566e Compare May 16, 2025 05:51
@renovate renovate bot changed the title deps(dev): update parcel monorepo to v2.15.0 deps(dev): update parcel monorepo to v2.15.1 May 16, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 510566e to 7b6969e Compare May 25, 2025 02:33
@renovate renovate bot changed the title deps(dev): update parcel monorepo to v2.15.1 deps(dev): update parcel monorepo to v2.15.2 May 25, 2025
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.

0 participants