nordic-institute / X-Road

Source code of the X-Road® data exchange layer software
https://x-road.global
Other
623 stars 193 forks source link

chore(deps): bump the javascript-minor-patch group in /src with 11 updates #2399

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Package From To
@types/node 22.7.7 22.8.1
@vue/eslint-config-prettier 10.0.0 10.1.0
sass 1.80.3 1.80.4
vite 5.4.9 5.4.10
vue-tsc 2.1.6 2.1.8
@vee-validate/i18n 4.14.3 4.14.6
@vee-validate/rules 4.14.3 4.14.6
vee-validate 4.14.3 4.14.6
pinia-plugin-persistedstate 4.1.1 4.1.2
@typescript-eslint/eslint-plugin 8.10.0 8.11.0
@typescript-eslint/parser 8.10.0 8.11.0

Updates @types/node from 22.7.7 to 22.8.1

Commits


Updates @vue/eslint-config-prettier from 10.0.0 to 10.1.0

Release notes

Sourced from @​vue/eslint-config-prettier's releases.

v10.1.0

New Features

  • Added .d.ts files, fixed #24

Full Changelog: https://github.com/vuejs/eslint-config-prettier/compare/v10.0.0...v10.1.0

Commits


Updates sass from 1.80.3 to 1.80.4

Release notes

Sourced from sass's releases.

Dart Sass 1.80.4

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

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.80.4

  • No user-visible changes.
Commits


Updates vite from 5.4.9 to 5.4.10

Release notes

Sourced from vite's releases.

v5.4.10

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.10 (2024-10-23)

  • fix: backport #18367,augment hash for CSS files to prevent chromium erroring by loading previous fil (7d1a3bc), closes #18367 #18412
Commits


Updates vue-tsc from 2.1.6 to 2.1.8

Release notes

Sourced from vue-tsc's releases.

v2.1.8

Features

  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#4813) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: avoid generic type loss due to destructured props (#4821) - Thanks to @​KazariEX!
  • language-core: handle v-for with v-once correctly (#4830) - Thanks to @​KazariEX!
  • language-core: avoid generating zero-length mappings for interpolation edges
  • language-core: don't assign this to __VLS_ctx (#4845) - Thanks to @​KazariEX!
  • language-service: initialize scope with null prototype object (#4855) - Thanks to @​KazariEX!
  • language-core: inlay hints for <component :is> and <slot :name> (#4661) - Thanks to @​KazariEX, @​so1ve!
  • language-core: should error when invalid syntax at script end (#4692) - Thanks to @​KazariEX!
  • language-core: correct type inference of defineModel & defineEmits in generic (#4823) - Thanks to @​KazariEX!
  • language-core: inject generics of useTemplateRef into correct location (#4829) - Thanks to @​KazariEX!
  • language-core: prevent the generation of generics in JS (#4836) - Thanks to @​KazariEX, @​zhiyuanzmj!
  • language-core: generate correct reference for v-on on <slot> (#4864) - Thanks to @​KazariEX!
  • language-core: match classname before ) (#4887) - Thanks to @​KazariEX!
  • language-service: handle internal item key with leading slash correctly (#4894) - Thanks to @​KazariEX!
  • language-core: correctly obtain the index of style modules (#4907) - Thanks to @​KazariEX!
  • language-core: refer absolute path of global types file (#4924) - Thanks to @​depressedX!
  • component-meta: error when signatures is undefined (#4930) - Thanks to @​Hannesrasmussen!
  • language-core: intersect props of generic component with attrs (#4886) - Thanks to @​KazariEX!
  • language-core: fix incorrect syntax for class component virtual code
  • language-core: generate value instead of model name into tuple (#4892) - Thanks to @​KazariEX!
  • language-core: infer template ref's type of native elements with v-for correctly (#4933) - Thanks to @​KazariEX!
  • language-core: should wrap item with Reactive on v-for (#4902) - Thanks to @​KazariEX!

Performance

  • language-service: find destructured props only with enabled setting (#4815) - Thanks to @​KazariEX!

Other Changes

  • Upgraded Volar from v2.4.1 to v2.4.8:
    • Changing vue files causes internal state to desync in Sublime Text (#4909) - Thanks to @​rchl!
    • The syntax highlighting is not applied when destructuring props (#4811)
  • chore: fix nvim config snippet in README (#4881) - Thanks to @​LiamEderzeel!
  • chore: remove side effects (#4871) - Thanks to @​vikingair!
  • chore: remove importsNotUsedAsValues (#4897) - Thanks to @​KazariEX!
  • chore(vscode): switch to "module": "CommonJS" (#4944) - Thanks to @​KazariEX!
  • test: fix incorrect default value (#4934) - Thanks to @​jh-leong!
  • test(tsc): add a test case for class component

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.1.8 official, 2.1.9 insiders (2024-10-26)

Features

  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#4813) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: avoid generic type loss due to destructured props (#4821) - Thanks to @​KazariEX!
  • language-core: handle v-for with v-once correctly (#4830) - Thanks to @​KazariEX!
  • language-core: avoid generating zero-length mappings for interpolation edges
  • language-core: don't assign this to __VLS_ctx (#4845) - Thanks to @​KazariEX!
  • language-service: initialize scope with null prototype object (#4855) - Thanks to @​KazariEX!
  • language-core: inlay hints for <component :is> and <slot :name> (#4661) - Thanks to @​KazariEX, @​so1ve!
  • language-core: should error when invalid syntax at script end (#4692) - Thanks to @​KazariEX!
  • language-core: correct type inference of defineModel & defineEmits in generic (#4823) - Thanks to @​KazariEX!
  • language-core: inject generics of useTemplateRef into correct location (#4829) - Thanks to @​KazariEX!
  • language-core: prevent the generation of generics in JS (#4836) - Thanks to @​KazariEX, @​zhiyuanzmj!
  • language-core: generate correct reference for v-on on <slot> (#4864) - Thanks to @​KazariEX!
  • language-core: match classname before ) (#4887) - Thanks to @​KazariEX!
  • language-service: handle internal item key with leading slash correctly (#4894) - Thanks to @​KazariEX!
  • language-core: correctly obtain the index of style modules (#4907) - Thanks to @​KazariEX!
  • language-core: refer absolute path of global types file (#4924) - Thanks to @​depressedX!
  • component-meta: error when signatures is undefined (#4930) - Thanks to @​Hannesrasmussen!
  • language-core: intersect props of generic component with attrs (#4886) - Thanks to @​KazariEX!
  • language-core: fix incorrect syntax for class component virtual code
  • language-core: generate value instead of model name into tuple (#4892) - Thanks to @​KazariEX!
  • language-core: infer template ref's type of native elements with v-for correctly (#4933) - Thanks to @​KazariEX!
  • language-core: should wrap item with Reactive on v-for (#4902) - Thanks to @​KazariEX!

Performance

  • language-service: find destructured props only with enabled setting (#4815) - Thanks to @​KazariEX!

Other Changes

  • Upgraded Volar from v2.4.1 to v2.4.8:
    • Changing vue files causes internal state to desync in Sublime Text (#4909) - Thanks to @​rchl!
    • The syntax highlighting is not applied when destructuring props (#4811)
  • chore: fix nvim config snippet in README (#4881) - Thanks to @​LiamEderzeel!
  • chore: remove side effects (#4871) - Thanks to @​vikingair!
  • chore: remove importsNotUsedAsValues (#4897) - Thanks to @​KazariEX!
  • chore(vscode): switch to "module": "CommonJS" (#4944) - Thanks to @​KazariEX!
  • test: fix incorrect default value (#4934) - Thanks to @​jh-leong!
  • test(tsc): add a test case for class component
Commits
  • 13a9e2f v2.1.8 (#4946)
  • ae1d696 chore: bump Volar
  • 8c1672f fix(language-core): should wrap item with Reactive on v-for (#4902)
  • 06f6f02 fix(language-core): generate value instead of model name into tuple (#4892)
  • 994ccd0 chore(vscode): switch to "module": "CommonJS" (#4944)
  • baa1319 fix(language-core): intersect props of generic component with attrs (#4886)
  • c47d53f chore: remove importsNotUsedAsValues (#4897)
  • acddb02 fix(language-core): should error when invalid syntax at script end (#4692)
  • 32aa8a8 chore: remove side effects (#4871)
  • f4d7300 chore: update Vue to 3.5.12
  • Additional commits viewable in compare view


Updates @vee-validate/i18n from 4.14.3 to 4.14.6

Release notes

Sourced from @​vee-validate/i18n's releases.

v4.14.4

🆕 New Features

  • Can set a fallback locale for rules that do not have messages in the active locale with setFallbackLocale. #4872 (193a96fd3584974df50296ebbe9c00770fa1cd22)

🐛 Bug Fixes

  • Devtools crashing when a field name is defined as getter. (0991c01)
  • Handle getter field names properly. #4877 (ecb540a)
  • Properly name exported files to avoid dual package hazard. #4905 (4f88d851a3975a1ed69f9ee53b68394306e20abb)
  • Mark form dirty when object keys are deleted. #4678 (#4710) thanks to @​evpaassen

👕 Types

  • fix(types): expose field and form slot prop types. #4900 (f33974c)
Changelog

Sourced from @​vee-validate/i18n's changelog.

4.14.6

4.14.5

4.14.4

Patch Changes

  • 193a96f: feat: add setFallbackLocale for i18n closes #4872
  • 4f88d85: fix: specify module type on package.json
Commits


Updates @vee-validate/rules from 4.14.3 to 4.14.6

Release notes

Sourced from @​vee-validate/rules's releases.

v4.14.4

🆕 New Features

  • Can set a fallback locale for rules that do not have messages in the active locale with setFallbackLocale. #4872 (193a96fd3584974df50296ebbe9c00770fa1cd22)

🐛 Bug Fixes

  • Devtools crashing when a field name is defined as getter. (0991c01)
  • Handle getter field names properly. #4877 (ecb540a)
  • Properly name exported files to avoid dual package hazard. #4905 (4f88d851a3975a1ed69f9ee53b68394306e20abb)
  • Mark form dirty when object keys are deleted. #4678 (#4710) thanks to @​evpaassen

👕 Types

  • fix(types): expose field and form slot prop types. #4900 (f33974c)
Changelog

Sourced from @​vee-validate/rules's changelog.

4.14.6

Patch Changes

  • vee-validate@4.14.6

4.14.5

Patch Changes

  • Updated dependencies [e9f8c88]
    • vee-validate@4.14.5

4.14.4

Patch Changes

  • 4f88d85: fix: specify module type on package.json
  • Updated dependencies [f33974c]
  • Updated dependencies [0991c01]
  • Updated dependencies [ecb540a]
  • Updated dependencies [4f88d85]
    • vee-validate@4.14.4
Commits


Updates vee-validate from 4.14.3 to 4.14.6

Release notes

Sourced from vee-validate's releases.

v4.14.4

🆕 New Features

  • Can set a fallback locale for rules that do not have messages in the active locale with setFallbackLocale. #4872 (193a96fd3584974df50296ebbe9c00770fa1cd22)

🐛 Bug Fixes

  • Devtools crashing when a field name is defined as getter. (0991c01)
  • Handle getter field names properly. #4877 (ecb540a)
  • Properly name exported files to avoid dual package hazard. #4905 (4f88d851a3975a1ed69f9ee53b68394306e20abb)
  • Mark form dirty when object keys are deleted. #4678 (#4710) thanks to @​evpaassen

👕 Types

  • fix(types): expose field and form slot prop types. #4900 (f33974c)
Changelog

Sourced from vee-validate's changelog.

4.14.6

4.14.5

Patch Changes

  • e9f8c88: fix: force loading the mjs module when using nuxt

4.14.4

Patch Changes

  • f33974c: fix(types): expose field and form slot prop types closes #4900
  • 0991c01: fix: devtools crashing when a field name is defined as getter
  • ecb540a: fix: handle getter field names properly closes #4877
  • 4f88d85: fix: specify module type on package.json
Commits
  • f2972fc chore(release): publish
  • c02c549 chore(release): publish
  • e9f8c88 fix: force loading the mjs module when using nuxt
  • ab86480 chore(release): publish
  • 4f88d85 fix: properly name exported files to avoid dual pkg hazard closes #4905
  • f33974c fix(types): expose field and form slot prop types closes #4900
  • f8a82fc fix: mark form dirty when object keys are deleted (#4710)
  • ecb540a fix: handle getter field names properly closes #4877
  • 0991c01 fix: devtools crashing when a field name is defined as getter
  • See full diff in compare view


Updates pinia-plugin-persistedstate from 4.1.1 to 4.1.2

Release notes

Sourced from pinia-plugin-persistedstate's releases.

v4.1.2

compare changes

📖 Documentation

  • Add Chinese translation (#338)
  • Add cookie max size info (#343)

📦 Build

  • Export iife build (#349)

🏡 Chore

  • Bump dependencies & lint (3418005)

❤️ Contributors

Changelog

Sourced from pinia-plugin-persistedstate's changelog.

v4.1.2

compare changes

📖 Documentation

  • Add Chinese translation (#338)
  • Add cookie max size info (#343)

📦 Build

  • Export iife build (#349)

🏡 Chore

  • Bump dependencies & lint (3418005)

❤️ Contributors

Commits


Updates @typescript-eslint/eslint-plugin from 8.10.0 to 8.11.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.11.0

8.11.0 (2024-10-21)

🚀 Features

  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)

🩹 Fixes

  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#10135)
  • rule-tester: allow custom filename outside directory (#10147)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.11.0 (2024-10-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)

🩹 Fixes

  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#10135)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • 79c27a8 chore(release): publish 8.11.0
  • c8e7c27 feat(eslint-plugin): [no-unnecessary-type-parameters] add suggestion fixer (#...
  • 9a182d0 feat(eslint-plugin): [no-base-to-string] add support for catching toLocaleStr...
  • 8d35958 chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)
  • 0cbd4cd fix(eslint-plugin): [class-literal-property-style] don't report nodes with `o...
  • 127066a chore: coverage issues caused by using export assignments (#10151)
  • See full diff in compare view


Updates @typescript-eslint/parser from 8.10.0 to 8.11.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.11.0

8.11.0 (2024-10-21)

🚀 Features

  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)

🩹 Fixes

  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#10135)
  • rule-tester: allow custom filename outside directory (#10147)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.11.0 (2024-10-21)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • 79c27a8 chore(release): publish 8.11.0
  • 8d35958 chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
github-actions[bot] commented 1 month ago

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests

Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.10.2 :white_check_mark: Build Scan not published
sonarcloud[bot] commented 1 month 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

github-actions[bot] commented 1 month ago

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests

Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.10.2 :white_check_mark: Build Scan not published
ovidijusnortal commented 1 month ago

@dependabot merge