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
639 stars 32 forks source link

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

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
esbuild 0.19.7 -> 0.19.8 age adoption passing confidence
vitepress (source) 1.0.0-rc.30 -> 1.0.0-rc.31 age adoption passing confidence

Release Notes

evanw/esbuild (esbuild) ### [`v0.19.8`](https://togithub.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0198) [Compare Source](https://togithub.com/evanw/esbuild/compare/v0.19.7...v0.19.8) - Add a treemap chart to esbuild's bundle analyzer ([#​2848](https://togithub.com/evanw/esbuild/issues/2848)) The bundler analyzer on esbuild's website (https://esbuild.github.io/analyze/) now has a treemap chart type in addition to the two existing chart types (sunburst and flame). This should be more familiar for people coming from other similar tools, as well as make better use of large screens. - Allow decorators after the `export` keyword ([#​104](https://togithub.com/evanw/esbuild/issues/104)) Previously esbuild's decorator parser followed the original behavior of TypeScript's experimental decorators feature, which only allowed decorators to come before the `export` keyword. However, the upcoming JavaScript decorators feature also allows decorators to come after the `export` keyword. And with TypeScript 5.0, TypeScript now also allows experimental decorators to come after the `export` keyword too. So esbuild now allows this as well: ```js // This old syntax has always been permitted: @​decorator export class Foo {} @​decorator export default class Foo {} // This new syntax is now permitted too: export @​decorator class Foo {} export default @​decorator class Foo {} ``` In addition, esbuild's decorator parser has been rewritten to fix several subtle and likely unimportant edge cases with esbuild's parsing of exports and decorators in TypeScript (e.g. TypeScript apparently does automatic semicolon insertion after `interface` and `export interface` but not after `export default interface`). - Pretty-print decorators using the same whitespace as the original When printing code containing decorators, esbuild will now try to respect whether the original code contained newlines after the decorator or not. This can make generated code containing many decorators much more compact to read: ```js // Original code class Foo { @​a @​b @​c abc @​x @​y @​z xyz } // Old output class Foo { @​a @​b @​c abc; @​x @​y @​z xyz; } // New output class Foo { @​a @​b @​c abc; @​x @​y @​z xyz; } ```
vuejs/vitepress (vitepress) ### [`v1.0.0-rc.31`](https://togithub.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#100-rc31-2023-11-25) [Compare Source](https://togithub.com/vuejs/vitepress/compare/v1.0.0-rc.30...v1.0.0-rc.31) ##### Bug Fixes - **build:** make assets go through vite pipeline during dev too ([#​3258](https://togithub.com/vuejs/vitepress/issues/3258)) ([c3d7f22](https://togithub.com/vuejs/vitepress/commit/c3d7f22bd313b09e6965ac3125ea662ce283ed2d)) - **theme:** use VPLink for links in VPDocFooter ([#​3248](https://togithub.com/vuejs/vitepress/issues/3248)) ([479a320](https://togithub.com/vuejs/vitepress/commit/479a320731313b8e7e0bad3f8383ae6bc05ed8e2))

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 9 months ago

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

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 5 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: