peers / peerjs-server

Server for PeerJS
https://peerjs.com
MIT License
4.26k stars 1.08k forks source link

chore(deps): update parcel monorepo to ~2.9.0 #420

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@parcel/packager-ts ~2.8.3 -> ~2.9.0 age adoption passing confidence
@parcel/transformer-typescript-types ~2.8.3 -> ~2.9.0 age adoption passing confidence
parcel ~2.8.3 -> ~2.9.0 age adoption passing confidence

Release Notes

parcel-bundler/parcel (@​parcel/packager-ts) ### [`v2.9.3`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#293--2023-06-24) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.9.2...v2.9.3) ##### Fixed - Resolver - Fix the development and production package conditions – [Details](https://togithub.com/parcel-bundler/parcel/pull/9108) - JavaScript - Update SWC to fix generics in JSX elements – [Details](https://togithub.com/parcel-bundler/parcel/pull/9104) ### [`v2.9.2`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#292---2023-06-08) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.9.1...v2.9.2) ##### Fixed - Core - Fix infinite loop when entries look like globs – [Details](https://togithub.com/parcel-bundler/parcel/pull/9020) - Fix proxyrc require from path – [Details](https://togithub.com/parcel-bundler/parcel/pull/9069) - JavaScript - Treat re-exports of `*` from empty files with `sideEffects: false` as ESM – [Details](https://togithub.com/parcel-bundler/parcel/pull/9079) - CSS - Fix self references error in CSS module JS assets causing "Bundle group cannot have more than one entry bundle of the same type" – [Details](https://togithub.com/parcel-bundler/parcel/pull/9080) - Dev server - Serve folder's index when requesting folder without slash – [Details](https://togithub.com/parcel-bundler/parcel/pull/9066) - Web extensions - Allow source maps files in webextension – [Details](https://togithub.com/parcel-bundler/parcel/pull/8541) - Image - Add core as peerdep to image optimizer – [Details](https://togithub.com/parcel-bundler/parcel/pull/9070) ### [`v2.9.1`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#291---2023-06-07) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.9.0...v2.9.1) ##### Fixed - Resolver - Ignore invalid package.json "type" field values – [Details](https://togithub.com/parcel-bundler/parcel/pull/9049) - Ignore duplicate slashes at the start of relative path specifiers – [Details](https://togithub.com/parcel-bundler/parcel/pull/9048) ### [`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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



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

renovate[bot] commented 11 months ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


renovate[bot] commented 10 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (~2.9.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.