freddy38510 / quasar-app-extension-ssg

Static Site Generator App Extension for Quasar.
MIT License
149 stars 17 forks source link

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

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/eslint-parser (source) ^7.13.14 -> ^7.22.15 age adoption passing confidence devDependencies minor
@commitlint/cli (source) ^17.4.3 -> ^17.7.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^17.4.3 -> ^17.7.0 age adoption passing confidence devDependencies minor
@freddy38510/vue-loader ^17.2.0 -> ^17.2.1 age adoption passing confidence dependencies patch
@quasar/app-vite (source) ^1.0.0 -> ^1.5.0 age adoption passing confidence devDependencies minor
@quasar/app-vite (source) ^1.0.0 -> ^1.5.0 age adoption passing confidence peerDependencies minor
@quasar/app-webpack (source) ^3.7.0 -> ^3.10.0 age adoption passing confidence devDependencies minor
@quasar/app-webpack (source) ^3.7.0 -> ^3.10.0 age adoption passing confidence peerDependencies minor
@quasar/extras (source) ^1.0.0 -> ^1.16.6 age adoption passing confidence dependencies patch
@quasar/extras (source) ^1.13.1 -> ^1.16.6 age adoption passing confidence peerDependencies minor
@quasar/extras (source) ^1.13.1 -> ^1.16.6 age adoption passing confidence devDependencies patch
@quasar/render-ssr-error (source) ^1.0.1 -> ^1.0.2 age adoption passing confidence dependencies patch
@types/node (source) ^14.15.0 -> ^14.18.58 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin ^5.52.0 -> ^5.62.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser ^5.52.0 -> ^5.62.0 age adoption passing confidence devDependencies minor
autoprefixer ^10.4.2 -> ^10.4.15 age adoption passing confidence devDependencies patch
beastcss ^2.1.1 -> ^2.1.3 age adoption passing confidence dependencies patch
commit-and-tag-version ^11.1.0 -> ^11.2.3 age adoption passing confidence devDependencies patch
core-js ^3.6.5 -> ^3.32.1 age adoption passing confidence dependencies minor
destr ^2.0.0 -> ^2.0.1 age adoption passing confidence dependencies patch
eslint (source) ^8.10.0 -> ^8.48.0 age adoption passing confidence devDependencies minor
eslint-config-airbnb-typescript ^17.0.0 -> ^17.1.0 age adoption passing confidence devDependencies minor
eslint-config-prettier ^8.1.0 -> ^8.10.0 age adoption passing confidence devDependencies minor
eslint-define-config ^1.20.0 -> ^1.23.0 age adoption passing confidence devDependencies minor
eslint-plugin-import ^2.27.5 -> ^2.28.1 age adoption passing confidence devDependencies minor
eslint-plugin-lodash-template ^0.22.0 -> ^0.22.1 age adoption passing confidence devDependencies patch
eslint-plugin-n ^16.0.0 -> ^16.0.2 age adoption passing confidence devDependencies patch
eslint-plugin-vue (source) ^9.0.0 -> ^9.17.0 age adoption passing confidence devDependencies minor
eslint-webpack-plugin ^3.1.1 -> ^3.2.0 age adoption passing confidence devDependencies patch
globby ^13.1.3 -> ^13.2.2 age adoption passing confidence dependencies minor
html-webpack-plugin ^5.5.1 -> ^5.5.3 age adoption passing confidence dependencies patch
magic-string ^0.30.0 -> ^0.30.3 age adoption passing confidence dependencies patch
node >= 14.15.0 -> >= v14.21.3 age adoption passing confidence engines minor
node >= 16.14 -> >= v16.20.2 age adoption passing confidence engines minor
node-html-parser ^6.1.4 -> ^6.1.6 age adoption passing confidence dependencies patch
open ^9.0.0 -> ^9.1.0 age adoption passing confidence dependencies patch
pony-cause ^2.1.8 -> ^2.1.10 age adoption passing confidence dependencies patch
postcss (source) ^8.4.14 -> ^8.4.29 age adoption passing confidence devDependencies patch
postcss-rtlcss ^4.0.6 -> ^4.0.7 age adoption passing confidence dependencies patch
prettier (source) ^2.5.1 -> ^2.8.8 age adoption passing confidence devDependencies patch
quasar (source) ^2.6.0 -> ^2.12.6 age adoption passing confidence dependencies patch
quasar (source) ^2.6.0 -> ^2.12.6 age adoption passing confidence peerDependencies minor
quasar (source) ^2.6.0 -> ^2.12.6 age adoption passing confidence devDependencies patch
semver ^7.5.1 -> ^7.5.4 age adoption passing confidence dependencies patch
unplugin-auto-import ^0.16.0 -> ^0.16.6 age adoption passing confidence dependencies patch
vite (source) ^2.9.13 -> ^2.9.16 age adoption passing confidence dependencies patch
vue (source) ^3.0.0 -> ^3.3.4 age adoption passing confidence dependencies patch
vue (source) ^3.0.0 -> ^3.3.4 age adoption passing confidence peerDependencies minor
vue (source) ^3.0.0 -> ^3.3.4 age adoption passing confidence devDependencies patch
vue-router ^4.0.0 -> ^4.2.4 age adoption passing confidence dependencies patch
vue-router ^4.0.0 -> ^4.2.4 age adoption passing confidence peerDependencies minor
vue-router ^4.0.0 -> ^4.2.4 age adoption passing confidence devDependencies patch
webpack ^5.58.1 -> ^5.88.2 age adoption passing confidence dependencies minor
webpack-dev-server ^4.15.0 -> ^4.15.1 age adoption passing confidence dependencies patch
workbox-build (source) ^6.5.0 -> ^6.6.0 age adoption passing confidence peerDependencies minor
workbox-build (source) ^6.5.0 -> ^6.6.0 age adoption passing confidence devDependencies patch
workbox-webpack-plugin (source) ^6.5.0 -> ^6.6.0 age adoption passing confidence peerDependencies minor
workbox-webpack-plugin (source) ^6.5.0 -> ^6.6.0 age adoption passing confidence devDependencies patch

Release Notes

babel/babel (@​babel/eslint-parser) ### [`v7.22.15`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72215-2023-09-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.11...v7.22.15) ##### :bug: Bug Fix - `babel-core` - [#​15923](https://togithub.com/babel/babel/pull/15923) Only perform config loading re-entrancy check for cjs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-compilation-targets`, `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-transform-fixture-test-runner`, `babel-helper-validator-identifier`, `babel-helper-validator-option`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-for-of`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`, `babel-register`, `babel-standalone`, `babel-template`, `babel-traverse`, `babel-types` - [#​15892](https://togithub.com/babel/babel/pull/15892) Add explicit `.ts`/`.js` extension to all imports in `src` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.11`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72211-2023-08-24) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.10...v7.22.11) ##### :bug: Bug Fix - `babel-plugin-transform-typescript` - [#​15882](https://togithub.com/babel/babel/pull/15882) Fix: fully remove TS nested type-only exported namespaces ([@​yangguansen](https://togithub.com/yangguansen)) - `babel-types` - [#​15867](https://togithub.com/babel/babel/pull/15867) fix: definition of TS function type params ([@​danez](https://togithub.com/danez)) - `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-export-namespace-from`, `babel-plugin-transform-json-strings`, `babel-plugin-transform-logical-assignment-operators`, `babel-plugin-transform-nullish-coalescing-operator`, `babel-plugin-transform-numeric-separator`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-catch-binding`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-private-property-in-object` - [#​15858](https://togithub.com/babel/babel/pull/15858) fix(standalone): strip archived syntax plugins ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​15850](https://togithub.com/babel/babel/pull/15850) Support configuring cache in ESM configs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-parser` - [#​10940](https://togithub.com/babel/babel/pull/10940) Do not record trailing comma pos when `maybeAsyncArrow: false` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-helper-compilation-targets`, `babel-parser`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-syntax-decorators`, `babel-preset-env`, `babel-preset-react`, `babel-register`, `babel-traverse`, `babel-types` - [#​15872](https://togithub.com/babel/babel/pull/15872) enable jest/no-standalone-expect ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15833](https://togithub.com/babel/babel/pull/15833) bump json5, terser and webpack, further minimize babel helpers ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​15846](https://togithub.com/babel/babel/pull/15846) Use Babel 8.0 alpha to build babel ([@​JLHwung](https://togithub.com/JLHwung)) - [#​15856](https://togithub.com/babel/babel/pull/15856) Exclude redundant files from publish process ([@​JLHwung](https://togithub.com/JLHwung)) ##### :microscope: Output optimization - `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-optional-chaining`, `babel-preset-env` - [#​15871](https://togithub.com/babel/babel/pull/15871) Simplify `?.` output when chain result is ignored ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.10`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72210-2023-08-07) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.9...v7.22.10) ##### :bug: Bug Fix - `babel-plugin-transform-typescript` - [#​15799](https://togithub.com/babel/babel/pull/15799) \[ts] Strip type-only namespaces ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​15798](https://togithub.com/babel/babel/pull/15798) \[ts] Fix compiling extended exported nested namespace ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-new-target`, `babel-plugin-transform-private-methods`, `babel-preset-env` - [#​15701](https://togithub.com/babel/babel/pull/15701) Memoize class binding when compiling private methods and static elements ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-cli` - [#​15824](https://togithub.com/babel/babel/pull/15824) Add `meta` object to `@babel/eslint-plugin` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse`, `babel-types` - [#​15661](https://togithub.com/babel/babel/pull/15661) Improve the type definition of `path.isX` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator`, `babel-types` - [#​15776](https://togithub.com/babel/babel/pull/15776) improve SourceLocation typing ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - Other - [#​15818](https://togithub.com/babel/babel/pull/15818) build: generate flow typings in prepublish job ([@​JLHwung](https://togithub.com/JLHwung)) - [#​15777](https://togithub.com/babel/babel/pull/15777) chore: bump dev dependencies and remove .eslintignore ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-builder-react-jsx`, `babel-preset-env`, `babel-standalone` - [#​15794](https://togithub.com/babel/babel/pull/15794) Enable `@typescript-eslint/no-redundant-type-constituents` rule ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-compilation-targets` - [#​15811](https://togithub.com/babel/babel/pull/15811) Remove `@babel/core` peerDep from `helper-compilation-targets` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​15793](https://togithub.com/babel/babel/pull/15793) Use const enum in babel-parser ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-runtime`, `babel-traverse`, `babel-types` - [#​15716](https://togithub.com/babel/babel/pull/15716) chore: Use `typescript-eslint@v6` with reworked configs ([@​JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg)) ##### :microscope: Output optimization - `babel-plugin-transform-block-scoping`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator` - [#​15746](https://togithub.com/babel/babel/pull/15746) Reduce `transform-block-scoping` loops output size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.22.9`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7229-2023-07-12) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.7...v7.22.9) ##### :bug: Bug Fix - `babel-plugin-transform-typescript` - [#​15774](https://togithub.com/babel/babel/pull/15774) fix: `Infinity` in enums ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-generator` - [#​15757](https://togithub.com/babel/babel/pull/15757) `recordAndTupleSyntaxType` defaults to `"hash"` ([@​coderaiser](https://togithub.com/coderaiser)) ##### :house: Internal - [#​15748](https://togithub.com/babel/babel/pull/15748) Migrate to `eslint.config.js` ([@​JLHwung](https://togithub.com/JLHwung)) - [#​15758](https://togithub.com/babel/babel/pull/15758) Use Prettier 3 stable ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7227-2023-07-06) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.6...v7.22.7) ##### :bug: Bug Fix - `babel-generator` - [#​15719](https://togithub.com/babel/babel/pull/15719) fix: Avoid internally generating negative source maps columns ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-traverse` - [#​15725](https://togithub.com/babel/babel/pull/15725) Use `NodePath#hub` as part of the paths cache key ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​15747](https://togithub.com/babel/babel/pull/15747) fix: export `meta` from `eslint-parser/experimental-worker` ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-core`, `babel-traverse` - [#​15702](https://togithub.com/babel/babel/pull/15702) Refactor visitors merging ([@​nullableVoidPtr](https://togithub.com/nullableVoidPtr)) ### [`v7.22.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7226-2023-07-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.5...v7.22.6) ##### :bug: Bug Fix - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-preset-env` - [#​15727](https://togithub.com/babel/babel/pull/15727) Add opera mobile compat data ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-optional-chaining` - [#​15739](https://togithub.com/babel/babel/pull/15739) Fix transform of `delete a?.b` in function params ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-split-export-declaration`, `babel-plu

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

netlify[bot] commented 10 months ago

Deploy Preview for quasar-app-extension-ssg-vite ready!

Name Link
Latest commit 3f4d872ddee4686af7f93cd14f8ca8c8eab29b60
Latest deploy log https://app.netlify.com/sites/quasar-app-extension-ssg-vite/deploys/64f7878ced370e000800fd87
Deploy Preview https://deploy-preview-360--quasar-app-extension-ssg-vite.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 99
Accessibility: 91
Best Practices: 100
SEO: 92
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.