tanem / svg-injector

:syringe: Fast, caching, dynamic inline SVG DOM injection library.
https://npm.im/@tanem/svg-injector
MIT License
101 stars 14 forks source link

Update dependency parcel to v2.9.0 #1332

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
parcel 2.8.3 -> 2.9.0 age adoption passing confidence

Release Notes

parcel-bundler/parcel ### [`v2.9.0`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#​290---2023-05-26) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.8.3...v2.9.0) ##### Added - Core - Add support for ESM plugins and configs – [Details](https://togithub.com/parcel-bundler/parcel/pull/8913) - Add support for local parcel plugins – [Details](https://togithub.com/parcel-bundler/parcel/pull/8925) - Incremental Symbol Propagation for improved performance and improved export errors in development – [Details](https://togithub.com/parcel-bundler/parcel/pull/8723) - Add support for plugin tracing, which shows where time is being spent during a Parcel build – [Details](https://togithub.com/parcel-bundler/parcel/pull/8695) - Support `.proxyrc.cjs` config files – [Details](https://togithub.com/parcel-bundler/parcel/pull/8833) - Add support for `loadConfig` function to resolver plugins – [Details](https://togithub.com/parcel-bundler/parcel/pull/8847) - Resolver - New resolver implementation in Rust supporting package.json "exports" and "imports", and tsconfig.json "baseUrl", "paths", and "moduleSuffixes" – [Details](https://togithub.com/parcel-bundler/parcel/pull/8807) - JavaScript - Switch to SWC minifier instead of Terser by default – [Details](https://togithub.com/parcel-bundler/parcel/pull/8860) - Split large runtime manifest into separate bundles to reduce cache invalidations – [Details](https://togithub.com/parcel-bundler/parcel/pull/8837) - Respect `addExternalDependency` in Babel plugins – [Details](https://togithub.com/parcel-bundler/parcel/pull/7820) - Bundler - Use BitSet for bundler intersections for improved performance – [Details](https://togithub.com/parcel-bundler/parcel/pull/8862) - Web Extensions - Add support for `chrome_style` field – [Details](https://togithub.com/parcel-bundler/parcel/pull/8867) ##### Fixed - Core - Improve error message when bundles do not have unique file names – [Details](https://togithub.com/parcel-bundler/parcel/pull/8784) - Bump napi-rs to latest – [Details](https://togithub.com/parcel-bundler/parcel/pull/8838), [Details](https://togithub.com/parcel-bundler/parcel/pull/8918) - Fix pnpm autoinstall – [Details](https://togithub.com/parcel-bundler/parcel/pull/8788) - Fix "does not exports" error for multiple assets returned by transformers – [Details](https://togithub.com/parcel-bundler/parcel/pull/8947) - Remove v8-compile-cache – [Details](https://togithub.com/parcel-bundler/parcel/pull/8990) - Update fast-glob – [Details](https://togithub.com/parcel-bundler/parcel/pull/8996) - Update lmdb – [Details](https://togithub.com/parcel-bundler/parcel/pull/8999) - Fixup DiagnosticCodeHighlight and SourceLocation columns – [Details](https://togithub.com/parcel-bundler/parcel/pull/8965) - Bump `fastest-levenshtein` and `xmldom` dependencies – [Details](https://togithub.com/parcel-bundler/parcel/pull/9017) - JavaScript - Sort global deps before injecting imports to reduce cache invalidations – [Details](https://togithub.com/parcel-bundler/parcel/pull/8818) - Only add export setter for non-ESM exports – [Details](https://togithub.com/parcel-bundler/parcel/pull/8910) - Bump SWC – [Details](https://togithub.com/parcel-bundler/parcel/pull/8881), [Details](https://togithub.com/parcel-bundler/parcel/pull/8933), [Details](https://togithub.com/parcel-bundler/parcel/pull/8983), [Details](https://togithub.com/parcel-bundler/parcel/pull/9010), [Details](https://togithub.com/parcel-bundler/parcel/pull/9034) - Deduplicate imports in hoist transformer – [Details](https://togithub.com/parcel-bundler/parcel/pull/8954) - Allow buffer polyfill v5 or v6 – [Details](https://togithub.com/parcel-bundler/parcel/pull/8959) - Fix packaging of synchronous reused bundles – [Details](https://togithub.com/parcel-bundler/parcel/pull/8934) - Support eslint ^7.0.0 in `@parcel/validator-eslint` – [Details](https://togithub.com/parcel-bundler/parcel/pull/8997) - Improve `inlineEnvironment` performance – [Details](https://togithub.com/parcel-bundler/parcel/pull/9014) - Hoist exports to allow circular dependencies – [Details](https://togithub.com/parcel-bundler/parcel/pull/9024) - TypeScript - Throw diagnostics as error on empty emit - [Details](https://togithub.com/parcel-bundler/parcel/pull/8914) - CSS - Sort CSS module exports to reduce cache invalidations – [Details](https://togithub.com/parcel-bundler/parcel/pull/8817) - Bundler - Fix missing edge error when using for multiple targets – [Details](https://togithub.com/parcel-bundler/parcel/pull/8854) - Fix non-deterministic builds between project directories – [Details](https://togithub.com/parcel-bundler/parcel/pull/8869) - Fix css-module related build error in bundling – [Details](https://togithub.com/parcel-bundler/parcel/pull/8885) - Fix multiple entries pointing to wrong bundle in dist – [Details](https://togithub.com/parcel-bundler/parcel/pull/8991) - Dev server - Don't error during HMR on `` elements without hrefs – [Details](https://togithub.com/parcel-bundler/parcel/pull/8800) - Improve server index file matching – [Details](https://togithub.com/parcel-bundler/parcel/pull/8957) - Don't send HMR updates before packaging in watch mode – [Details](https://togithub.com/parcel-bundler/parcel/pull/9026) - Elm - Fix error when formatting build errors – [Details](https://togithub.com/parcel-bundler/parcel/pull/8882)

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 this update again.



This PR has been generated by Mend Renovate. View repository job log here.