bamlab / flashlight

📱⚡️ Lighthouse for Mobile - audits your app and gives a performance score to your Android apps (native, React Native, Flutter..). Measure performance on CLI, E2E tests, CI...
https://docs.flashlight.dev
MIT License
1.22k stars 29 forks source link

chore(deps): update dependency parcel to v2.12.0 - autoclosed #229

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
parcel 2.10.2 -> 2.12.0 age adoption passing confidence

Release Notes

parcel-bundler/parcel (parcel) ### [`v2.12.0`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#2120---2024-02-28) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.11.0...v2.12.0) ##### Added - Core - Add REPL playground for Parcel to the website – [Details](https://togithub.com/parcel-bundler/parcel/pull/9365) - Improve package manager detection for auto install – [Details](https://togithub.com/parcel-bundler/parcel/pull/9505) - JavaScript - Add support for JS macros – [Details](https://togithub.com/parcel-bundler/parcel/pull/9299) - Statically evaluate constants referenced by macros – [Details](https://togithub.com/parcel-bundler/parcel/pull/9487) - Upgrade to ESLint 8 – [Details](https://togithub.com/parcel-bundler/parcel/pull/8580) - Bump swc – [Details](https://togithub.com/parcel-bundler/parcel/pull/9498) - CSS - Use lightningcss to implement CSS packager – [Details](https://togithub.com/parcel-bundler/parcel/pull/8492) - Bundler - Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – [Details](https://togithub.com/parcel-bundler/parcel/pull/9486) - Web Extensions - Add content script world property to manifest schema validation – [Details](https://togithub.com/parcel-bundler/parcel/pull/9510) - Performance - Adjacency list optimizations – [Details](https://togithub.com/parcel-bundler/parcel/pull/9444) - Break up request graph cache serialisation and run after build completion – [Details](https://togithub.com/parcel-bundler/parcel/pull/9384) ##### Fixed - Core - Drop per-pipeline transformation cache – [Details](https://togithub.com/parcel-bundler/parcel/pull/9459) - Clippy and use napi's Either3 – [Details](https://togithub.com/parcel-bundler/parcel/pull/9047) - Add lazy/eager cache key to avoid invalid change when switching modes – [Details](https://togithub.com/parcel-bundler/parcel/pull/9518) - JavaScript - Remove decl_collector pass and use SWC's unresolved_mark instead – [Details](https://togithub.com/parcel-bundler/parcel/pull/9520) - Bundler - Fix multiple css bundles in entry bundle groups issue – [Details](https://togithub.com/parcel-bundler/parcel/pull/9023) - Allow parallel type change bundles to be reused by async siblings – [Details](https://togithub.com/parcel-bundler/parcel/pull/9504) - Skip on missing parent asset for manual shared bundles – [Details](https://togithub.com/parcel-bundler/parcel/pull/9538) ##### Unstable - Add source map support to the inline-require optimizer – [Details](https://togithub.com/parcel-bundler/parcel/pull/9511) ### [`v2.11.0`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#2110---2023-12-19) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.10.3...v2.11.0) ##### Added - Dev - Log build phase times for dev builds [Details](https://togithub.com/parcel-bundler/parcel/pull/9371) - Progress messages for writing to cache [Details](https://togithub.com/parcel-bundler/parcel/pull/9368) - VSC Extension JSON schema [Details](https://togithub.com/parcel-bundler/parcel/pull/9386) - Print phase times on development builds [Details](https://togithub.com/parcel-bundler/parcel/pull/9417) - Publish bundle-stats-cli and parcel-query [Details](https://togithub.com/parcel-bundler/parcel/pull/9431) ##### Fixed - Dev - Increase threshold for showing progress bar to 500k nodes [Details](https://togithub.com/parcel-bundler/parcel/pull/9421) - Fix parcel-query [Details](https://togithub.com/parcel-bundler/parcel/pull/9425) - FIX\[dev-server]: Fix html file matching from URL [Details](https://togithub.com/parcel-bundler/parcel/pull/9347) - Fix parcel query's inspect cache [Details](https://togithub.com/parcel-bundler/parcel/pull/9436) - Bug fix for exiting early when identifying requestGraph in loadGraphs [Details](https://togithub.com/parcel-bundler/parcel/pull/9437) - Fix HMR on .localhost domains [Details](https://togithub.com/parcel-bundler/parcel/pull/9435) - Modify parcel query to not require all graphs on startup [Details](https://togithub.com/parcel-bundler/parcel/pull/9426) - Bug fix for async Parcel-query [Details](https://togithub.com/parcel-bundler/parcel/pull/9442) - Remove reliance on requestTracker in loadGraphs [Details](https://togithub.com/parcel-bundler/parcel/pull/9440) - Core - Reduce redundancy in the RequestGraph's Request, Env, and Option nodes [Details](https://togithub.com/parcel-bundler/parcel/pull/9383) - Move registerCoreWithSerializer to its own file [Details](https://togithub.com/parcel-bundler/parcel/pull/9396) - Filter --expose-gc and --max-semi-space-size execArgv Node args from workers [Details](https://togithub.com/parcel-bundler/parcel/pull/9399) - Optimize Symbol Propagation (propagateSymbolsUp) [Details](https://togithub.com/parcel-bundler/parcel/pull/9337) - Convert Request Graph node types + request node requestTypes to numbers [Details](https://togithub.com/parcel-bundler/parcel/pull/9412) - fsFixture: ignore empty lines in fixtures [Details](https://togithub.com/parcel-bundler/parcel/pull/9423) - Unstable File Invalidations [Details](https://togithub.com/parcel-bundler/parcel/pull/9420) - Configurable watch root [Details](https://togithub.com/parcel-bundler/parcel/pull/9424) - Resolver - Add ~ and / support to the glob resolver [Details](https://togithub.com/parcel-bundler/parcel/pull/9188) - JavaScript - Bump swc [Details](https://togithub.com/parcel-bundler/parcel/pull/9389) - Bumping lightningcss to 1.22.1 [Details](https://togithub.com/parcel-bundler/parcel/pull/9401) - Fix CI [Details](https://togithub.com/parcel-bundler/parcel/pull/9404) - Change inline-requires to only run when optimizing [Details](https://togithub.com/parcel-bundler/parcel/pull/9403) - Fix tsconfig extends from node_modules [Details](https://togithub.com/parcel-bundler/parcel/pull/9419) - Bump some deps [Details](https://togithub.com/parcel-bundler/parcel/pull/9406) - Bump swc and napi-rs [Details](https://togithub.com/parcel-bundler/parcel/pull/9408) - Fix references to packages.atlassian.com [Details](https://togithub.com/parcel-bundler/parcel/pull/9430) - Fix build-ts step [Details](https://togithub.com/parcel-bundler/parcel/pull/9439) - Bump rimraf version to ^5.05 [Details](https://togithub.com/parcel-bundler/parcel/pull/9438) - Use centos image with newer Node 16 [Details](https://togithub.com/parcel-bundler/parcel/pull/9447) ### [`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)

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



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

netlify[bot] commented 8 months ago

Deploy Preview for flashlight-docs canceled.

Name Link
Latest commit 894152481c59e3cb4d81ea3db2ada7670f525ceb
Latest deploy log https://app.netlify.com/sites/flashlight-docs/deploys/65f145b9eef962000833b741
flashlight-bot commented 8 months ago

Flashlight Automated Report 🔦

github-actions[bot] commented 8 months ago

Flashlight iOS Report 🔦