VirtualLiveLab / js-config

A config library for js projects in Virtual Live Lab
5 stars 0 forks source link

chore(deps): update devdependencies #118

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.27.1 -> ^2.27.5 age adoption passing confidence
@cloudflare/workers-types ^4.20240423.0 -> ^4.20240620.0 age adoption passing confidence
@types/eslint (source) ^8.56.7 -> ^8.56.10 age adoption passing confidence
@types/eslint__js (source) ^8 -> ^8.42.3 age adoption passing confidence
@types/node (source) ^20.12.7 -> ^20.14.8 age adoption passing confidence
@typescript-eslint/utils (source) ^7.7.1 -> ^7.13.1 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.3.2 age adoption passing confidence
prettier-plugin-astro ^0.13.0 -> ^0.14.0 age adoption passing confidence
stylelint (source) ^16.4.0 -> ^16.6.1 age adoption passing confidence
tsup (source) ^8.0.2 -> ^8.1.0 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli) ### [`v2.27.5`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.5) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.4...@changesets/cli@2.27.5) ##### Patch Changes - [#​1370](https://togithub.com/changesets/changesets/pull/1370) [`5e9d33a`](https://togithub.com/changesets/changesets/commit/5e9d33a2e659abdcf26f204a76a9465cf4b26d6b) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed a regression that caused `changeset version` to fail on packages having a dev dependency on a skipped package. - Updated dependencies \[[`5e9d33a`](https://togithub.com/changesets/changesets/commit/5e9d33a2e659abdcf26f204a76a9465cf4b26d6b)]: - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​2](https://togithub.com/2).1.0 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​6](https://togithub.com/6).0.2 - [@​changesets/config](https://togithub.com/changesets/config)[@​3](https://togithub.com/3).0.1 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​4](https://togithub.com/4).0.2 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.3 ### [`v2.27.4`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.4) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.3...@changesets/cli@2.27.4) ##### Patch Changes - [#​1361](https://togithub.com/changesets/changesets/pull/1361) [`954a16a`](https://togithub.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c) Thanks [@​jakebailey](https://togithub.com/jakebailey)! - Ensure that `version`/`tag` do not touch private packages with when versioning/tagging is turned off using `versionPackages` config - [#​1369](https://togithub.com/changesets/changesets/pull/1369) [`d729d8c`](https://togithub.com/changesets/changesets/commit/d729d8cc0e226871aa0c5b73cce80bbf313ca56c) Thanks [@​Andarist](https://togithub.com/Andarist)! - `changeset tag` should now correctly skip tags that exist on the remote - Updated dependencies \[[`954a16a`](https://togithub.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c)]: - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​6](https://togithub.com/6).0.1 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.2 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​4](https://togithub.com/4).0.1 ### [`v2.27.3`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.3) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.2...@changesets/cli@2.27.3) ##### Patch Changes - [#​1357](https://togithub.com/changesets/changesets/pull/1357) [`18c966a`](https://togithub.com/changesets/changesets/commit/18c966af7b20201453190cbfd2e2dfb59631c02c) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with `changeset status` executed without `since` argument. It should now correctly use the configured base branch as the default value. ### [`v2.27.2`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.2) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.1...@changesets/cli@2.27.2) ##### Patch Changes - [#​1354](https://togithub.com/changesets/changesets/pull/1354) [`69be7dc`](https://togithub.com/changesets/changesets/commit/69be7dc7195011ac6dbd00b24ea923f02adcf69c) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with `changeset status` incorrectly returning an error status in two cases: - for changed ignored packages - for changed private packages when `privatePackage.version` was set to `false` - [#​1351](https://togithub.com/changesets/changesets/pull/1351) [`c6da182`](https://togithub.com/changesets/changesets/commit/c6da182ece2ec40974f15f3efcf9d9ba20cf122b) Thanks [@​TheHolyWaffle](https://togithub.com/TheHolyWaffle)! - Fix an issue with not applying a custom `.prettierrc` configuration with `prettier@>= 3.1.1` - Updated dependencies \[[`c6da182`](https://togithub.com/changesets/changesets/commit/c6da182ece2ec40974f15f3efcf9d9ba20cf122b)]: - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.1 - [@​changesets/write](https://togithub.com/changesets/write)[@​0](https://togithub.com/0).3.1
cloudflare/workerd (@​cloudflare/workers-types) ### [`v4.20240620.0`](https://togithub.com/cloudflare/workerd/compare/408b841da5bc4e2f1e27435043507a1f09f6ebca...f8882597f7d4862626fd4e0c5b60723f1c55c9e1) [Compare Source](https://togithub.com/cloudflare/workerd/compare/408b841da5bc4e2f1e27435043507a1f09f6ebca...f8882597f7d4862626fd4e0c5b60723f1c55c9e1) ### [`v4.20240614.0`](https://togithub.com/cloudflare/workerd/compare/19a4d87e9bb1fd15a02d909e2529b120f0c609cf...408b841da5bc4e2f1e27435043507a1f09f6ebca) [Compare Source](https://togithub.com/cloudflare/workerd/compare/19a4d87e9bb1fd15a02d909e2529b120f0c609cf...408b841da5bc4e2f1e27435043507a1f09f6ebca) ### [`v4.20240605.0`](https://togithub.com/cloudflare/workerd/compare/132f8630b710c45d973da48e4d7c80a4e178b38f...19a4d87e9bb1fd15a02d909e2529b120f0c609cf) [Compare Source](https://togithub.com/cloudflare/workerd/compare/132f8630b710c45d973da48e4d7c80a4e178b38f...19a4d87e9bb1fd15a02d909e2529b120f0c609cf) ### [`v4.20240603.0`](https://togithub.com/cloudflare/workerd/compare/0b97db7562078dd09576e6508144cc61147e4f7d...132f8630b710c45d973da48e4d7c80a4e178b38f) [Compare Source](https://togithub.com/cloudflare/workerd/compare/0b97db7562078dd09576e6508144cc61147e4f7d...132f8630b710c45d973da48e4d7c80a4e178b38f) ### [`v4.20240529.0`](https://togithub.com/cloudflare/workerd/compare/c5aa2ed947bef1c27dfbcfe58ed416c5e4978fe5...0b97db7562078dd09576e6508144cc61147e4f7d) [Compare Source](https://togithub.com/cloudflare/workerd/compare/c5aa2ed947bef1c27dfbcfe58ed416c5e4978fe5...0b97db7562078dd09576e6508144cc61147e4f7d) ### [`v4.20240524.0`](https://togithub.com/cloudflare/workerd/compare/2b54ea0aa5660468a64ca8e0d35205af311d377c...c5aa2ed947bef1c27dfbcfe58ed416c5e4978fe5) [Compare Source](https://togithub.com/cloudflare/workerd/compare/2b54ea0aa5660468a64ca8e0d35205af311d377c...c5aa2ed947bef1c27dfbcfe58ed416c5e4978fe5) ### [`v4.20240512.0`](https://togithub.com/cloudflare/workerd/compare/01700a3cc7637e82fea3b6f1c8521ca4b7191d23...2b54ea0aa5660468a64ca8e0d35205af311d377c) [Compare Source](https://togithub.com/cloudflare/workerd/compare/01700a3cc7637e82fea3b6f1c8521ca4b7191d23...2b54ea0aa5660468a64ca8e0d35205af311d377c) ### [`v4.20240502.0`](https://togithub.com/cloudflare/workerd/compare/fc2ae2f61e5040ec727c598aaf85eb690f22c3b4...01700a3cc7637e82fea3b6f1c8521ca4b7191d23) [Compare Source](https://togithub.com/cloudflare/workerd/compare/fc2ae2f61e5040ec727c598aaf85eb690f22c3b4...01700a3cc7637e82fea3b6f1c8521ca4b7191d23)
typescript-eslint/typescript-eslint (@​typescript-eslint/utils) ### [`v7.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#7131-2024-06-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1) This was a version bump only for utils to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#7130-2024-06-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.12.0...v7.13.0) This was a version bump only for utils to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.12.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#7120-2024-06-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.11.0...v7.12.0) This was a version bump only for utils to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.11.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#7110-2024-05-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.10.0...v7.11.0) This was a version bump only for utils to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.10.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#7100-2024-05-20) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.9.0...v7.10.0) ##### 🩹 Fixes - **utils:** remove function form type from flat config `files` and `ignores` ##### ❤️ Thank You - auvred - Emanuel Hoogeveen - jsfm01 - Kirk Waiblinger You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#790-2024-05-13) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.8.0...v7.9.0) This was a version bump only for utils to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.8.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#780-2024-04-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.1...v7.8.0) ##### 🩹 Fixes - **utils:** export ESLint backwards-compat functions ##### ❤️ Thank You - auvred - Josh Goldberg ✨ - jsfm01 - Kim Sang Du - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
``` ### [`v3.3.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) [diff](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) ##### Preserve empty lines in front matter ([#​16347](https://togithub.com/prettier/prettier/pull/16347) by [@​fisker](https://togithub.com/fisker)) ```markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown ``` ##### Preserve explicit language in front matter ([#​16348](https://togithub.com/prettier/prettier/pull/16348) by [@​fisker](https://togithub.com/fisker)) ```markdown ---yaml title: Hello slug: home --- --- title: Hello slug: home --- ---yaml title: Hello slug: home --- ``` ##### Avoid line breaks in import attributes ([#​16349](https://togithub.com/prettier/prettier/pull/16349) by [@​fisker](https://togithub.com/fisker)) ```jsx // Input import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.0 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.1 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; ``` ### [`v3.3.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#330) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) [diff](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) 🔗 [Release Notes](https://prettier.io/blog/2024/06/01/3.3.0.html)
withastro/prettier-plugin-astro (prettier-plugin-astro) ### [`v0.14.0`](https://togithub.com/withastro/prettier-plugin-astro/blob/HEAD/CHANGELOG.md#0140) [Compare Source](https://togithub.com/withastro/prettier-plugin-astro/compare/v0.13.0...v0.14.0) ##### Minor Changes - [`bb756df`](https://togithub.com/withastro/prettier-plugin-astro/commit/bb756df): Adds a new option called `astroSkipFrontmatter` to disable formatting the frontmatter. This can be useful when using other tools to format the frontmatter, such as Biome or dprint.
stylelint/stylelint (stylelint) ### [`v16.6.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1661) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.6.0...16.6.1) - Fixed: `no-descending-specificity` false positives for nested selectors ([#​7724](https://togithub.com/stylelint/stylelint/pull/7724)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-type-no-unknown` false positive for `model` ([#​7718](https://togithub.com/stylelint/stylelint/pull/7718)) ([@​Mouvedia](https://togithub.com/Mouvedia)). ### [`v16.6.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1660) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.5.0...16.6.0) - Fixed: `function-calc-no-unspaced-operator` false negatives ([#​7655](https://togithub.com/stylelint/stylelint/pull/7655) & [#​7670](https://togithub.com/stylelint/stylelint/pull/7670) & [#​7676](https://togithub.com/stylelint/stylelint/pull/7676)) ([@​ybiquitous](https://togithub.com/ybiquitous) & [@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-not-notation` autofix of the `"simple"` option ([#​7703](https://togithub.com/stylelint/stylelint/pull/7703)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `selector-max-specificity` end positions ([#​7685](https://togithub.com/stylelint/stylelint/pull/7685)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `no-descending-specificity` end positions ([#​7701](https://togithub.com/stylelint/stylelint/pull/7701)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: missing GitHub Sponsor for `npm fund` ([#​7707](https://togithub.com/stylelint/stylelint/pull/7707)) ([@​ybiquitous](https://togithub.com/ybiquitous)). ### [`v16.5.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1650) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.4.0...16.5.0) - Added: regex support to `ignoreValues` for `value-no-vendor-prefix` ([#​7650](https://togithub.com/stylelint/stylelint/pull/7650)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `shorthand-property-no-redundant-values` false negatives for functions ([#​7657](https://togithub.com/stylelint/stylelint/pull/7657)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: `value-no-vendor-prefix` false negatives/positives ([#​7654](https://togithub.com/stylelint/stylelint/pull/7654) & [#​7658](https://togithub.com/stylelint/stylelint/pull/7658)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `CosmiconfigResult` type error ([#​7661](https://togithub.com/stylelint/stylelint/pull/7661)) ([@​ybiquitous](https://togithub.com/ybiquitous)).
egoist/tsup (tsup) ### [`v8.1.0`](https://togithub.com/egoist/tsup/releases/tag/v8.1.0) [Compare Source](https://togithub.com/egoist/tsup/compare/v8.0.2...v8.1.0) ##### Features - upgrade esbuild to 0.21.4, opts-in for decorators ([#​1116](https://togithub.com/egoist/tsup/issues/1116)) ([796fc50](https://togithub.com/egoist/tsup/commit/796fc5030f68f929fecde7c94732e9a586ba7508))

Configuration

📅 Schedule: Branch creation - "before 10am on the first day of the month,every weekend,before 5:00am" in timezone Asia/Tokyo, 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.

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: 752633c3ec8cdcf7a86a7838880a4ad494aa97a2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR