-
Notifications
You must be signed in to change notification settings - Fork 58
Commit cffef54
authored
Bump the npm group with 3 updates (#284)
Bumps the npm group with 3 updates:
[@parcel/packager-ts](https://github.com/parcel-bundler/parcel),
[@parcel/transformer-typescript-types](https://github.com/parcel-bundler/parcel)
and [parcel](https://github.com/parcel-bundler/parcel).
Updates `@parcel/packager-ts` from 2.15.4 to 2.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/parcel-bundler/parcel/releases"><code>@parcel/packager-ts</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.16.0</h2>
<p>This release significantly improves code splitting and tree shaking
when scope hoisting is disabled, e.g. when using React Server Components
with static rendering. It enables re-exports to be followed when
resolving a dependency, so that only used exports from large libraries
get bundled together for each page rather than across all pages. This
was already the case when using scope hoisting, but now it works without
scope hoisting as well.</p>
<h3>Added</h3>
<ul>
<li>JavaScript
<ul>
<li>Code split re-exports when scope hoisting is disabled – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10207">Details</a></li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>JavaScript
<ul>
<li>Scope macro asset unique keys to the parent asset – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10215">Details</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md"><code>@parcel/packager-ts</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[2.16.0] – 2025-09-18</h2>
<h3>Added</h3>
<ul>
<li>JavaScript
<ul>
<li>Code split re-exports when scope hoisting is disabled – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10207">Details</a></li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>JavaScript
<ul>
<li>Scope macro asset unique keys to the parent asset – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10215">Details</a></li>
</ul>
</li>
</ul>
<h2>[2.15.3] – 2025-06-20</h2>
<h3>Fixed</h3>
<ul>
<li>
<p>JavaScript</p>
<ul>
<li>Expose line and column number to macros – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10171">Details</a></li>
</ul>
</li>
<li>
<p>React Server Components</p>
<ul>
<li>Invalidate cache in ReactStaticPackager when pages are added or
client components change – <a
href="https://github.com/parcel-bundler/parcel/commit/3405c22220ce40a161964af76893554ddc25c03e">Details</a></li>
<li>Fix lazy mode with React Server Components – <a
href="https://github.com/parcel-bundler/parcel/commit/a76b47ec65b30cb13f649f6cab807479ca4ad139">Details</a></li>
<li>Fix <code>@parcel/rsc</code> duplicate types – <a
href="https://github.com/parcel-bundler/parcel/commit/9cb4b8660cbcd13f01e1efac88757de2bedb0895">Details</a></li>
<li>Ensure publicUrl ends with a slash in react-static packager – <a
href="https://github.com/parcel-bundler/parcel/commit/a90f06a2fb97716f01e86664b45f952648172ba3">Details</a></li>
<li>Fix hash reference replacement in react-static packager – <a
href="https://github.com/parcel-bundler/parcel/commit/4c3226fe522c8283dcf2186db8adf26eae96046b">Details</a></li>
</ul>
</li>
</ul>
<h2>[2.15.2] - 2025-05-24</h2>
<h3>Fixed</h3>
<ul>
<li>
<p>Core</p>
<ul>
<li>Change minimum required glibc version to 2.26 – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10164">Details</a></li>
<li>Cache inline bundle packaging – <a
href="https://github.com/parcel-bundler/parcel/commit/a993f9811de6934387f2ae6c77f4e4ace038b30b">Details</a></li>
<li>Use stable id for package requests – <a
href="https://github.com/parcel-bundler/parcel/commit/afc86c24eec20a12be00be9965546595fc2c6bfc">Details</a></li>
</ul>
</li>
<li>
<p>HTML</p>
<ul>
<li>Do not remove <code><meta charset="utf-8"></code> –
<a
href="https://github.com/parcel-bundler/parcel/commit/69c06862c4fdb0d9005179dc914e5da8e6d67d63">Details</a></li>
</ul>
</li>
<li>
<p>MDX</p>
<ul>
<li>Make URL dependencies in MDX files optional – <a
href="https://github.com/parcel-bundler/parcel/commit/67e4fe0b6666656c2913655a830bb6f50c660200">Details</a></li>
</ul>
</li>
<li>
<p>React Server Components</p>
<ul>
<li>Fix memory leak in react-static packager – <a
href="https://github.com/parcel-bundler/parcel/commit/638b12d8ddf7f5f833db815e832c9de5c457299e">Details</a></li>
</ul>
</li>
<li>
<p>Resolver</p>
<ul>
<li>Fix resolving source package exports condition from self reference –
<a
href="https://github.com/parcel-bundler/parcel/commit/6820335b0f6ff77c301a26dffbed09751e80deed">Details</a></li>
</ul>
</li>
<li>
<p>SVG</p>
<ul>
<li>Update oxvg – <a
href="https://github.com/parcel-bundler/parcel/commit/7576cfaf38fc074533e28aab4832010496445593">Details</a></li>
</ul>
</li>
<li>
<p>Compressors</p>
<ul>
<li>Use max level compression for brotli compressor – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10128">Details</a></li>
</ul>
</li>
</ul>
<h2>[2.15.1] - 2025-05-15</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/parcel-bundler/parcel/commits/v2.16.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `@parcel/transformer-typescript-types` from 2.15.4 to 2.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/parcel-bundler/parcel/releases"><code>@parcel/transformer-typescript-types</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.16.0</h2>
<p>This release significantly improves code splitting and tree shaking
when scope hoisting is disabled, e.g. when using React Server Components
with static rendering. It enables re-exports to be followed when
resolving a dependency, so that only used exports from large libraries
get bundled together for each page rather than across all pages. This
was already the case when using scope hoisting, but now it works without
scope hoisting as well.</p>
<h3>Added</h3>
<ul>
<li>JavaScript
<ul>
<li>Code split re-exports when scope hoisting is disabled – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10207">Details</a></li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>JavaScript
<ul>
<li>Scope macro asset unique keys to the parent asset – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10215">Details</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md"><code>@parcel/transformer-typescript-types</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[2.16.0] – 2025-09-18</h2>
<h3>Added</h3>
<ul>
<li>JavaScript
<ul>
<li>Code split re-exports when scope hoisting is disabled – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10207">Details</a></li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>JavaScript
<ul>
<li>Scope macro asset unique keys to the parent asset – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10215">Details</a></li>
</ul>
</li>
</ul>
<h2>[2.15.3] – 2025-06-20</h2>
<h3>Fixed</h3>
<ul>
<li>
<p>JavaScript</p>
<ul>
<li>Expose line and column number to macros – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10171">Details</a></li>
</ul>
</li>
<li>
<p>React Server Components</p>
<ul>
<li>Invalidate cache in ReactStaticPackager when pages are added or
client components change – <a
href="https://github.com/parcel-bundler/parcel/commit/3405c22220ce40a161964af76893554ddc25c03e">Details</a></li>
<li>Fix lazy mode with React Server Components – <a
href="https://github.com/parcel-bundler/parcel/commit/a76b47ec65b30cb13f649f6cab807479ca4ad139">Details</a></li>
<li>Fix <code>@parcel/rsc</code> duplicate types – <a
href="https://github.com/parcel-bundler/parcel/commit/9cb4b8660cbcd13f01e1efac88757de2bedb0895">Details</a></li>
<li>Ensure publicUrl ends with a slash in react-static packager – <a
href="https://github.com/parcel-bundler/parcel/commit/a90f06a2fb97716f01e86664b45f952648172ba3">Details</a></li>
<li>Fix hash reference replacement in react-static packager – <a
href="https://github.com/parcel-bundler/parcel/commit/4c3226fe522c8283dcf2186db8adf26eae96046b">Details</a></li>
</ul>
</li>
</ul>
<h2>[2.15.2] - 2025-05-24</h2>
<h3>Fixed</h3>
<ul>
<li>
<p>Core</p>
<ul>
<li>Change minimum required glibc version to 2.26 – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10164">Details</a></li>
<li>Cache inline bundle packaging – <a
href="https://github.com/parcel-bundler/parcel/commit/a993f9811de6934387f2ae6c77f4e4ace038b30b">Details</a></li>
<li>Use stable id for package requests – <a
href="https://github.com/parcel-bundler/parcel/commit/afc86c24eec20a12be00be9965546595fc2c6bfc">Details</a></li>
</ul>
</li>
<li>
<p>HTML</p>
<ul>
<li>Do not remove <code><meta charset="utf-8"></code> –
<a
href="https://github.com/parcel-bundler/parcel/commit/69c06862c4fdb0d9005179dc914e5da8e6d67d63">Details</a></li>
</ul>
</li>
<li>
<p>MDX</p>
<ul>
<li>Make URL dependencies in MDX files optional – <a
href="https://github.com/parcel-bundler/parcel/commit/67e4fe0b6666656c2913655a830bb6f50c660200">Details</a></li>
</ul>
</li>
<li>
<p>React Server Components</p>
<ul>
<li>Fix memory leak in react-static packager – <a
href="https://github.com/parcel-bundler/parcel/commit/638b12d8ddf7f5f833db815e832c9de5c457299e">Details</a></li>
</ul>
</li>
<li>
<p>Resolver</p>
<ul>
<li>Fix resolving source package exports condition from self reference –
<a
href="https://github.com/parcel-bundler/parcel/commit/6820335b0f6ff77c301a26dffbed09751e80deed">Details</a></li>
</ul>
</li>
<li>
<p>SVG</p>
<ul>
<li>Update oxvg – <a
href="https://github.com/parcel-bundler/parcel/commit/7576cfaf38fc074533e28aab4832010496445593">Details</a></li>
</ul>
</li>
<li>
<p>Compressors</p>
<ul>
<li>Use max level compression for brotli compressor – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10128">Details</a></li>
</ul>
</li>
</ul>
<h2>[2.15.1] - 2025-05-15</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/parcel-bundler/parcel/commits/v2.16.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `parcel` from 2.15.4 to 2.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/parcel-bundler/parcel/releases">parcel's
releases</a>.</em></p>
<blockquote>
<h2>v2.16.0</h2>
<p>This release significantly improves code splitting and tree shaking
when scope hoisting is disabled, e.g. when using React Server Components
with static rendering. It enables re-exports to be followed when
resolving a dependency, so that only used exports from large libraries
get bundled together for each page rather than across all pages. This
was already the case when using scope hoisting, but now it works without
scope hoisting as well.</p>
<h3>Added</h3>
<ul>
<li>JavaScript
<ul>
<li>Code split re-exports when scope hoisting is disabled – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10207">Details</a></li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>JavaScript
<ul>
<li>Scope macro asset unique keys to the parent asset – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10215">Details</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md">parcel's
changelog</a>.</em></p>
<blockquote>
<h2>[2.16.0] – 2025-09-18</h2>
<h3>Added</h3>
<ul>
<li>JavaScript
<ul>
<li>Code split re-exports when scope hoisting is disabled – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10207">Details</a></li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>JavaScript
<ul>
<li>Scope macro asset unique keys to the parent asset – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10215">Details</a></li>
</ul>
</li>
</ul>
<h2>[2.15.3] – 2025-06-20</h2>
<h3>Fixed</h3>
<ul>
<li>
<p>JavaScript</p>
<ul>
<li>Expose line and column number to macros – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10171">Details</a></li>
</ul>
</li>
<li>
<p>React Server Components</p>
<ul>
<li>Invalidate cache in ReactStaticPackager when pages are added or
client components change – <a
href="https://github.com/parcel-bundler/parcel/commit/3405c22220ce40a161964af76893554ddc25c03e">Details</a></li>
<li>Fix lazy mode with React Server Components – <a
href="https://github.com/parcel-bundler/parcel/commit/a76b47ec65b30cb13f649f6cab807479ca4ad139">Details</a></li>
<li>Fix <code>@parcel/rsc</code> duplicate types – <a
href="https://github.com/parcel-bundler/parcel/commit/9cb4b8660cbcd13f01e1efac88757de2bedb0895">Details</a></li>
<li>Ensure publicUrl ends with a slash in react-static packager – <a
href="https://github.com/parcel-bundler/parcel/commit/a90f06a2fb97716f01e86664b45f952648172ba3">Details</a></li>
<li>Fix hash reference replacement in react-static packager – <a
href="https://github.com/parcel-bundler/parcel/commit/4c3226fe522c8283dcf2186db8adf26eae96046b">Details</a></li>
</ul>
</li>
</ul>
<h2>[2.15.2] - 2025-05-24</h2>
<h3>Fixed</h3>
<ul>
<li>
<p>Core</p>
<ul>
<li>Change minimum required glibc version to 2.26 – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10164">Details</a></li>
<li>Cache inline bundle packaging – <a
href="https://github.com/parcel-bundler/parcel/commit/a993f9811de6934387f2ae6c77f4e4ace038b30b">Details</a></li>
<li>Use stable id for package requests – <a
href="https://github.com/parcel-bundler/parcel/commit/afc86c24eec20a12be00be9965546595fc2c6bfc">Details</a></li>
</ul>
</li>
<li>
<p>HTML</p>
<ul>
<li>Do not remove <code><meta charset="utf-8"></code> –
<a
href="https://github.com/parcel-bundler/parcel/commit/69c06862c4fdb0d9005179dc914e5da8e6d67d63">Details</a></li>
</ul>
</li>
<li>
<p>MDX</p>
<ul>
<li>Make URL dependencies in MDX files optional – <a
href="https://github.com/parcel-bundler/parcel/commit/67e4fe0b6666656c2913655a830bb6f50c660200">Details</a></li>
</ul>
</li>
<li>
<p>React Server Components</p>
<ul>
<li>Fix memory leak in react-static packager – <a
href="https://github.com/parcel-bundler/parcel/commit/638b12d8ddf7f5f833db815e832c9de5c457299e">Details</a></li>
</ul>
</li>
<li>
<p>Resolver</p>
<ul>
<li>Fix resolving source package exports condition from self reference –
<a
href="https://github.com/parcel-bundler/parcel/commit/6820335b0f6ff77c301a26dffbed09751e80deed">Details</a></li>
</ul>
</li>
<li>
<p>SVG</p>
<ul>
<li>Update oxvg – <a
href="https://github.com/parcel-bundler/parcel/commit/7576cfaf38fc074533e28aab4832010496445593">Details</a></li>
</ul>
</li>
<li>
<p>Compressors</p>
<ul>
<li>Use max level compression for brotli compressor – <a
href="https://redirect.github.com/parcel-bundler/parcel/pull/10128">Details</a></li>
</ul>
</li>
</ul>
<h2>[2.15.1] - 2025-05-15</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/parcel-bundler/parcel/commits/v2.16.0">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5c987cb commit cffef54Copy full SHA for cffef54
File tree
Expand file treeCollapse file tree
2 files changed
+503
-503
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+503
-503
lines changedOpen diff view settings
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments