Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps the javascript-minor-patch group with 23 updates in the /src directory:

Package From To
@intlify/eslint-plugin-vue-i18n 4.0.1 4.1.0
@types/node 24.1.0 24.5.2
@vitejs/plugin-vue 6.0.0 6.0.1
@vue/tsconfig 0.7.0 0.8.1
eslint 9.31.0 9.36.0
eslint-plugin-prettier 5.5.3 5.5.4
eslint-plugin-vue 10.3.0 10.4.0
eslint-plugin-vuetify 2.5.2 2.5.3
sass 1.89.2 1.93.0
typescript 5.8.3 5.9.2
vite 7.0.7 7.1.6
vite-plugin-vuetify 2.1.1 2.1.2
vue-i18n 11.1.11 11.1.12
vue-tsc 3.0.3 3.0.7
@fontsource/open-sans 5.2.6 5.2.7
axios 1.12.0 1.12.2
dayjs 1.11.13 1.11.18
pinia-plugin-persistedstate 4.4.1 4.5.0
vue 3.5.18 3.5.21
vuetify 3.8.12 3.10.2
@typescript-eslint/eslint-plugin 8.38.0 8.44.0
@typescript-eslint/parser 8.38.0 8.44.0
eslint-plugin-vue-scoped-css 2.11.0 2.12.0

Updates @intlify/eslint-plugin-vue-i18n from 4.0.1 to 4.1.0

Release notes

Sourced from @​intlify/eslint-plugin-vue-i18n's releases.

v4.1.0

Minor Changes

Changelog

Sourced from @​intlify/eslint-plugin-vue-i18n's changelog.

4.1.0

Minor Changes

Commits
  • 93e5806 chore: release @intlify/eslint-plugin-vue-i18n (#655)
  • e07405b chore(deps): update pnpm to v10.13.1 (#656)
  • 304da6a chore(deps): update dependency npm-run-all2 to v8 (#639)
  • e5da4c5 chore(deps): update dependency @​types/eslint-scope to v8 (#640)
  • 2114c38 chore(deps): update dependency lint-staged to v16 (#641)
  • bbead2e chore(deps): update dependency @​types/glob to v9 (#649)
  • 383e682 Fix not triggering rule no-dynamic-keys in non-vue files (#637)
  • 98b9f70 fix: disallow extra properties in rule options (#652)
  • dc1e9f0 fix(deps): update dependency @​intlify/core-base to v11.1.10 [security] (#654)
  • b2f2e9c fix: typo in no-deprecated-v-t.md (#651)
  • Additional commits viewable in compare view

Updates @types/node from 24.1.0 to 24.5.2

Commits

Updates @vitejs/plugin-vue from 6.0.0 to 6.0.1

Release notes

Sourced from @​vitejs/plugin-vue's releases.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

6.0.1 (2025-07-28)

Bug Fixes

  • deps: update all non-major dependencies (#618) (46f6c99)
  • deps: update all non-major dependencies (#624) (fe03fa2)
  • deps: update all non-major dependencies (#629) (b969637)
  • deps: update all non-major dependencies (#633) (aa56ad1)
  • deps: update all non-major dependencies (#636) (5f471a3)
  • hmr: ignore non-js modules (#625) (f899ad3)

Performance Improvements

Miscellaneous Chores

  • deps: update dependency rollup to ^4.44.2 (#623) (76bf4c4)
  • deps: update dependency rollup to ^4.45.1 (#630) (4fd92b9)
  • group commits by category in changelog (#620) (1a32018)

Build System

Commits

Updates @vue/tsconfig from 0.7.0 to 0.8.1

Release notes

Sourced from @​vue/tsconfig's releases.

v0.8.1

fix: do not turn on exactOptionalPropertyTypes for now [a235c5f]

Full Changelog: vuejs/tsconfig@v0.8.0...v0.8.1

v0.8.0

Breaking Changes


If you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options:

  • After upgrading to @vue/tsconfig, use supress-ts-errors (npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue) to insert @ts-expect-error comments in your current codebase.
  • This way, the stricter configuration will only apply to any new code you add, allowing you to address the existing errors later when you have more time.

Full Changelog: vuejs/tsconfig@v0.7.0...v0.8.0

Commits
  • 4a223b2 0.8.1
  • a235c5f fix: disable exactOptionalPropertyTypes for now
  • c2c92d6 0.8.0
  • 4f1e64a ci: use trusted publisher for npm publish
  • e690a76 feat!: enable noUncheckedIndexedAccess and exactOptionalPropertyTypes (#36)
  • 85a620a feat!: disable libReplacement for better performance (#35)
  • b22acb3 docs: explain the options in tsconfig.lib.json
  • 1334411 docs: Bump up the requred Vue.js version to >= 3.4 in README (#34)
  • 1a34344 chore: use lowercase bundler for moduleResolution
  • 29acc1a docs: be specific about what kind of unwanted types we're avoiding
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vue/tsconfig since your current version.


Updates eslint from 9.31.0 to 9.36.0

Release notes

Sourced from eslint's releases.

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)

v9.35.0

Features

  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.36.0 - September 19, 2025

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)
  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)

v9.35.0 - September 5, 2025

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

v9.34.0 - August 22, 2025

... (truncated)

Commits

Updates eslint-plugin-prettier from 5.5.3 to 5.5.4

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.4

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.4

Patch Changes

5.5.1

Patch Changes

5.5.0

Minor Changes

  • #743 92f2c9c Thanks @​dotcarmen! - feat: support non-js languages like css for @eslint/css and json for @eslint/json

5.4.1

Patch Changes

  • #740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error

5.4.0

Minor Changes

5.3.1

Patch Changes

5.3.0

Minor Changes

5.2.6

Patch Changes

... (truncated)

Commits

Updates eslint-plugin-vue from 10.3.0 to 10.4.0

Release notes

Sourced from eslint-plugin-vue's releases.

v10.4.0

Minor Changes

Patch Changes

  • Resolved TypeScript compatibility issues introduced by eslint-typegen (#2790)

  • Fixed inconsistent quotes in vue/block-lang error messages (#2805)

Changelog

Sourced from eslint-plugin-vue's changelog.

10.4.0

Minor Changes

Patch Changes

Commits
  • 15185f5 Version Packages (#2792)
  • 87c7d83 test(func-call-spacing): remove obsolete compatibility code (#2830)
  • 0701213 test(no-deprecated-functional-template): make tests more strict (#2875)
  • e0683fd test(no-deprecated-html-element-is): make tests more strict (#2876)
  • aca04e5 test(no-deprecated-dollar-scopedslots-api): make tests more strict (#2872)
  • fe5692d test(no-deprecated-props-default-this): make tests more strict (#2878)
  • d349881 test(no-deprecated-inline-template): make tests more strict (#2877)
  • 1f59ac9 test(no-deprecated-scope-attribute): make tests more strict (#2879)
  • cb2ae5b test(no-deprecated-slot-attribute): make tests more strict (#2880)
  • 3b67050 test(no-deprecated-slot-scope-attribute): make tests more strict (#2881)
  • Additional commits viewable in compare view

Updates eslint-plugin-vuetify from 2.5.2 to 2.5.3

Release notes

Sourced from eslint-plugin-vuetify's releases.

v2.5.3

🔧 Bug Fixes

  • VSlider: replace ticks only when boolean (cb8f7f6), closes #115
  • VDatePicker: remove first-day-of-week from deprecation (#114) (ffcb9dd), closes #113
  • VToolbar, VAppBar: replace prominent with density='prominent' (15843e8)
  • VDatePicker: adapt to restored first-day-of-year (8bca6b5)
  • replace dense with density (missing cases) (#116) (b364787)
  • VBtn: replace text when boolean or empty (#117) (1fdff4d), closes #59
  • add missing rename of subheading class (#85) (85f3bad), closes #99
Commits
  • 16e5170 2.5.3
  • 85f3bad fix(rules): add missing rename of subheading class (#85)
  • 3d62550 fix: remove duplicate replacements class entry (#100)
  • 1fdff4d fix(VBtn): replace text when boolean or empty (#117)
  • b364787 fix: replace dense with density (missing cases) (#116)
  • 8bca6b5 fix(VDatePicker): adapt to restored first-day-of-year
  • 15843e8 fix(VToolbar, VAppBar): replace prominent with density='prominent'
  • ffcb9dd fix(VDatePicker): remove first-day-of-week from deprecation
  • cb8f7f6 fix: replace VSlider ticks only when boolean
  • c6f5b74 chore(renovate.json): add config
  • See full diff in compare view

Updates sass from 1.89.2 to 1.93.0

Release notes

Sourced from sass's releases.

Dart Sass 1.93.0

To install Sass 1.93.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a crash when a style rule contains a nested @import, and the loaded file @uses a user-defined module as well as @includes a top-level mixin which emits top-level declarations.

JavaScript API

  • Release a @sass/types package which contains the type annotations used by both the sass and sass-embedded package without any additional code or dependencies.

See the full changelog for changes in earlier releases.

Dart Sass 1.92.1

To install Sass 1.92.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.

See the full changelog for changes in earlier releases.

Dart Sass 1.92.0

To install Sass 1.92.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the plain CSS function. This means that @function definitions with the name type will produce errors, while function calls will be parsed as special function strings.

  • Configuring private variables using @use ... with, @forward ... with, and meta.load-css(..., $with: ...) is now deprecated. Private variables were always intended to be fully encapsulated within the module that defines them, and this helps enforce that encapsulation.

  • Fix a bug where @extend rules loaded through a mixture of @import and @use rules could fail to apply correctly.

Command-Line Interface

  • In --watch mode, delete the source map when the associated source file is deleted.

See the full changelog for changes in earlier releases.

... (truncated)

Changelog

Sourced from sass's changelog.

1.93.0

  • Fix a crash when a style rule contains a nested @import, and the loaded file @uses a user-defined module as well as @includes a top-level mixin which emits top-level declarations.

JavaScript API

  • Release a @sass/types package which contains the type annotations used by both the sass and sass-embedded package without any additional code or dependencies.

1.92.1

  • Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.

1.92.0

  • Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the plain CSS function. This means that @function definitions with the name type will produce errors, while function calls will be parsed as special function strings.

  • Configuring private variables using @use ... with, @forward ... with, and meta.load-css(..., $with: ...) is now deprecated. Private variables were always intended to be fully encapsu...

    Description has been truncated

… with 23 updates

Bumps the javascript-minor-patch group with 23 updates in the /src directory:

| Package | From | To |
| --- | --- | --- |
| [@intlify/eslint-plugin-vue-i18n](https://github.com/intlify/eslint-plugin-vue-i18n) | `4.0.1` | `4.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.1.0` | `24.5.2` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `6.0.0` | `6.0.1` |
| [@vue/tsconfig](https://github.com/vuejs/tsconfig) | `0.7.0` | `0.8.1` |
| [eslint](https://github.com/eslint/eslint) | `9.31.0` | `9.36.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.3` | `5.5.4` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.3.0` | `10.4.0` |
| [eslint-plugin-vuetify](https://github.com/vuetifyjs/eslint-plugin-vuetify) | `2.5.2` | `2.5.3` |
| [sass](https://github.com/sass/dart-sass) | `1.89.2` | `1.93.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.0.7` | `7.1.6` |
| [vite-plugin-vuetify](https://github.com/vuetifyjs/vuetify-loader) | `2.1.1` | `2.1.2` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.1.11` | `11.1.12` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.0.3` | `3.0.7` |
| [@fontsource/open-sans](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/open-sans) | `5.2.6` | `5.2.7` |
| [axios](https://github.com/axios/axios) | `1.12.0` | `1.12.2` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.18` |
| [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate) | `4.4.1` | `4.5.0` |
| [vue](https://github.com/vuejs/core) | `3.5.18` | `3.5.21` |
| [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) | `3.8.12` | `3.10.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.38.0` | `8.44.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.38.0` | `8.44.0` |
| [eslint-plugin-vue-scoped-css](https://github.com/future-architect/eslint-plugin-vue-scoped-css) | `2.11.0` | `2.12.0` |



Updates `@intlify/eslint-plugin-vue-i18n` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/intlify/eslint-plugin-vue-i18n/releases)
- [Changelog](https://github.com/intlify/eslint-plugin-vue-i18n/blob/master/CHANGELOG.md)
- [Commits](intlify/eslint-plugin-vue-i18n@v4.0.1...v4.1.0)

Updates `@types/node` from 24.1.0 to 24.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitejs/plugin-vue` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue)

Updates `@vue/tsconfig` from 0.7.0 to 0.8.1
- [Release notes](https://github.com/vuejs/tsconfig/releases)
- [Commits](vuejs/tsconfig@v0.7.0...v0.8.1)

Updates `eslint` from 9.31.0 to 9.36.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.31.0...v9.36.0)

Updates `eslint-plugin-prettier` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.3...v5.5.4)

Updates `eslint-plugin-vue` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/eslint-plugin-vue@v10.3.0...v10.4.0)

Updates `eslint-plugin-vuetify` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/vuetifyjs/eslint-plugin-vuetify/releases)
- [Commits](vuetifyjs/eslint-plugin-vuetify@v2.5.2...v2.5.3)

Updates `sass` from 1.89.2 to 1.93.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.89.2...1.93.0)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `vite` from 7.0.7 to 7.1.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.6/packages/vite)

Updates `vite-plugin-vuetify` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/vuetifyjs/vuetify-loader/releases)
- [Commits](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@2.1.2)

Updates `vue-i18n` from 11.1.11 to 11.1.12
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.1.12/packages/vue-i18n)

Updates `vue-tsc` from 3.0.3 to 3.0.7
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.0.7/packages/tsc)

Updates `@fontsource/open-sans` from 5.2.6 to 5.2.7
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/open-sans)

Updates `axios` from 1.12.0 to 1.12.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.12.0...v1.12.2)

Updates `dayjs` from 1.11.13 to 1.11.18
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.18/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.13...v1.11.18)

Updates `pinia-plugin-persistedstate` from 4.4.1 to 4.5.0
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases)
- [Changelog](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/main/CHANGELOG.md)
- [Commits](prazdevs/pinia-plugin-persistedstate@v4.4.1...v4.5.0)

Updates `vue` from 3.5.18 to 3.5.21
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.18...v3.5.21)

Updates `vuetify` from 3.8.12 to 3.10.2
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.10.2/packages/vuetify)

Updates `@typescript-eslint/eslint-plugin` from 8.38.0 to 8.44.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.38.0 to 8.44.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.0/packages/parser)

Updates `eslint-plugin-vue-scoped-css` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/future-architect/eslint-plugin-vue-scoped-css/releases)
- [Changelog](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/CHANGELOG.md)
- [Commits](future-architect/eslint-plugin-vue-scoped-css@v2.11.0...v2.12.0)

---
updated-dependencies:
- dependency-name: "@intlify/eslint-plugin-vue-i18n"
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: "@types/node"
  dependency-version: 24.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: "@vue/tsconfig"
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: eslint
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: eslint-plugin-vue
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: eslint-plugin-vuetify
  dependency-version: 2.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: sass
  dependency-version: 1.93.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: vite
  dependency-version: 7.1.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: vite-plugin-vuetify
  dependency-version: 2.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: vue-i18n
  dependency-version: 11.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: vue-tsc
  dependency-version: 3.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: "@fontsource/open-sans"
  dependency-version: 5.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: axios
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: dayjs
  dependency-version: 1.11.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: pinia-plugin-persistedstate
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: vue
  dependency-version: 3.5.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: vuetify
  dependency-version: 3.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: eslint-plugin-vue-scoped-css
  dependency-version: 2.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 22, 2025 05:24
@dependabot dependabot bot requested review from petkivim and removed request for a team September 22, 2025 05:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 22, 2025
Copy link

Copy link

Eco CI Output [RUN-ID: 17905491330]:

🌳 CO2 Data:
City: CONSTANT, Lat: , Lon:
IP:
CO₂ from energy is: 4.633590960 g
CO₂ from manufacturing (embodied carbon) is: 0.508594688 g
Carbon Intensity for this location: 472 gCO₂eq/kWh
SCI: 5.142186 gCO₂eq / pipeline run emitted


Total cost of whole PR so far:

Label🖥 avg. CPU utilization [%]🔋 Total Energy [Joules]🔌 avg. Power [Watts]Duration [Seconds]
Build environment setup29.5972290.3994.1569.92
Build, unit tests and packaging59.09768163.395.821401.61
Packaging and upload artifacts31.80871363.144.38311.05
Total Run81.769816.935.511782.58
Additional overhead from Eco CIN/A28.494.825.91

Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
x-road-core build sonar test intTest jacocoTestReport 9.0.0 Build Scan not published

Copy link

Eco CI Output [RUN-ID: 17905491330]:

🌳 CO2 Data:
City: CONSTANT, Lat: , Lon:
IP:
CO₂ from energy is: 1.017886880 g
CO₂ from manufacturing (embodied carbon) is: 0.146268977 g
Carbon Intensity for this location: 472 gCO₂eq/kWh
SCI: 1.164156 gCO₂eq / pipeline run emitted


Total cost of whole PR so far:

Label🖥 avg. CPU utilization [%]🔋 Total Energy [Joules]🔌 avg. Power [Watts]Duration [Seconds]
Set up arm packaging23.6461683.6633.95172.94
Packaging for arm architecture30.23131472.884.34339.72
Total Run38.212156.544.21512.66
Additional overhead from Eco CIN/A11.594.262.72

Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageOnArm
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
x-road-core :service:signer:signer-api:make 9.0.0 Build Scan not published

Copy link

Eco CI Output [RUN-ID: 17905491330]:

🌳 CO2 Data:
City: CONSTANT, Lat: , Lon:
IP:
CO₂ from energy is: 1.803700800 g
CO₂ from manufacturing (embodied carbon) is: 0.214359117 g
Carbon Intensity for this location: 472 gCO₂eq/kWh
SCI: 2.018060 gCO₂eq / pipeline run emitted


Total cost of whole PR so far:

Label🖥 avg. CPU utilization [%]🔋 Total Energy [Joules]🔌 avg. Power [Watts]Duration [Seconds]
Set up E2E tests30.42921165.354.34268.45
E2E tests50.81922656.055.50482.86
Total Run61.693821.405.09751.31
Additional overhead from Eco CIN/A10.432.544.10

Copy link

Eco CI Output [RUN-ID: 17905491330]:

🌳 CO2 Data:
City: CONSTANT, Lat: , Lon:
IP:
CO₂ from energy is: 2.336956960 g
CO₂ from manufacturing (embodied carbon) is: 0.307066133 g
Carbon Intensity for this location: 472 gCO₂eq/kWh
SCI: 2.644023 gCO₂eq / pipeline run emitted


Total cost of whole PR so far:

Label🖥 avg. CPU utilization [%]🔋 Total Energy [Joules]🔌 avg. Power [Watts]Duration [Seconds]
Set up Security Server tests35.001625.7534.54137.89
Test Security Server38.16074325.434.61938.35
Total Run42.654951.184.601076.24
Additional overhead from Eco CIN/A21.614.854.46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants