Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NPM] Bump the all-dependencies group with 18 updates #22687

Open
wants to merge 3 commits into
base: 5.x-dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the all-dependencies group with 18 updates:

Package From To
@types/jquery 3.5.6 3.5.31
@types/jqueryui 1.12.16 1.12.23
jquery-ui-dist 1.13.2 1.13.3
sprintf-js 1.1.2 1.1.3
vue 3.2.6 3.2.47
@types/materialize-css 1.0.11 1.0.14
@types/mousetrap 1.6.8 1.6.15
@vue/cli-plugin-babel 4.5.13 4.5.19
@vue/cli-plugin-eslint 4.5.13 4.5.19
@vue/cli-plugin-typescript 4.5.13 4.5.19
@vue/cli-plugin-unit-jest 4.5.13 4.5.19
@vue/cli-service 4.5.13 4.5.19
@vue/compiler-sfc 3.2.6 3.2.47
abortcontroller-polyfill 1.7.3 1.7.5
babel-loader 8.2.2 8.2.5
dompurify 2.5.6 2.5.7
husky 8.0.2 8.0.3
less 4.1.2 4.1.3

Updates @types/jquery from 3.5.6 to 3.5.31

Commits

Updates @types/jqueryui from 1.12.16 to 1.12.23

Commits

Updates jquery-ui-dist from 1.13.2 to 1.13.3

Release notes

Sourced from jquery-ui-dist's releases.

jQuery UI 1.13.3 released

https://blog.jqueryui.com/2024/04/jquery-ui-1-13-3-released/

Commits
  • a9e8520 1.13.3
  • 8622684 Build: Update AUTHORS.txt
  • 8e34aa6 Docs: Update leftover HTTP Trac URLs to HTTPS
  • f4a9788 Build: Update download.jqueryui.com from 2.2.12 to 2.2.14
  • 4966aea Docs: Change a few most common domains from HTTP to HTTPS
  • 2889591 Update custom_render.html (#2242)
  • 9fcae94 Build: Update release dependencies
  • 4da7a30 Docs: remove a duplicated "be" in an accordion demo
  • 1374020 Tests: Skip a problematic keyboard test in IE with jQuery 3.6
  • e7a0da6 Tests: Increase robustness of a draggable revert test
  • Additional commits viewable in compare view

Updates sprintf-js from 1.1.2 to 1.1.3

Changelog

Sourced from sprintf-js's changelog.

1.1.3

  • fix LICENSE name
Commits
  • 3a0d8c2 Merge pull request #227 from alexei/feat-new_release
  • 1201d9e fix: update deps, bump version for a new release
  • 0e0d875 Merge pull request #226 from alexei/fix-licensing
  • a5a7a0e fix(license): update license name in README
  • 8a3a4bb Merge pull request #212 from BigBlueHat/patch-1
  • 8bf82b5 Make bower.json declaration match LICENSE
  • 00af1e6 Merge pull request #197 from alexei/fix-typo
  • 92d5f7e fix: typo
  • e2b89ca Merge pull request #195 from timgates42/bugfix_typo_precede
  • a25d860 Update CONTRIBUTORS.md
  • Additional commits viewable in compare view

Updates vue from 3.2.6 to 3.2.47

Changelog

Sourced from vue's changelog.

3.2.47 (2023-02-02)

Bug Fixes

  • build: enforce __esModule interop for cjs builds (4b70366)

3.2.46 (2023-02-02)

Bug Fixes

  • build: ensure cjs re-exports can be properly detected when imported from esm (fb6ff3e)
  • build: ensure type exports is first (957722c)
  • build: fix cjs re-exports check for compat build (ce064a1)
  • compat: fix custom transition classes in compat mode (#7435) (efe2efd), closes #6253
  • compiler-core: typeof should be allowed in browser expression validation (#7037) (3783866)
  • compiler-sfc: allow declaring variables after defineProps (#7461) (686c829)
  • compiler-sfc: always generate runtime prop type for Function (#7112) (584eae6), closes #7111
  • compiler-sfc: support resolving type declaration from normal script (#5831) (30399d4), closes #5830
  • compiler: add hgroup to supported HTML_TAGS (#6321) (7443174), closes #6313
  • custom-elements: use strict number casting (7d0c63f), closes #4946 #2598 #2604
  • customElement: customElement can emit event (#7296) (c6e5bda)
  • reactivity-transform: fix $$ escape edge cases (e06d3b6), closes #6312 #6944
  • reactivity-transform: prohibit const assignment at compile time (#6993) (3427052), closes #6992
  • reactivity: triggerRef working with toRef from reactive (#7507) (e64c9ae)
  • reactivity: ensure watch(Effect) can run independent of unmounted instance if created in a detatched effectScope (fix #7319) (#7330) (cd7c887)
  • reactivity: track hasOwnProperty (588bd44), closes #2619 #2621
  • runtime-core: ensure prop type validation warning shows custom class names (#7198) (620327d)
  • runtime-core: fix keep-alive cache prune logic on vnodes with same type but different keys (#7510) (1fde49c), closes #7355
  • runtime-core: set scope id before props (#6948) (da2ced1), closes #6923
  • runtime-dom: style update error when component use shorthand properties (#7425) (b7cfa6f)
  • shared: feDistanceLight changed to feDistantLight (#7540) (bef85e7)
  • shared: toNumber should only coerce strings (b55846f)
  • types/effectScope: re-expose active as readonly property (#6187) (59ffe5e), closes #6186
  • types: accept sync serverPrefetch() (#7000) (5f1883e)
  • types: add or update referrerpolicy (#7199) (1fa3d95)
  • types: allow assigning wider SetupContext type (#2818) (eb2a832), closes #2362
  • types: optional boolean props should have boolean type in return type of defineProps (#7619) (a0a010d), closes #7116 #5847 #7487
  • v-model: ensure v-model listener casing is consistent with manual v-on listener (#7067) (87c72ae), closes #7066

3.2.45 (2022-11-11)

Bug Fixes

... (truncated)

Commits
  • 45984d5 release: v3.2.47
  • 4b70366 fix(build): enforce __esModule interop for cjs builds
  • 29f8cf8 release: v3.2.46
  • b472965 workflow: check ci status during release
  • a0a010d fix(types): optional boolean props should have boolean type in return type of...
  • 30399d4 fix(compiler-sfc): support resolving type declaration from normal script (#5831)
  • 1fde49c fix(runtime-core): fix keep-alive cache prune logic on vnodes with same type ...
  • f19f803 chore: fix jest reference in merged test case
  • efe2efd fix(compat): fix custom transition classes in compat mode (#7435)
  • e64c9ae fix(reactivity): triggerRef working with toRef from reactive (#7507)
  • Additional commits viewable in compare view

Updates @types/materialize-css from 1.0.11 to 1.0.14

Commits

Updates @types/mousetrap from 1.6.8 to 1.6.15

Commits

Updates @vue/cli-plugin-babel from 4.5.13 to 4.5.19

Release notes

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

v4.5.19

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target. If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

🐛 Bug Fix

  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

v4.5.18

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

v4.5.17

🐛 Bug Fix

  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

v4.5.16

4.5.16 (2022-03-15)

🐛 Bug Fix

  • @vue/cli-service
    • Fix demo-lib.html and demo-wc.html for Vue 2
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

v4.5.15

Bug Fixes

  • fix: set .mjs file type to javascript/auto [15b1e1b]

This change allows an .mjs file to import named exports from .cjs and plain .js files. Fixes compatibility with pinia.

v4.5.14

Security Fixes

This version fixed a CORS vulnerability and an XSS vulnerability in Vue CLI UI. We recommend all users of vue ui to upgrade to this version as soon as possible.

Credits:

Ngo Wei Lin (@​Creastery) of STAR Labs (@​starlabs_sg)

Changelog

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

4.5.19 (2022-06-28)

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target. If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

🐛 Bug Fix

  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

4.5.18 (2022-06-16)

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

4.5.17 (2022-03-23)

🐛 Bug Fix

  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

4.5.16 (2022-03-15)

🐛 Bug Fix

  • @vue/cli-service
    • Fix demo-lib.html and demo-wc.html for Vue 2
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

4.5.15 (2021-10-28)

Bug Fixes

  • fix: set .mjs file type to javascript/auto [15b1e1b]

This change allows an .mjs file to import named exports from .cjs and plain .js files. Fixes compatibility with pinia.

4.5.14 (2021-10-14)

... (truncated)

Commits

Updates @vue/cli-plugin-eslint from 4.5.13 to 4.5.19

Release notes

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

v4.5.19

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target. If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

🐛 Bug Fix

  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

v4.5.18

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

v4.5.17

🐛 Bug Fix

  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

v4.5.16

4.5.16 (2022-03-15)

🐛 Bug Fix

  • @vue/cli-service
    • Fix demo-lib.html and demo-wc.html for Vue 2
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

v4.5.15

Bug Fixes

  • fix: set .mjs file type to javascript/auto [15b1e1b]

This change allows an .mjs file to import named exports from .cjs and plain .js files. Fixes compatibility with pinia.

v4.5.14

Security Fixes

This version fixed a CORS vulnerability and an XSS vulnerability in Vue CLI UI. We recommend all users of vue ui to upgrade to this version as soon as possible.

Credits:

Ngo Wei Lin (@​Creastery) of STAR Labs (@​starlabs_sg)

Changelog

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

4.5.19 (2022-06-28)

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target. If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

🐛 Bug Fix

  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

4.5.18 (2022-06-16)

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

4.5.17 (2022-03-23)

🐛 Bug Fix

  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

4.5.16 (2022-03-15)

🐛 Bug Fix

  • @vue/cli-service
    • Fix demo-lib.html and demo-wc.html for Vue 2
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

4.5.15 (2021-10-28)

Bug Fixes

  • fix: set .mjs file type to javascript/auto [15b1e1b]

This change allows an .mjs file to import named exports from .cjs and plain .js files. Fixes compatibility with pinia.

4.5.14 (2021-10-14)

... (truncated)

Commits

Updates @vue/cli-plugin-typescript from 4.5.13 to 4.5.19

Release notes

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

v4.5.19

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target. If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

🐛 Bug Fix

  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

v4.5.18

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

v4.5.17

🐛 Bug Fix

  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

v4.5.16

4.5.16 (2022-03-15)

🐛 Bug Fix

  • @vue/cli-service
    • Fix demo-lib.html and demo-wc.html for Vue 2
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

v4.5.15

Bug Fixes

  • fix: set .mjs file type to javascript/auto [15b1e1b]

This change allows an .mjs file to import named exports from .cjs and plain .js files. Fixes compatibility with pinia.

v4.5.14

Security Fixes

This version fixed a CORS vulnerability and an XSS vulnerability in Vue CLI UI. We recommend all users of vue ui to upgrade to this version as soon as possible.

Credits:

Ngo Wei Lin (@​Creastery) of STAR Labs (@​starlabs_sg)

Changelog

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

4.5.19 (2022-06-28)

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target. If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

🐛 Bug Fix

  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

4.5.18 (2022-06-16)

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

4.5.17 (2022-03-23)

🐛 Bug Fix

  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

4.5.16 (2022-03-15)

🐛 Bug Fix

  • @vue/cli-service
    • Fix demo-lib.html and demo-wc.html for Vue 2
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

4.5.15 (2021-10-28)

Bug Fixes

  • fix: set .mjs file type to javascript/auto [15b1e1b]

This change allows an .mjs file to import named exports from .cjs and plain .js files. Fixes compatibility with pinia.

4.5.14 (2021-10-14)

... (truncated)

Commits

Updates @vue/cli-plugin-unit-jest from 4.5.13 to 4.5.19

Release notes

Sourced from @​vue/cli-plugin-unit-jest's releases.

v4.5.19

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target. If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

🐛 Bug Fix

  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

v4.5.18

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

v4.5.17

🐛 Bug Fix

  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

v4.5.16

4.5.16 (2022-03-15)

🐛 Bug Fix

  • @vue/cli-service
    • Fix demo-lib.html and demo-wc.html for Vue 2
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

v4.5.15

Bug Fixes

  • fix: set .mjs file type to javascript/auto [15b1e1b]

This change allows an .mjs file to import named exports from .cjs and plain .js files. Fixes compatibility with pinia.

v4.5.14

Security Fixes

This version fixed a CORS vulnerability and an XSS vulnerability in Vue CLI UI. We recommend all users of vue ui to upgrade to this version as soon as possible.

Credits:

Ngo Wei Lin (@​Creastery) of STAR Labs (@​starlabs_sg)

Changelog

Sourced from @​vue/cli-plugin-unit-jest's changelog.

4.5.19 (2022-06-28)

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target. If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

🐛 Bug Fix

  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

4.5.18 (2022-06-16)

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

4.5.17 (2022-03-23)

🐛 Bug Fix

  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

4.5.16 (2022-03-15)

🐛 Bug Fix

  • @vue/cli-service
    • Fix demo-lib.html and demo-wc.html for Vue 2
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

4.5.15 (2021-10-28)

Bug Fixes

  • fix: set .mjs file type to javascript/auto [15b1e1b]

This change allows an .mjs file to import named exports from .cjs and plain .js files. Fixes compatibility with pinia.

4.5.14 (2021-10-14)

... (truncated)

Commits

Updates @vue/cli-service from 4.5.13 to 4.5.19

Release notes

Sourced from @​vue/cli-service's releases.

v4.5.19

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target. If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

🐛 Bug Fix

  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

v4.5.18

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

v4.5.17

🐛 Bug Fix

  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

v4.5.16

4.5.16 (2022-03-15)

🐛 Bug Fix

  • @vue/cli-service
    • Fix demo-lib.html and demo-wc.html for Vue 2
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

v4.5.15

Bug Fixes

  • fix: set .mjs file type to javascript/auto [15b1e1b]

This change allows an .mjs file to import named exports from .cjs and plain .js files. Fixes compatibility with pinia.

v4.5.14

Security Fixes

This version fixed a CORS vulnerability and an XSS vulnerability in Vue CLI UI. We recommend all users of vue ui to upgrade to this version as soon as possible.

Credits:

Ngo Wei Lin (@​Creastery) of STAR Labs (@​starlabs_sg)

Changelog

Sourced from @​vue/cli-service's changelog.

4.5.19 (2022-06-28)

IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist query no longer includes IE 11 as a target. If your project still has to support IE 11, you MUST manually add IE 11 to the last line of the .browserslistrc file in the project (or browserslist field in package.json)

🐛 Bug Fix

  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @vue/cli-plugin-typescript

4.5.18 (2022-06-16)

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

4.5.17 (2022-03-23)

🐛 Bug Fix

  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

4.5.16 (2022-03-15)

🐛 Bug Fix

  • @vue/cli-service
    • Fix demo-lib.html and demo-wc.html for Vue 2
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1

4.5.15 (2021-10-28)

Bug Fixes

  • fix: set .mjs file type to javascript/auto [15b1e1b]

This change allows an .mjs file to import named exports from .cjs and plain .js files. Fixes compatibility with pinia.

4.5.14 (2021-10-14)

... (truncated)

Commits

Updates @vue/compiler-sfc from 3.2.6 to 3.2.47

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.2.47 (2023-02-02)

Bug Fixes

  • build: enforce __esModule interop for cjs builds (4b70366)

3.2.46 (2023-02-02)

Bug Fixes

  • build: ensure cjs re-exports can be properly detected when imported from esm (fb6ff3e)
  • build: ensure type exports is first (957722c)
  • build: fix cjs re-exports check for compat build (ce064a1)
  • compat: fix custom transition classes in compat mode (#7435) (efe2efd), closes #6253
  • compiler-core: typeof should be allowed in browser expression validation (#7037) (3783866)
  • compiler-sfc: allow declaring variables after defineProps (#7461) (686c829)
  • compiler-sfc: always generate runtime prop type for Function (#7112) (584eae6), closes #7111
  • compiler-sfc: support resolving type declaration from normal script (#5831) (30399d4), closes #5830
  • compiler: add hgroup to supported HTML_TAGS (#6321) (7443174), closes #6313
  • custom-elements: use strict number casting (7d0c63f), closes #4946 #2598 #2604
  • customElement: customElement can emit event (#7296) (c6e5bda)
  • reactivity-transform: fix $$ escape edge cases (e06d3b6), closes #6312 #6944
  • reactivity-transform: prohibit const assignment at compile time (#6993) (3427052), closes #6992
  • reactivity: triggerRef working with toRef from reactive (#7507) (e64c9ae)
  • reactivity: ensure watch(Effect) can run independent of unmounted instance if created in a detatched effectScope (fix #7319) (#7330) (cd7c887)
  • reactivity: track hasOwnProperty (588bd44), closes #2619 #2621
  • runtime-core: ensure prop type validation warning shows custom class names (#7198) (620327d)
  • runtime-core: fix keep-alive cache prune logic on vnodes with same type but different keys (#7510) (1fde49c), closes #7355
  • runtime-core: set scope id before props (#6948) (da2ced1), closes #6923
  • runtime-dom: style update error when component use shorthand properties (#7425) (b7cfa6f)
  • shared: feDistanceLight changed to feDistantLight (#7540) (bef85e7)
  • shared: toNumber should only coerce strings (b55846f)
  • types/effectScope: re-expose active as readonly property (#6187) (59ffe5e), closes #6186
  • types: accept sync serverPrefetch() (#7000) (5f1883e)
  • types: add or update referrerpolicy (#7199) (1fa3d95)
  • types: allow assigning wider SetupContext type (#2818) (eb2a832), closes #2362
  • types: optional boolean props should have boolean type in return type of defineProps (#7619) (

@dependabot dependabot bot added dependencies PRs that update some dependencies, e.g. composer dependencies or git submodules Needs Review PRs that need a code review labels Oct 14, 2024
@dependabot dependabot bot requested a review from a team October 14, 2024 16:30
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-all-dependencies-31e1e6f8a7 branch from 73e59f7 to 88557c0 Compare October 20, 2024 04:50
Bumps the all-dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery) | `3.5.6` | `3.5.31` |
| [@types/jqueryui](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jqueryui) | `1.12.16` | `1.12.23` |
| [jquery-ui-dist](https://github.com/jquery/jquery-ui) | `1.13.2` | `1.13.3` |
| [sprintf-js](https://github.com/alexei/sprintf.js) | `1.1.2` | `1.1.3` |
| [vue](https://github.com/vuejs/core) | `3.2.6` | `3.2.47` |
| [@types/materialize-css](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/materialize-css) | `1.0.11` | `1.0.14` |
| [@types/mousetrap](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mousetrap) | `1.6.8` | `1.6.15` |
| [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel) | `4.5.13` | `4.5.19` |
| [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint) | `4.5.13` | `4.5.19` |
| [@vue/cli-plugin-typescript](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-typescript) | `4.5.13` | `4.5.19` |
| [@vue/cli-plugin-unit-jest](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-jest) | `4.5.13` | `4.5.19` |
| [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service) | `4.5.13` | `4.5.19` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.2.6` | `3.2.47` |
| [abortcontroller-polyfill](https://github.com/mo/abortcontroller-polyfill) | `1.7.3` | `1.7.5` |
| [babel-loader](https://github.com/babel/babel-loader) | `8.2.2` | `8.2.5` |
| [dompurify](https://github.com/cure53/DOMPurify) | `2.5.6` | `2.5.7` |
| [husky](https://github.com/typicode/husky) | `8.0.2` | `8.0.3` |
| [less](https://github.com/less/less.js) | `4.1.2` | `4.1.3` |


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

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

Updates `jquery-ui-dist` from 1.13.2 to 1.13.3
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](jquery/jquery-ui@1.13.2...1.13.3)

Updates `sprintf-js` from 1.1.2 to 1.1.3
- [Changelog](https://github.com/alexei/sprintf.js/blob/master/CHANGELOG.md)
- [Commits](alexei/sprintf.js@1.1.2...1.1.3)

Updates `vue` from 3.2.6 to 3.2.47
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/v3.2.47/CHANGELOG.md)
- [Commits](vuejs/core@v3.2.6...v3.2.47)

Updates `@types/materialize-css` from 1.0.11 to 1.0.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/materialize-css)

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

Updates `@vue/cli-plugin-babel` from 4.5.13 to 4.5.19
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.5.19/packages/@vue/cli-plugin-babel)

Updates `@vue/cli-plugin-eslint` from 4.5.13 to 4.5.19
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.5.19/packages/@vue/cli-plugin-eslint)

Updates `@vue/cli-plugin-typescript` from 4.5.13 to 4.5.19
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.5.19/packages/@vue/cli-plugin-typescript)

Updates `@vue/cli-plugin-unit-jest` from 4.5.13 to 4.5.19
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.5.19/packages/@vue/cli-plugin-unit-jest)

Updates `@vue/cli-service` from 4.5.13 to 4.5.19
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.5.19/packages/@vue/cli-service)

Updates `@vue/compiler-sfc` from 3.2.6 to 3.2.47
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/v3.2.47/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.2.47/packages/compiler-sfc)

Updates `abortcontroller-polyfill` from 1.7.3 to 1.7.5
- [Commits](mo/abortcontroller-polyfill@v1.7.3...v1.7.5)

Updates `babel-loader` from 8.2.2 to 8.2.5
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.2.2...v8.2.5)

Updates `dompurify` from 2.5.6 to 2.5.7
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@2.5.6...2.5.7)

Updates `husky` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.2...v8.0.3)

Updates `less` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/less/less.js/releases)
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
- [Commits](less/less.js@v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: "@types/jquery"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/jqueryui"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jquery-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: sprintf-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/materialize-css"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/mousetrap"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vue/cli-plugin-babel"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vue/cli-plugin-eslint"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vue/cli-plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vue/cli-plugin-unit-jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vue/cli-service"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: abortcontroller-polyfill
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: dompurify
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: less
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@sgiehl sgiehl force-pushed the dependabot-npm_and_yarn-all-dependencies-31e1e6f8a7 branch from 88557c0 to 2a522ab Compare October 21, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies PRs that update some dependencies, e.g. composer dependencies or git submodules Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant