basics / nuxt-booster

nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website. 🚀
https://basics.github.io/nuxt-booster/
MIT License
666 stars 32 forks source link

chore(deps): update all non-major dependencies #876

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
core-js 3.33.1 -> 3.33.2 age adoption passing confidence
eslint-plugin-sonarjs 0.21.0 -> 0.22.0 age adoption passing confidence
postcss-preset-env (source) 9.2.0 -> 9.3.0 age adoption passing confidence
theme-colors 0.0.5 -> 0.1.0 age adoption passing confidence

Release Notes

zloirock/core-js (core-js) ### [`v3.33.2`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3332---20231031) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.33.1...v3.33.2) - Simplified `structuredClone` polyfill, avoided second tree pass in cases of transferring - Added support of [`SuppressedError`](https://togithub.com/tc39/proposal-explicit-resource-management#the-suppressederror-error) to `structuredClone` polyfill - Removed unspecified unnecessary `ArrayBuffer` and `DataView` dependencies of `structuredClone` lack of which could cause errors in some entries in IE10- - Fixed handling of fractional number part in [`Number.fromString`](https://togithub.com/tc39/proposal-number-fromstring) - Compat data improvements: - [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) marked as [supported from Chromium 120](https://bugs.chromium.org/p/chromium/issues/detail?id=1425839) - Updated Opera Android 78 compat data mapping - Added Electron 29 compat data mapping
SonarSource/eslint-plugin-sonarjs (eslint-plugin-sonarjs) ### [`v0.22.0`](https://togithub.com/SonarSource/eslint-plugin-sonarjs/releases/tag/0.22.0) [Compare Source](https://togithub.com/SonarSource/eslint-plugin-sonarjs/compare/0.21.0...0.22.0) #### What's Changed - Update vulnerable dependencies **Full Changelog**: https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.21.0...0.22.0
csstools/postcss-plugins (postcss-preset-env) ### [`v9.3.0`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#930) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/36d2fb7cc37cd603fbdc523c5ed228bfbb4d4e9b...a50f890b5f3352b985f01e0fe556d2f651b2ca19) *October 31, 2023* - Added `@csstools/postcss-logical-overflow` [Check the plugin README](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overflow#readme) for usage details. - Added `@csstools/postcss-logical-overscroll-behavior` [Check the plugin README](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overscroll-behavior#readme) for usage details. - Updated [`cssdb`](https://togithub.com/csstools/cssdb) to [`7.9.0`](https://togithub.com/csstools/cssdb/blob/main/CHANGELOG.md#790-october-31-2023) (minor) - Updated [`@csstools/postcss-cascade-layers`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`4.0.1`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#401) (patch)
unjs/theme-colors (theme-colors) ### [`v0.1.0`](https://togithub.com/unjs/theme-colors/blob/HEAD/CHANGELOG.md#v010) [Compare Source](https://togithub.com/unjs/theme-colors/compare/v0.0.5...v0.1.0) [compare changes](https://togithub.com/unjs/theme-colors/compare/v0.0.5...v0.1.0) ##### 🚀 Enhancements - Add `950` shade ([#​19](https://togithub.com/unjs/theme-colors/pull/19)) ##### 🏡 Chore - Use correct org for coverage badge ([#​17](https://togithub.com/unjs/theme-colors/pull/17)) - Update renovate config ([#​15](https://togithub.com/unjs/theme-colors/pull/15)) - Update repository ([#​30](https://togithub.com/unjs/theme-colors/pull/30)) ##### 🤖 CI - Add autofix action ([#​29](https://togithub.com/unjs/theme-colors/pull/29)) ##### ❤️ Contributors - Kisaragi Hiu ([@​kisaragi-hiu](http://github.com/kisaragi-hiu)) - Estéban ([@​Barbapapazes](http://github.com/Barbapapazes)) - Johann Schopplich ([@​johannschopplich](http://github.com/johannschopplich)) - Nozomu Ikuta - Sigve Hansen ([@​sifferhans](http://github.com/sifferhans)) ##### [0.0.5](https://togithub.com/nuxt-contrib/theme-colors/compare/v0.0.4...v0.0.5) (2020-10-15) ##### Bug Fixes - ensure color is string before parsing ([fa6bb1f](https://togithub.com/nuxt-contrib/theme-colors/commit/fa6bb1fd8274949915c4618a4d780150d3d490d3)) ##### [0.0.4](https://togithub.com/nuxt-contrib/theme-colors/compare/v0.0.3...v0.0.4) (2020-10-13) ##### Bug Fixes - correct rgb synxtax in parseColor error ([6499e26](https://togithub.com/nuxt-contrib/theme-colors/commit/6499e26381e77141ab02e4f7c9108c17711bb177)) ##### [0.0.3](https://togithub.com/nuxt-contrib/theme-colors/compare/v0.0.2...v0.0.3) (2020-10-13) ##### Features - support hex shorthand syntax (closes [#​2](https://togithub.com/nuxt-contrib/theme-colors/issues/2)) ([6c99266](https://togithub.com/nuxt-contrib/theme-colors/commit/6c9926610237c57eea1a687bcc33f3da539b6484)) ##### Bug Fixes - throw error if color passed to parseColor has invalid format (fixes [#​1](https://togithub.com/nuxt-contrib/theme-colors/issues/1)) ([49cea61](https://togithub.com/nuxt-contrib/theme-colors/commit/49cea6120266d8acceb4dd6faa997187a818d9dd)) ##### [0.0.2](https://togithub.com/nuxt-contrib/theme-colors/compare/v0.0.1...v0.0.2) (2020-09-26) ##### 0.0.1 (2020-09-26)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 3.0.0-next.31 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 7 months ago

:tada: This PR is included in version 3.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: