chore(deps): update parcel monorepo to v2.10.3 #83

Merged
Kichiyaki merged 1 commits from renovate/parcel-monorepo into master 2023-11-16 04:20:04 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@parcel/validator-eslint devDependencies patch 2.10.1 -> 2.10.3
@parcel/validator-typescript devDependencies patch 2.10.1 -> 2.10.3
parcel devDependencies patch 2.10.1 -> 2.10.3

Release Notes

parcel-bundler/parcel (@​parcel/validator-eslint)

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

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@parcel/validator-eslint](https://github.com/parcel-bundler/parcel) | devDependencies | patch | [`2.10.1` -> `2.10.3`](https://renovatebot.com/diffs/npm/@parcel%2fvalidator-eslint/2.10.1/2.10.3) | | [@parcel/validator-typescript](https://github.com/parcel-bundler/parcel) | devDependencies | patch | [`2.10.1` -> `2.10.3`](https://renovatebot.com/diffs/npm/@parcel%2fvalidator-typescript/2.10.1/2.10.3) | | [parcel](https://github.com/parcel-bundler/parcel) | devDependencies | patch | [`2.10.1` -> `2.10.3`](https://renovatebot.com/diffs/npm/parcel/2.10.1/2.10.3) | --- ### Release Notes <details> <summary>parcel-bundler/parcel (@&#8203;parcel/validator-eslint)</summary> ### [`v2.10.3`](https://github.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#2103---2023-11-14) [Compare Source](https://github.com/parcel-bundler/parcel/compare/v2.10.2...v2.10.3) ##### Added - Dev - Added `cacheInfo` to Parcel Query - [Details](https://github.com/parcel-bundler/parcel/pull/9361) - Add `parcel-link` and `parcel-unlink` dev CLIs - [Details](https://github.com/parcel-bundler/parcel/pull/8618) ##### Fixed - Core - Mark previously deferred assets as dirty for symbol prop - [Details](https://github.com/parcel-bundler/parcel/pull/9369) - Write bundle graph to cache if error occurs during bundling - [Details](https://github.com/parcel-bundler/parcel/pull/9366) - Fixing issues when `import * as` is used with `export *` - [Details](https://github.com/parcel-bundler/parcel/pull/9331) - Writing cache in chunks - [Details](https://github.com/parcel-bundler/parcel/pull/9355) - Reduce redundancy in the RequestGraph's file nodes - [Details](https://github.com/parcel-bundler/parcel/pull/9360) - Fix dependency retargeting with ambiguous reexports - [Details](https://github.com/parcel-bundler/parcel/pull/9380) - JavaScript - Fixing behavior for `hasOwnProperty` in modules exporting member with same name - [Details](https://github.com/parcel-bundler/parcel/pull/9362) - WebbExtension - Don't crash if WebExt has no content_scripts - [Details](https://github.com/parcel-bundler/parcel/pull/9341) - PostHTML, Pug, Stylus - Simplified calls to `invalidateOnFileChange` - [Details](https://github.com/parcel-bundler/parcel/pull/9379) ### [`v2.10.2`](https://github.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#2102---2023-11-01) [Compare Source](https://github.com/parcel-bundler/parcel/compare/v2.10.1...v2.10.2) ##### Fixed - Core - Use clz32 for counting trailing zeroes – [Details](https://github.com/parcel-bundler/parcel/pull/9340) - JavaScript - Do not wrap duplicated assets when they are in different targets – [Details](https://github.com/parcel-bundler/parcel/pull/9348) </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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMy4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate added the
dependencies
label 2023-11-14 19:33:39 +00:00
renovate added 1 commit 2023-11-14 19:33:39 +00:00
ci/woodpecker/pr/test Pipeline was successful Details
8292341a57
chore(deps): update parcel monorepo to v2.10.2
renovate force-pushed renovate/parcel-monorepo from 8292341a57 to 0b120f85b0 2023-11-15 19:33:38 +00:00 Compare
renovate changed title from chore(deps): update parcel monorepo to v2.10.2 to chore(deps): update parcel monorepo to v2.10.3 2023-11-15 19:33:39 +00:00
Kichiyaki merged commit a6a68cd530 into master 2023-11-16 04:20:04 +00:00
Kichiyaki deleted branch renovate/parcel-monorepo 2023-11-16 04:20:04 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: twhelp/scripts#83
No description provided.