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) #362

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^17.7.1 -> ^17.7.2 age adoption passing confidence
@quasar/app-vite (source) ^1.5.1 -> ^1.6.2 age adoption passing confidence
@quasar/app-webpack (source) ^3.10.1 -> ^3.11.2 age adoption passing confidence
@quasar/extras (source) ^1.16.6 -> ^1.16.7 age adoption passing confidence
@types/fs-extra (source) ^11.0.1 -> ^11.0.2 age adoption passing confidence
@types/node (source) ^14.18.58 -> ^14.18.63 age adoption passing confidence
autoprefixer ^10.4.15 -> ^10.4.16 age adoption passing confidence
eslint (source) ^8.48.0 -> ^8.50.0 age adoption passing confidence
eslint-plugin-n ^16.0.2 -> ^16.1.0 age adoption passing confidence
node-html-parser ^6.1.6 -> ^6.1.10 age adoption passing confidence
pnpm (source) 8.7.4 -> 8.8.0 age adoption passing confidence
postcss (source) ^8.4.29 -> ^8.4.30 age adoption passing confidence
postcss-rtlcss ^4.0.7 -> ^4.0.8 age adoption passing confidence
quasar (source) ^2.12.6 -> ^2.12.7 age adoption passing confidence
route-cache ^0.5.0 -> ^0.6.1 age adoption passing confidence
vue-router ^4.2.4 -> ^4.2.5 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli) ### [`v17.7.2`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#1772-2023-09-28) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.7.1...v17.7.2) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli)
quasarframework/quasar (@​quasar/app-vite) ### [`v1.6.2`](https://togithub.com/quasarframework/quasar/releases/tag/%40quasar/app-vite-v1.6.2) [Compare Source](https://togithub.com/quasarframework/quasar/compare/@quasar/app-vite-v1.6.1...@quasar/app-vite-v1.6.2) #### Changes - fix(app-vite): (backport from next major version of q/app-vite) electron preload script triggering "module not found" - feat(app-vite): (backport from next major version of q/app-vite) ts definition -> add mobile "bin" option - feat(app-vite): (backport from next major version of q/app-vite) remove workaround for bug in Electron 6-8 in cli templates ([#​15845](https://togithub.com/quasarframework/quasar/issues/15845)) - feat(app-vite): (backport from next major version of q/app-vite) prod ssr -> on error, print err stack if built with debugging enabled #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v1.6.1`](https://togithub.com/quasarframework/quasar/releases/tag/%40quasar/app-vite-v1.6.1) [Compare Source](https://togithub.com/quasarframework/quasar/compare/@quasar/app-vite-v1.6.0...@quasar/app-vite-v1.6.1) #### New - feat(app-vite): (backport from next major version of q/app-vite) use workbox v7 by default when spawning src-pwa folder #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1) ### [`v1.6.0`](https://togithub.com/quasarframework/quasar/releases/tag/%40quasar/app-vite-v1.6.0) [Compare Source](https://togithub.com/quasarframework/quasar/compare/@quasar/app-vite-v1.5.1...@quasar/app-vite-v1.6.0) #### New - feat(app-vite): (backport from next major q/app-vite version) Support for Bun as package manager [#​16335](https://togithub.com/quasarframework/quasar/issues/16335) - feat(app-vite): Backport more AE features from the next major version of q/app-vite (Prompts API; enhance the base API for all scripts) - feat(app-vite): (backport from next major q/app-vite version) quasar.config > build > htmlMinifyOptions (so html-minifier options can be tweaked) [#​7442](https://togithub.com/quasarframework/quasar/issues/7442) - feat(app-vite): enhance AE management; more fallbacks #### Donations Quasar Framework is an open-source MIT-licensed project made possible due to the **generous contributions** by [sponsors and backers](https://togithub.com/sponsors/rstoenescu). If you are interested in supporting this project, please consider the following: - [Becoming a sponsor on Github](https://togithub.com/sponsors/rstoenescu) - [One-off donation via PayPal](https://paypal.me/rstoenescu1)
postcss/autoprefixer (autoprefixer) ### [`v10.4.16`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10416) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.15...10.4.16) - Improved performance (by Romain Menke). - Fixed docs (by Christian Oliff).
eslint/eslint (eslint) ### [`v8.50.0`](https://togithub.com/eslint/eslint/releases/tag/v8.50.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.49.0...v8.50.0) #### Features - [`27d5a9e`](https://togithub.com/eslint/eslint/commit/27d5a9e57ad347982a68fcd0e75eafee42d344f0) feat: add suggestions to array-callback-return ([#​17590](https://togithub.com/eslint/eslint/issues/17590)) (Tanuj Kanti) - [`f9082ff`](https://togithub.com/eslint/eslint/commit/f9082ff3f3956a0a5a7d7659de63640a21c4de0f) feat: flat-rule-tester make sure default config always matches ([#​17585](https://togithub.com/eslint/eslint/issues/17585)) (fnx) - [`83914ad`](https://togithub.com/eslint/eslint/commit/83914adbfd5fce7d11b33d095ba6d6a39be0dbbc) feat: Implement SourceCode#applyInlineConfig() ([#​17351](https://togithub.com/eslint/eslint/issues/17351)) (Nicholas C. Zakas) - [`22a5582`](https://togithub.com/eslint/eslint/commit/22a558228ff98f478fa308c9ecde361acc4caf20) feat: add rule `no-object-constructor`, deprecate `no-new-object` ([#​17576](https://togithub.com/eslint/eslint/issues/17576)) (Francesco Trotta) - [`85a3d9e`](https://togithub.com/eslint/eslint/commit/85a3d9e967b19cb4a0189746499d81ef2f93e14e) feat: allowVoid option in array-callback-return ([#​17564](https://togithub.com/eslint/eslint/issues/17564)) (Tanuj Kanti) #### Bug Fixes - [`cc4d26b`](https://togithub.com/eslint/eslint/commit/cc4d26b5a59d510f2c878e973fd245e8eff27c2a) fix: Ensure deprecated context.parserServices warns ([#​17593](https://togithub.com/eslint/eslint/issues/17593)) (Nicholas C. Zakas) - [`1ea4cfb`](https://togithub.com/eslint/eslint/commit/1ea4cfb585dcb52ac3cb1522a32f25cfe507121b) fix: Ensure all RuleTester tests all deprecated context methods ([#​17587](https://togithub.com/eslint/eslint/issues/17587)) (Nicholas C. Zakas) - [`aa1b657`](https://togithub.com/eslint/eslint/commit/aa1b657a9febcd03e9298c03ae2888762795e322) fix: wrong suggestion and message in `no-misleading-character-class` ([#​17571](https://togithub.com/eslint/eslint/issues/17571)) (Yosuke Ota) #### Documentation - [`1800537`](https://togithub.com/eslint/eslint/commit/180053759c6cf05a326c710353b4717fbf289ee0) docs: Fix and standardize JSX code examples ([#​17591](https://togithub.com/eslint/eslint/issues/17591)) (Francesco Trotta) - [`48a44a7`](https://togithub.com/eslint/eslint/commit/48a44a73ac456739bdee348bbaf1840d2b1e4830) docs: Add correct/incorrect tags to `prefer-arrow-callback` ([#​17589](https://togithub.com/eslint/eslint/issues/17589)) (Francesco Trotta) - [`20893d4`](https://togithub.com/eslint/eslint/commit/20893d48b9012f2b61bbbfeac8bee70d68d90e5e) docs: fix incorrect tag's place ([#​17575](https://togithub.com/eslint/eslint/issues/17575)) (Tanuj Kanti) - [`bd7a71f`](https://togithub.com/eslint/eslint/commit/bd7a71fd6b7efb0445393304e2d48c5c06d46a45) docs: Update README (GitHub Actions Bot) #### Chores - [`f8a8a2d`](https://togithub.com/eslint/eslint/commit/f8a8a2d6b45c82f94a574623759b6e3d2af193f3) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).50.0 ([#​17599](https://togithub.com/eslint/eslint/issues/17599)) (Milos Djermanovic) - [`38ada6d`](https://togithub.com/eslint/eslint/commit/38ada6df8f4a0313b7d0739b28f0af6b4897b8ce) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) ### [`v8.49.0`](https://togithub.com/eslint/eslint/releases/tag/v8.49.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.48.0...v8.49.0) #### Features - [`da09f4e`](https://togithub.com/eslint/eslint/commit/da09f4e641141f585ef611c6e9d63d4331054706) feat: Implement onUnreachableCodePathStart/End ([#​17511](https://togithub.com/eslint/eslint/issues/17511)) (Nicholas C. Zakas) - [`32b2327`](https://togithub.com/eslint/eslint/commit/32b2327aafdd3b911fabab69ed75c9ff97658c60) feat: Emit deprecation warnings in RuleTester ([#​17527](https://togithub.com/eslint/eslint/issues/17527)) (Nicholas C. Zakas) - [`acb7df3`](https://togithub.com/eslint/eslint/commit/acb7df35b9a7485f26bc6b3e1f9083d1c585dce9) feat: add new `enforce` option to `lines-between-class-members` ([#​17462](https://togithub.com/eslint/eslint/issues/17462)) (Nitin Kumar) #### Documentation - [`ecfb54f`](https://togithub.com/eslint/eslint/commit/ecfb54ff4cdd18f28b4f9b78f0a78fb4cf80f1b8) docs: Update README (GitHub Actions Bot) - [`de86b3b`](https://togithub.com/eslint/eslint/commit/de86b3b2e58edd5826200c23255d8325abe375e1) docs: update `no-promise-executor-return` examples ([#​17529](https://togithub.com/eslint/eslint/issues/17529)) (Nitin Kumar) - [`032c4b1`](https://togithub.com/eslint/eslint/commit/032c4b1476a7b8cfd917a66772d2221950ea87eb) docs: add typescript template ([#​17500](https://togithub.com/eslint/eslint/issues/17500)) (James) - [`cd7da5c`](https://togithub.com/eslint/eslint/commit/cd7da5cc3154f86f7ca45fb58929d27a7af359ed) docs: Update README (GitHub Actions Bot) #### Chores - [`b7621c3`](https://togithub.com/eslint/eslint/commit/b7621c3b16cf7d5539f05336a827e1b32d95e6ac) chore: remove browser test from `npm test` ([#​17550](https://togithub.com/eslint/eslint/issues/17550)) (Milos Djermanovic) - [`cac45d0`](https://togithub.com/eslint/eslint/commit/cac45d04b890b0700dd8908927300608adad05fe) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).49.0 ([#​17549](https://togithub.com/eslint/eslint/issues/17549)) (Milos Djermanovic) - [`cd39508`](https://togithub.com/eslint/eslint/commit/cd395082bffcb4b68efa09226d7c682cef56179e) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`203a971`](https://togithub.com/eslint/eslint/commit/203a971c0abc3a95ae02ff74104a01e569707060) ci: bump actions/checkout from 3 to 4 ([#​17530](https://togithub.com/eslint/eslint/issues/17530)) (dependabot\[bot]) - [`a40fa50`](https://togithub.com/eslint/eslint/commit/a40fa509922b36bb986eb1be9394591f84f62d9e) chore: use eslint-plugin-jsdoc's flat config ([#​17516](https://togithub.com/eslint/eslint/issues/17516)) (Milos Djermanovic) - [`926a286`](https://togithub.com/eslint/eslint/commit/926a28684282aeec37680bbc52a66973b8055f54) test: replace Karma with Webdriver.IO ([#​17126](https://togithub.com/eslint/eslint/issues/17126)) (Christian Bromann) - [`f591d2c`](https://togithub.com/eslint/eslint/commit/f591d2c88bf15af72e3a207b34fa872b4b90464b) chore: Upgrade config-array ([#​17512](https://togithub.com/eslint/eslint/issues/17512)) (Nicholas C. Zakas)
eslint-community/eslint-plugin-n (eslint-plugin-n) ### [`v16.1.0`](https://togithub.com/eslint-community/eslint-plugin-n/releases/tag/16.1.0) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/16.0.2...16.1.0) - feat: Allow for automatic ts mapping detection ([#​114](https://togithub.com/eslint-community/eslint-plugin-n/issues/114)) ([`2ab30ce`](https://togithub.com/eslint-community/eslint-plugin-n/commit/2ab30ce)) - feat: add config `flat/recommended` and `flat/mixed-esm-and-cjs` ([#​111](https://togithub.com/eslint-community/eslint-plugin-n/issues/111)) ([`78595c4`](https://togithub.com/eslint-community/eslint-plugin-n/commit/78595c4)) - feat: export flat/recommended-script and flat/recommended-module ([#​113](https://togithub.com/eslint-community/eslint-plugin-n/issues/113)) ([`1f8fdc8`](https://togithub.com/eslint-community/eslint-plugin-n/commit/1f8fdc8)) - feat: add the ability to configure typescript to javascript file extension conversion ([#​112](https://togithub.com/eslint-community/eslint-plugin-n/issues/112)) ([`20d2713`](https://togithub.com/eslint-community/eslint-plugin-n/commit/20d2713))
taoqf/node-fast-html-parser (node-html-parser) ### [`v6.1.10`](https://togithub.com/taoqf/node-fast-html-parser/blob/HEAD/CHANGELOG.md#6110-2023-09-15) [Compare Source](https://togithub.com/taoqf/node-fast-html-parser/compare/v6.1.9...v6.1.10) ### [`v6.1.9`](https://togithub.com/taoqf/node-fast-html-parser/blob/HEAD/CHANGELOG.md#619-2023-09-11) [Compare Source](https://togithub.com/taoqf/node-fast-html-parser/compare/v6.1.8...v6.1.9) ### [`v6.1.8`](https://togithub.com/taoqf/node-fast-html-parser/blob/HEAD/CHANGELOG.md#618-2023-09-08) [Compare Source](https://togithub.com/taoqf/node-fast-html-parser/compare/v6.1.7...v6.1.8) ### [`v6.1.7`](https://togithub.com/taoqf/node-fast-html-parser/blob/HEAD/CHANGELOG.md#617-2023-09-08) [Compare Source](https://togithub.com/taoqf/node-fast-html-parser/compare/v6.1.6...v6.1.7)
pnpm/pnpm (pnpm) ### [`v8.8.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.8.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.7.6...v8.8.0) #### Minor Changes - Add ` --hide-reporter-prefix' option for `run\` command to hide project name as prefix for lifecycle log outputs of running scripts [#​7061](https://togithub.com/pnpm/pnpm/issues/7061). #### Patch Changes - Pass through the `--ignore-scripts` command to install, when running `pnpm dedupe --ignore-scripts` [#​7102](https://togithub.com/pnpm/pnpm/issues/7102). - Throw meaningful error for config sub commands[#​7106](https://togithub.com/pnpm/pnpm/issues/7106). - When the `node-linker` is set to `hoisted`, the `package.json` files of the existing dependencies inside `node_modules` will be checked to verify their actual versions. The data in the `node_modules/.modules.yaml` and `node_modules/.pnpm/lock.yaml` may not be fully reliable, as an installation may fail after changes to dependencies were made but before those state files were updated [#​7107](https://togithub.com/pnpm/pnpm/pull/7107). - Don't update git-hosted dependencies when adding an unrelated dependency [#​7008](https://togithub.com/pnpm/pnpm/issues/7008). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v8.7.6`](https://togithub.com/pnpm/pnpm/releases/tag/v8.7.6) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.7.5...v8.7.6) #### Patch Changes - Don't run the `prepublishOnly` scripts of git-hosted dependencies [#​7026](https://togithub.com/pnpm/pnpm/issues/7026). - Fix a bug in which `use-node-version` or `node-version` isn't passed down to `checkEngine` when using pnpm workspace, resulting in an error [#​6981](https://togithub.com/pnpm/pnpm/issues/6981). - Don't print out each deprecated subdependency separately with its deprecation message. Just print out a summary of all the deprecated subdependencies [#​6707](https://togithub.com/pnpm/pnpm/issues/6707). - Fixed an ENOENT error that was sometimes happening during install with "hoisted" `node_modules` [#​6756](https://togithub.com/pnpm/pnpm/issues/6756). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v8.7.5`](https://togithub.com/pnpm/pnpm/releases/tag/v8.7.5) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.7.4...v8.7.5) #### Patch Changes - Improve performance of installation by using a worker for creating the symlinks inside `node_modules/.pnpm` [#​7069](https://togithub.com/pnpm/pnpm/pull/7069). - Tarballs that have hard links are now unpacked successfully. This fixes a regression introduced in v8.7.0, which was shipped with our new in-house tarball parser [#​7062](https://togithub.com/pnpm/pnpm/pull/7062). #### Our Gold Sponsors
#### Our Silver Sponsors
postcss/postcss (postcss) ### [`v8.4.30`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8430) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.29...8.4.30) - Improved source map performance (by Romain Menke).
elchininet/postcss-rtlcss (postcss-rtlcss) ### [`v4.0.8`](https://togithub.com/elchininet/postcss-rtlcss/blob/HEAD/CHANGELOG.md#408---2023-09-15) [Compare Source](https://togithub.com/elchininet/postcss-rtlcss/compare/v4.0.7...v4.0.8) - Fix `margin-block` and `padding-block` properties not taken into account for the `safeBothPrefix` option.
bradoyler/route-cache (route-cache) ### [`v0.6.1`](https://togithub.com/bradoyler/route-cache/releases/tag/v0.6.1): status code caching & Github actions [Compare Source](https://togithub.com/bradoyler/route-cache/compare/v0.5.0...v0.6.1)
vuejs/router (vue-router) ### [`v4.2.5`](https://togithub.com/vuejs/router/releases/tag/v4.2.5) [Compare Source](https://togithub.com/vuejs/router/compare/v4.2.4...v4.2.5) Please refer to [CHANGELOG.md](https://togithub.com/vuejs/router/blob/main/packages/router/CHANGELOG.md) for details.

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 canceled.

Name Link
Latest commit 4f58d4249b45ae15b33de33d4f855d11e1eec78a
Latest deploy log https://app.netlify.com/sites/quasar-app-extension-ssg-vite/deploys/6515c8ccd12bf50008d9a3ae