Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2023

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@iconify/vue (source) 4.1.14.3.0 age confidence dependencies minor
@parcel/core 2.10.12.16.3 age confidence devDependencies minor
@parcel/transformer-sass 2.10.12.16.3 age confidence devDependencies minor
@parcel/transformer-vue 2.10.12.16.3 age confidence devDependencies minor
parcel 2.10.12.16.3 age confidence devDependencies minor
pnpm/action-setup v2.4.0v2.4.1 age confidence action patch
serve 14.2.114.2.5 age confidence devDependencies patch
vue (source) 3.3.73.5.26 age confidence dependencies minor
vue-router (source) 4.2.54.6.4 age confidence dependencies minor

Release Notes

parcel-bundler/parcel (@​parcel/core)

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

v2.12.0

Compare Source

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

v2.11.0

Compare Source

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

v2.10.3

Compare Source

Added
  • Dev
    • Added cacheInfo to Parcel Query - Details
    • Add parcel-link and parcel-unlink dev CLIs - Details
Fixed
  • Core

    • Mark previously deferred assets as dirty for symbol prop - Details
    • Write bundle graph to cache if error occurs during bundling - Details
    • Fixing issues when import * as is used with export * - Details
    • Writing cache in chunks - Details
    • Reduce redundancy in the RequestGraph's file nodes - Details
    • Fix dependency retargeting with ambiguous reexports - Details
  • JavaScript

    • Fixing behavior for hasOwnProperty in modules exporting member with same name - Details
  • WebbExtension

    • Don't crash if WebExt has no content_scripts - Details
  • PostHTML, Pug, Stylus

    • Simplified calls to invalidateOnFileChange - Details

v2.10.2

Compare Source

Fixed
  • Core

    • Use clz32 for counting trailing zeroes – Details
  • JavaScript

    • Do not wrap duplicated assets when they are in different targets – Details
pnpm/action-setup (pnpm/action-setup)

v2.4.1

Compare Source

Updated the bundled pnpm version to v7 to fix the ERR_INVALID_THIS error.

vercel/serve (serve)

v14.2.5

Compare Source

Patch Changes
  • f4b6fbd: Update compression to v1.8.1

v14.2.4

Compare Source

Patches
  • Bump serve-handler, vitest, and `typescript: #​812

v14.2.3

Compare Source

Patches
  • Bump @zeit/schemas to 2.36.0: #​803

v14.2.2

Compare Source

Patches
  • fix: Update ajv from 8.11.0 to 8.12.0: #​796
Credits

Huge thanks to @​legobeat for helping!

vuejs/core (vue)

v3.5.26

Compare Source

Bug Fixes
Performance Improvements

v3.5.25

Compare Source

Bug Fixes

v3.5.24

Compare Source

Reverts

v3.5.23

Compare Source

Bug Fixes

v3.5.22

Compare Source

Bug Fixes
Features
  • custom-element: allow specifying additional options for shadowRoot in custom elements (#​12965) (47e628d), closes #​12964
Reverts
  • Revert "fix(hmr): prevent VUE_HMR_RUNTIME from being overwritten by vue runtime in 3rd-party libraries" (#​13925) (6b68f72), closes #​13925

v3.5.21

Compare Source

Bug Fixes
Performance Improvements

v3.5.20

Compare Source

Bug Fixes

v3.5.19

Compare Source

Bug Fixes
  • compiler-core: adjacent v-else should cause a compiler error (#​13699) (911e670), closes #​13698
  • compiler-core: prevent cached array children from retaining detached dom nodes (#​13691) ([7f60ef8](http

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies label Nov 2, 2023
@renovate renovate bot requested a review from azukashi November 2, 2023 04:19
@netlify
Copy link

netlify bot commented Nov 2, 2023

Deploy Preview for evelyn-pro ready!

Name Link
🔨 Latest commit 3e91941
🔍 Latest deploy log https://app.netlify.com/projects/evelyn-pro/deploys/6955438d6f5453000850c7f4
😎 Deploy Preview https://deploy-preview-55--evelyn-pro.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v2.10.2 chore(deps): update all non-major dependencies Nov 6, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 213783d to a66f9ad Compare November 6, 2023 13:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a66f9ad to a8c95ba Compare November 15, 2023 03:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8c95ba to 5db3734 Compare November 25, 2023 10:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 56e3520 to fb61d9b Compare December 8, 2023 07:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8dd9334 to 604514b Compare December 19, 2023 12:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 10603f6 to 2e16e13 Compare January 4, 2024 20:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 888ec49 to b9c9eb8 Compare January 13, 2024 10:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4b27d4a to 29b6767 Compare January 18, 2024 14:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 550d474 to f15b740 Compare February 9, 2024 03:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9560de4 to 8b90a91 Compare July 28, 2025 16:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 46b8207 to cc4ed56 Compare August 13, 2025 13:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 38438ce to 2078cb2 Compare August 25, 2025 09:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5ee5903 to c54bb3c Compare September 6, 2025 19:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cb03b6a to 96cb0f2 Compare September 25, 2025 16:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9f3eaa0 to 4ba4f82 Compare October 16, 2025 11:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4ba4f82 to 518c6cd Compare October 21, 2025 23:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 688a97c to ca2cf0b Compare November 10, 2025 20:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d142ee7 to 7194f8a Compare November 24, 2025 10:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c009c6f to c8358a7 Compare December 7, 2025 01:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 12b7783 to c93d308 Compare December 18, 2025 12:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c93d308 to 3e91941 Compare December 31, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants