Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2024

This PR contains the following updates:

Package Change Age Confidence
@parcel/transformer-js 2.12.02.16.3 age confidence
parcel 2.12.02.16.3 age confidence

Release Notes

parcel-bundler/parcel (@​parcel/transformer-js)

v2.16.3

Compare Source

Fixed
  • React Server Components
    • Fix react-dom import (bug in 2.16.2)

v2.16.2

Compare Source

Fixed
  • HTML

    • Fix siblings after <svg> being removed by HTML minifier – Details
  • React Server Components

    • Bump react-server-dom-parcel to ^19.1.1 to fix vulnerability
    • Fix cache key clash in @parcel/packager-react-staticDetails
    • Fix using inline string transformers with @parcel/packager-react-staticDetails
    • Preload CSS as soon as the RSC payload loads, without waiting for it to mount. This is useful for pre-fetching. – Details

v2.16.1

Compare Source

Fixed
  • JavaScript

    • Fix macro location information – Details
  • React Server Components
    Improve performance of RSC builds – Details

v2.16.0

Compare Source

Added
  • JavaScript
    • Code split re-exports when scope hoisting is disabled – Details
Fixed
  • JavaScript
    • Scope macro asset unique keys to the parent asset – Details

v2.15.4

Compare Source

v2.15.3

Compare Source

Fixed
  • JavaScript

    • Expose line and column number to macros – Details
  • React Server Components

    • Invalidate cache in ReactStaticPackager when pages are added or client components change – Details
    • Fix lazy mode with React Server Components – Details
    • Fix @parcel/rsc duplicate types – Details
    • Ensure publicUrl ends with a slash in react-static packager – Details
    • Fix hash reference replacement in react-static packager – Details

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: 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from faa0ec5 to e0d6857 Compare November 26, 2024 20:31
@renovate renovate bot changed the title Update parcel monorepo to v2.13.0 Update parcel monorepo to v2.13.2 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from e0d6857 to 749068b Compare December 3, 2024 05:44
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 749068b to be05d23 Compare December 21, 2024 05:42
@renovate renovate bot changed the title Update parcel monorepo to v2.13.2 Update parcel monorepo to v2.13.3 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from be05d23 to 2afe87c Compare January 25, 2025 11:59
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 2afe87c to ab5d294 Compare February 9, 2025 16:13
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from ab5d294 to e030012 Compare March 12, 2025 23:54
@renovate renovate bot changed the title Update parcel monorepo to v2.13.3 Update parcel monorepo to v2.14.1 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch 2 times, most recently from 3bb25be to 5f78baf Compare March 26, 2025 03:50
@renovate renovate bot changed the title Update parcel monorepo to v2.14.1 Update parcel monorepo to v2.14.2 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 5f78baf to e2f9c32 Compare March 29, 2025 07:57
@renovate renovate bot changed the title Update parcel monorepo to v2.14.2 Update parcel monorepo to v2.14.3 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from e2f9c32 to acaa909 Compare March 30, 2025 16:06
@renovate renovate bot changed the title Update parcel monorepo to v2.14.3 Update parcel monorepo to v2.14.4 Mar 30, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch 2 times, most recently from 0d84c82 to ce271c3 Compare April 8, 2025 20:15
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from ce271c3 to 79148b4 Compare April 27, 2025 03:29
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 79148b4 to 851f69a Compare May 17, 2025 04:14
@renovate renovate bot changed the title Update parcel monorepo to v2.14.4 Update parcel monorepo to v2.15.1 May 17, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch 2 times, most recently from 941be6c to f77e38c Compare May 26, 2025 00:11
@renovate renovate bot changed the title Update parcel monorepo to v2.15.1 Update parcel monorepo to v2.15.2 May 26, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch 2 times, most recently from 020c0aa to f24be59 Compare June 6, 2025 16:20
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from f24be59 to e2937da Compare June 22, 2025 08:00
@renovate renovate bot changed the title Update parcel monorepo to v2.15.2 Update parcel monorepo to v2.15.4 Jun 22, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from e2937da to fdc3272 Compare July 5, 2025 07:56
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from fdc3272 to 04f1ff0 Compare August 12, 2025 23:42
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 04f1ff0 to da26a03 Compare August 15, 2025 23:29
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from da26a03 to bf2bd71 Compare August 23, 2025 07:35
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from bf2bd71 to 0d71310 Compare September 1, 2025 01:56
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 0d71310 to f178f91 Compare September 19, 2025 06:36
@renovate renovate bot changed the title Update parcel monorepo to v2.15.4 Update parcel monorepo to v2.16.0 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from f178f91 to 6168377 Compare September 26, 2025 20:09
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 6168377 to 88ac53c Compare October 25, 2025 04:12
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from 88ac53c to fc4b405 Compare November 8, 2025 11:43
@renovate renovate bot changed the title Update parcel monorepo to v2.16.0 Update parcel monorepo to v2.16.1 Nov 8, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch 2 times, most recently from 4754ac3 to df63813 Compare November 19, 2025 23:26
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch 2 times, most recently from e72b087 to fdcbc0b Compare December 7, 2025 15:08
@renovate renovate bot changed the title Update parcel monorepo to v2.16.1 Update parcel monorepo to v2.16.3 Dec 7, 2025
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from fdcbc0b to bfd551f Compare December 31, 2025 23:57
@renovate renovate bot force-pushed the renovate/parcel-monorepo branch from bfd551f to e441db6 Compare January 9, 2026 11: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