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.10.0 #427

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

parcel-bundler/parcel (@​parcel/core) ### [`v2.10.3`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#2103---2023-11-14) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.10.2...v2.10.3) ##### Added - Dev - Added `cacheInfo` to Parcel Query - [Details](https://togithub.com/parcel-bundler/parcel/pull/9361) - Add `parcel-link` and `parcel-unlink` dev CLIs - [Details](https://togithub.com/parcel-bundler/parcel/pull/8618) ##### Fixed - Core - Mark previously deferred assets as dirty for symbol prop - [Details](https://togithub.com/parcel-bundler/parcel/pull/9369) - Write bundle graph to cache if error occurs during bundling - [Details](https://togithub.com/parcel-bundler/parcel/pull/9366) - Fixing issues when `import * as` is used with `export *` - [Details](https://togithub.com/parcel-bundler/parcel/pull/9331) - Writing cache in chunks - [Details](https://togithub.com/parcel-bundler/parcel/pull/9355) - Reduce redundancy in the RequestGraph's file nodes - [Details](https://togithub.com/parcel-bundler/parcel/pull/9360) - Fix dependency retargeting with ambiguous reexports - [Details](https://togithub.com/parcel-bundler/parcel/pull/9380) - JavaScript - Fixing behavior for `hasOwnProperty` in modules exporting member with same name - [Details](https://togithub.com/parcel-bundler/parcel/pull/9362) - WebbExtension - Don't crash if WebExt has no content_scripts - [Details](https://togithub.com/parcel-bundler/parcel/pull/9341) - PostHTML, Pug, Stylus - Simplified calls to `invalidateOnFileChange` - [Details](https://togithub.com/parcel-bundler/parcel/pull/9379) ### [`v2.10.2`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#2102---2023-11-01) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.10.1...v2.10.2) ##### Fixed - Core - Use clz32 for counting trailing zeroes – [Details](https://togithub.com/parcel-bundler/parcel/pull/9340) - JavaScript - Do not wrap duplicated assets when they are in different targets – [Details](https://togithub.com/parcel-bundler/parcel/pull/9348) ### [`v2.10.1`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#2101--2023-10-23) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.10.0...v2.10.1) ##### Fixed - Core - Use modern node versions in CI [Details](https://togithub.com/parcel-bundler/parcel/pull/9323) - Support multiple workspaces/clients in Parcel for VSCode [Details](https://togithub.com/parcel-bundler/parcel/pull/9278) - Bundler - Make sure to set unique key [Details](https://togithub.com/parcel-bundler/parcel/pull/9326) - Fix bundler tests assertions on Windows [Details](https://togithub.com/parcel-bundler/parcel/pull/9333) - JavaScript - Add logic to disable scope hoisting if the `this` key word is pointing to an export module [Details](https://togithub.com/parcel-bundler/parcel/pull/9291) - Detect TSC polyfills to avoid marking them as CJS [Details](https://togithub.com/parcel-bundler/parcel/pull/9318) - Remove `this` exports tracking for files with module syntax [Details](https://togithub.com/parcel-bundler/parcel/pull/9330) - Bump swc [Details](https://togithub.com/parcel-bundler/parcel/pull/9306) ##### Unstable - Bundler - Fix inline constants in shared bundles [Details](https://togithub.com/parcel-bundler/parcel/pull/9313) - Ensure manualSharedBundles have unique names [Details](https://togithub.com/parcel-bundler/parcel/pull/9298) - Simplify MSB code for code split bundle creation section [Details](https://togithub.com/parcel-bundler/parcel/pull/9312) ### [`v2.10.0`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#2100--2023-10-11) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.9.3...v2.10.0) ##### Added - Core - Add support for include and exclude globs for `--lazy` mode – [Details](https://togithub.com/parcel-bundler/parcel/pull/9166), [Details](https://togithub.com/parcel-bundler/parcel/pull/9260) - Merge all native Rust modules into one package – [Details](https://togithub.com/parcel-bundler/parcel/pull/9146) - Add async resolver and JS transformer functions using rayon – [Details](https://togithub.com/parcel-bundler/parcel/pull/9147) - Support "register" tools in module loader (e.g. `@babel/register`, `esbuild-register`, `ts-node`) – [Details](https://togithub.com/parcel-bundler/parcel/pull/9285) - Limit default number of JS workers to 4 to improve memory usage/performance – [Details](https://togithub.com/parcel-bundler/parcel/pull/9300) - Bundler - Optimize bundler performance – [Details](https://togithub.com/parcel-bundler/parcel/pull/9266) - Add disableSharedBundles config option – [Details](https://togithub.com/parcel-bundler/parcel/pull/9209) - Resolver - Support node: prefix for CJS dependencies – [Details](https://togithub.com/parcel-bundler/parcel/pull/9244), [Details](https://togithub.com/parcel-bundler/parcel/pull/9250) - JavaScript - Add import helper to decrease ESM loader runtime footprint – [Details](https://togithub.com/parcel-bundler/parcel/pull/9148) - Support parallel bundle imports in libraries – [Details](https://togithub.com/parcel-bundler/parcel/pull/9156) - Only include `globalThis` polyfill for old browsers – [Details](https://togithub.com/parcel-bundler/parcel/pull/9199) - Updated parcelRequire.register to be minifiable – [Details](https://togithub.com/parcel-bundler/parcel/pull/9216) - CSS - Add include and exclude globs for CSS modules – [Details](https://togithub.com/parcel-bundler/parcel/pull/9301) - WASM - Add WASM packager with source map support – [Details](https://togithub.com/parcel-bundler/parcel/pull/9009) - XML - Transform xml-stylesheet processing instructions – [Details](https://togithub.com/parcel-bundler/parcel/pull/9102) - Web Extensions - Add support for Chrome Extension manifest V3 side_panel property – [Details](https://togithub.com/parcel-bundler/parcel/pull/9178) - Improve HMR for web extensions – [Details](https://togithub.com/parcel-bundler/parcel/pull/9068) - Web Manifest - Add support for icons in file_handlers – [Details](https://togithub.com/parcel-bundler/parcel/pull/9152) ##### Fixed - Core - Query glibc version only once to speed up JSTransformer on Linux – [Details](https://togithub.com/parcel-bundler/parcel/pull/9117) - Refresh cache before writing contents to bundle – [Details](https://togithub.com/parcel-bundler/parcel/pull/9123) - Fix `--lazy` mode bugs – [Details](https://togithub.com/parcel-bundler/parcel/pull/9093) - Ignore no-opt command line option – [Details](https://togithub.com/parcel-bundler/parcel/pull/9239) - Bump lmdb – [Details](https://togithub.com/parcel-bundler/parcel/pull/9253) - Don't hide error when diagnostic is malformed – [Details](https://togithub.com/parcel-bundler/parcel/pull/9283) - Don't autoinstall local files in package manager – [Details](https://togithub.com/parcel-bundler/parcel/pull/9242) - Fix bug with cache and glob entries – [Details](https://togithub.com/parcel-bundler/parcel/pull/9264) - JavaScript - Migrate to swc_core – [Details](https://togithub.com/parcel-bundler/parcel/pull/9131) - Move ESM loader runtime to absolute URLs – [Details](https://togithub.com/parcel-bundler/parcel/pull/9172) - Fix duplicate asset references – [Details](https://togithub.com/parcel-bundler/parcel/pull/9109) - Bump swc – [Details](https://togithub.com/parcel-bundler/parcel/pull/9200), [Details](https://togithub.com/parcel-bundler/parcel/pull/9234), [Details](https://togithub.com/parcel-bundler/parcel/pull/9271) - Fix shorthand identifier import usage – [Details](https://togithub.com/parcel-bundler/parcel/pull/9222) - Ensure nested member expressions are marked used in dev mode – [Details](https://togithub.com/parcel-bundler/parcel/pull/9258) - Set ascii_only for swc emit – [Details](https://togithub.com/parcel-bundler/parcel/pull/9243) - Add tests for non-identifier symbol names – [Details](https://togithub.com/parcel-bundler/parcel/pull/8388) - Bundler - Exclude inline assests from parallel request limit – [Details](https://togithub.com/parcel-bundler/parcel/pull/9194) - Fix unexpected undefined when creating shared bundles – [Details](https://togithub.com/parcel-bundler/parcel/pull/9195) - Images - Bump oxipng from 6.0.0 -> 8.0.0 – [Details](https://togithub.com/parcel-bundler/parcel/pull/9135) - Sass - Fix sass import edge case – [Details](https://togithub.com/parcel-bundler/parcel/pull/9256) - Dev Server - Fix index page loading in dev server when bundle type isn't html – [Details](https://togithub.com/parcel-bundler/parcel/pull/9282) ##### Unstable - Core - Expose unstable_transform and unstable_resolve APIs – [Details](https://togithub.com/parcel-bundler/parcel/pull/9193) - Bundler - Add unstable manual shared bundles config – [Details](https://togithub.com/parcel-bundler/parcel/pull/9251) - JavaScript - Experimental inline / deferred requires optimiser – [Details](https://togithub.com/parcel-bundler/parcel/pull/9221) - Add constants inlining optimization – [Details](https://togithub.com/parcel-bundler/parcel/pull/9241) - Add unstable async bundle runtime to the JS Packager – [Details](https://togithub.com/parcel-bundler/parcel/pull/9227) ### [`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 8 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 7 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (~2.10.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.