wd-David / svelte-component-test-recipes

Svelte component test recipes using Vitest & Testing Library with TypeScript
155 stars 5 forks source link

chore(deps): update all major dependencies (major) #58

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
eslint-config-prettier ^8.5.0 -> ^9.0.0 age adoption passing confidence
prettier-plugin-svelte ^2.9.0 -> ^3.0.0 age adoption passing confidence

Release Notes

prettier/eslint-config-prettier (eslint-config-prettier) ### [`v9.0.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-900-2023-08-05) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v8.10.0...v9.0.0) - Added: The CLI helper tool now works with eslint.config.js (flat config). Just like ESLint itself, the CLI tool automatically first tries eslint.config.js and then eslintrc, and you can force which one to use by setting the \[ESLINT_USE_FLAT_CONFIG] environment variable. Note that the *config* of eslint-config-prettier has always been compatible with eslint.config.js (flat config) – it was just the CLI tool that needed updating. On top of that, the docs have been updated to mention how to use both eslint.config.js (flat config) and eslintrc, and the tests now test both config systems. - Changed: \[unicode-bom] is no longer turned off. Prettier preserves the BOM if you have one, and does not add one if missing. It was wrong of eslint-config-prettier to disable that rule. If you get ESLint errors after upgrading, either add `"unicode-bom": "off"` to your config to disable it again, or run ESLint with `--fix` to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien ([@​nstepien](https://togithub.com/nstepien))! ### [`v8.10.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-8100-2023-08-03) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v8.9.0...v8.10.0) - Added: \[max-statements-per-line]. Thanks to [@​Zamiell](https://togithub.com/Zamiell)! ### [`v8.9.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-890-2023-07-27) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v8.8.0...v8.9.0) - Added: \[vue/array-element-newline]. Thanks to [@​xcatliu](https://togithub.com/xcatliu)! ### [`v8.8.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-880-2023-03-20) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v8.7.0...v8.8.0) - Added: \[[@​typescript-eslint/lines-around-comment](https://togithub.com/typescript-eslint/lines-around-comment)]. Thanks to [@​ttionya](https://togithub.com/ttionya)! ### [`v8.7.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-870-2023-03-06) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v8.6.0...v8.7.0) - Added: \[[@​typescript-eslint/block-spacing](https://togithub.com/typescript-eslint/block-spacing)]. Thanks to [@​ttionya](https://togithub.com/ttionya)! - Added: \[[@​typescript-eslint/key-spacing](https://togithub.com/typescript-eslint/key-spacing)]. Thanks to [@​ttionya](https://togithub.com/ttionya)! ### [`v8.6.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-860-2023-01-02) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v8.5.0...v8.6.0) - Added: \[vue/multiline-ternary]. Thanks to [@​xcatliu](https://togithub.com/xcatliu)!
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte) ### [`v3.0.3`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#303) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/v3.0.2...v3.0.3) - (fix) handle static `tag` attributes on `` ### [`v3.0.2`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#302) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/v3.0.1...v3.0.2) - (fix) add `package.json` to exports map ### [`v3.0.1`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#301) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/v3.0.0...v3.0.1) - (fix) support less/scss in style tags ### [`v3.0.0`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#300) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/bd91bbf319fd9c469b041ba5901697de0e2229a3...v3.0.0) - (breaking) requires `prettier` version 3. This may require adjustments to your configuration file, see [the migration guide for more info](https://togithub.com/sveltejs/prettier-plugin-svelte#how-to-migrate-from-version-2-to-3) - (breaking) requires node version 14 or higher - (breaking) Whether or not empty elements/components should self-close is now left to the user - in other words, if you write `
` or `` that stays as is, and so does `
`/``. If `svelteStrictMode` is turned on, it will still only allow `
` notation for elements (but it will leave your components alone) - (breaking) `svelteAllowShorthand` now takes precedence over `svelteStrictMode`, which no longer has any effect on that behavior. Set `svelteAllowShorthand` to `false` to get back the v2 behavior - (breaking) remove deprecated `svelteSortOrder` options ### [`v2.10.1`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#2101) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/b7d0562dfd465c7ef6db706a8bb634122390233e...bd91bbf319fd9c469b041ba5901697de0e2229a3) - (chore) mark as compatible with Svelte 4 ### [`v2.10.0`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#2100) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/bd5a49ae6f57f2a62f986bb4efbbca0b4b97cbff...b7d0562dfd465c7ef6db706a8bb634122390233e) - (feat) support `requirePragma` and `insertPragma` options ([#​350](https://togithub.com/sveltejs/prettier-plugin-svelte/issues/350)) - (feat) support `` - (feat) trim whitespace in `class` attributes ([#​339](https://togithub.com/sveltejs/prettier-plugin-svelte/issues/339)) - (feat) allow multiple comments atop of script/style tags ([#​291](https://togithub.com/sveltejs/prettier-plugin-svelte/issues/291)) - (fix) handle script/style attributes without quotes ([#​344](https://togithub.com/sveltejs/prettier-plugin-svelte/issues/344))

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.