SocialGouv / vao

Dématérialisation de l'ensemble des procédures liées à l'organisation de séjours pour les personnes handicapées
Apache License 2.0
2 stars 1 forks source link

chore(deps): update all non-major dev dependencies (minor) #300

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/eslint-config (source) ^0.3.13 -> ^0.5.0 age adoption passing confidence
@nuxt/eslint-config (source) ^0.3.6 -> ^0.5.0 age adoption passing confidence
sass ~1.77.0 -> ~1.78.0 age adoption passing confidence
sass ~1.77.0 -> ~1.78.0 age adoption passing confidence
typescript (source) ~5.4.3 -> ~5.6.0 age adoption passing confidence

Release Notes

nuxt/eslint (@​nuxt/eslint-config) ### [`v0.5.6`](https://redirect.github.com/nuxt/eslint/releases/tag/v0.5.6) [Compare Source](https://redirect.github.com/nuxt/eslint/compare/v0.5.5...v0.5.6) #####    🚀 Features - **module**: Support customizable `config.configFile`, use relative path to resolve, fix [#​495](https://redirect.github.com/nuxt/eslint/issues/495)  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/nuxt/eslint/issues/495](https://redirect.github.com/nuxt/eslint/issues/495) [(a4ab4)](https://redirect.github.com/nuxt/eslint/commit/a4ab4f5) #####     [View changes on GitHub](https://redirect.github.com/nuxt/eslint/compare/v0.5.5...v0.5.6) ### [`v0.5.5`](https://redirect.github.com/nuxt/eslint/releases/tag/v0.5.5) [Compare Source](https://redirect.github.com/nuxt/eslint/compare/v0.5.4...v0.5.5) #####    🐞 Bug Fixes - Remove unused dependencies  -  by [@​bluwy](https://redirect.github.com/bluwy) in [https://github.com/nuxt/eslint/issues/493](https://redirect.github.com/nuxt/eslint/issues/493) [(46d0d)](https://redirect.github.com/nuxt/eslint/commit/46d0d82) #####     [View changes on GitHub](https://redirect.github.com/nuxt/eslint/compare/v0.5.4...v0.5.5) ### [`v0.5.4`](https://redirect.github.com/nuxt/eslint/releases/tag/v0.5.4) [Compare Source](https://redirect.github.com/nuxt/eslint/compare/v0.5.3...v0.5.4) #####    🚀 Features - **config**: Support Nuxt 4 convention by default, resolve [#​487](https://redirect.github.com/nuxt/eslint/issues/487)  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/nuxt/eslint/issues/487](https://redirect.github.com/nuxt/eslint/issues/487) [(42aed)](https://redirect.github.com/nuxt/eslint/commit/42aeded) #####     [View changes on GitHub](https://redirect.github.com/nuxt/eslint/compare/v0.5.3...v0.5.4) ### [`v0.5.3`](https://redirect.github.com/nuxt/eslint/releases/tag/v0.5.3) [Compare Source](https://redirect.github.com/nuxt/eslint/compare/v0.5.2...v0.5.3) *No significant changes* #####     [View changes on GitHub](https://redirect.github.com/nuxt/eslint/compare/v0.5.2...v0.5.3) ### [`v0.5.2`](https://redirect.github.com/nuxt/eslint/releases/tag/v0.5.2) [Compare Source](https://redirect.github.com/nuxt/eslint/compare/v0.5.1...v0.5.2) #####    🐞 Bug Fixes - **eslint-config**: Do not eagerly import ts-eslint parser, close [#​485](https://redirect.github.com/nuxt/eslint/issues/485)  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/nuxt/eslint/issues/485](https://redirect.github.com/nuxt/eslint/issues/485) [(4b5d6)](https://redirect.github.com/nuxt/eslint/commit/4b5d65c) #####     [View changes on GitHub](https://redirect.github.com/nuxt/eslint/compare/v0.5.1...v0.5.2) ### [`v0.5.1`](https://redirect.github.com/nuxt/eslint/releases/tag/v0.5.1) [Compare Source](https://redirect.github.com/nuxt/eslint/compare/v0.5.0...v0.5.1) #####    🚀 Features - Improve error messages for plugin conflicts, close [#​450](https://redirect.github.com/nuxt/eslint/issues/450), close [#​474](https://redirect.github.com/nuxt/eslint/issues/474)  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/nuxt/eslint/issues/450](https://redirect.github.com/nuxt/eslint/issues/450) and [https://github.com/nuxt/eslint/issues/474](https://redirect.github.com/nuxt/eslint/issues/474) [(bc055)](https://redirect.github.com/nuxt/eslint/commit/bc0559e) #####     [View changes on GitHub](https://redirect.github.com/nuxt/eslint/compare/v0.5.0...v0.5.1) ### [`v0.5.0`](https://redirect.github.com/nuxt/eslint/releases/tag/v0.5.0) [Compare Source](https://redirect.github.com/nuxt/eslint/compare/v0.4.0...v0.5.0) #####    🚀 Features - Enable `@typescript-eslint/no-import-type-side-effects`, close [#​439](https://redirect.github.com/nuxt/eslint/issues/439)  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/nuxt/eslint/issues/439](https://redirect.github.com/nuxt/eslint/issues/439) [(7361c)](https://redirect.github.com/nuxt/eslint/commit/7361c73) - Upgrade `@typescript-eslint` to v8  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/nuxt/eslint/issues/471](https://redirect.github.com/nuxt/eslint/issues/471) [(4d08e)](https://redirect.github.com/nuxt/eslint/commit/4d08ea8) #####     [View changes on GitHub](https://redirect.github.com/nuxt/eslint/compare/v0.4.0...v0.5.0) ### [`v0.4.0`](https://redirect.github.com/nuxt/eslint/releases/tag/v0.4.0) [Compare Source](https://redirect.github.com/nuxt/eslint/compare/v0.3.13...v0.4.0) #####    🚀 Features - Upgrade `@types/eslint`  -  by [@​antfu](https://redirect.github.com/antfu) [(ebc8f)](https://redirect.github.com/nuxt/eslint/commit/ebc8f2c) - Enable `features.typescript` only when `typescript` is installed locally, fix [#​437](https://redirect.github.com/nuxt/eslint/issues/437)  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/nuxt/eslint/issues/437](https://redirect.github.com/nuxt/eslint/issues/437) [(77bc7)](https://redirect.github.com/nuxt/eslint/commit/77bc797) - Include nitro unimport to `globals` as well, close [#​461](https://redirect.github.com/nuxt/eslint/issues/461)  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/nuxt/eslint/issues/461](https://redirect.github.com/nuxt/eslint/issues/461) [(533fa)](https://redirect.github.com/nuxt/eslint/commit/533fa40) - Add `public` folder to default ignore, close [#​453](https://redirect.github.com/nuxt/eslint/issues/453)  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/nuxt/eslint/issues/453](https://redirect.github.com/nuxt/eslint/issues/453) [(b0e3e)](https://redirect.github.com/nuxt/eslint/commit/b0e3e72) - Add server components to single root list, fix [#​457](https://redirect.github.com/nuxt/eslint/issues/457)  -  by [@​antfu](https://redirect.github.com/antfu) and **kingyue737** in [https://github.com/nuxt/eslint/issues/457](https://redirect.github.com/nuxt/eslint/issues/457) [(6e232)](https://redirect.github.com/nuxt/eslint/commit/6e232f0) #####     [View changes on GitHub](https://redirect.github.com/nuxt/eslint/compare/v0.3.13...v0.4.0)
sass/dart-sass (sass) ### [`v1.78.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1780) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.77.8...1.78.0) - The `meta.feature-exists` function is now deprecated. This deprecation is named `feature-exists`. - Fix a crash when using `@at-root` without any queries or children in the indented syntax. ##### JS API - Backport the deprecation options (`fatalDeprecations`, `futureDeprecations`, and `silenceDeprecations`) to the legacy JS API. The legacy JS API is itself deprecated, and you should move off of it if possible, but this will allow users of bundlers and other tools that are still using the legacy API to still control deprecation warnings. - Fix a bug where accessing `SourceSpan.url` would crash when a relative URL was passed to the Sass API. ##### Embedded Sass - Explicitly expose a `sass` executable from the `sass-embedded` npm package. This was intended to be included in 1.63.0, but due to the way platform-specific dependency executables are installed it did not work as intended. Now users can run `npx sass` for local installs or just `sass` when `sass-embedded` is installed globally. - Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the `sass-embedded` npm package. - Fix an edge case where the Dart VM could hang when shutting down when requests were in flight. - Fix a race condition where the embedded host could fail to shut down if it was closed around the same time a new compilation was started. - Fix a bug where parse-time deprecation warnings could not be controlled by the deprecation options in some circumstances.
microsoft/TypeScript (typescript) ### [`v5.6.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...a7e3374f13327483fbe94e32806d65785b0b6cda) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2) ### [`v5.5.4`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.5.4): TypeScript 5.5.4 [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.3...v5.5.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v5.5.4 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.4%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.3 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.2 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.1 (RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.0 (Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) (soon!) ### [`v5.5.3`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.5.3): TypeScript 5.5.3 [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.2...v5.5.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v5.5.3 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.2 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.1 (RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.0 (Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.5.2`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.5.2): TypeScript 5.5 [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.4.5...v5.5.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v5.5.2 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.1 (RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.0 (Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript)

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Paris, 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 was generated by Mend Renovate. View the repository job log.

socket-security[bot] commented 3 months ago

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

socket-security[bot] commented 3 weeks ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/typescript@5.6.2 None 0 22.4 MB typescript-bot

🚮 Removed packages: npm/extend@3.0.2, npm/typescript@5.4.5

View full report↗︎

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

iNeoO commented 3 weeks ago

will be update with https://github.com/SocialGouv/vao/pull/490