An open index of dependabot pull requests across open source projects.

Bump the npm_and_yarn group across 1 directory with 38 updates

Open
Number: #1
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 0
Created: September 10, 2025 at 09:01 PM UTC
(2 days ago)
Updated: September 10, 2025 at 09:01 PM UTC
(2 days ago)
Labels:
dependencies javascript
Description:

Bumps the npm_and_yarn group with 15 updates in the / directory:

Package From To
vue 2.6.14 3.0.0
node-sass 6.0.1 9.0.0
sass-loader 10.2.0 10.5.2
vue-template-compiler 2.6.14 2.7.16
@babel/traverse 7.15.4 7.28.4
ansi-regex 3.0.0 3.0.1
ansi-regex 4.1.0 4.1.1
loader-utils 1.4.0 1.4.2
loader-utils 2.0.0 2.0.4
@vue/cli-plugin-babel 4.5.13 5.0.9
@vue/cli-plugin-eslint 4.5.13 5.0.9
@vue/cli-plugin-unit-jest 4.5.13 5.0.9
@vue/cli-service 4.5.13 5.0.9
minimist 1.2.5 1.2.8
tmp 0.0.33 removed
eslint 6.8.0 9.35.0
eslint-plugin-vue 6.2.2 10.4.0

Updates vue from 2.6.14 to 3.0.0

Changelog

Sourced from vue's changelog.

3.0.0 (2020-09-18)

3.0.0-rc.13 (2020-09-18)

Bug Fixes

  • hmr: make hmr working with class components (#2144) (422f05e)
  • reactivity: avoid length mutating array methods causing infinite updates (#2138) (f316a33), closes #2137
  • suspense: should discard unmount effects of invalidated pending branch (5bfcad1)
  • types: component instance inference without props (#2145) (57bdaa2)

Code Refactoring

Features

  • runtime-core: support using inject() inside props default functions (58c31e3)
  • watch: support dot-delimited path in watch option (1c9a0b3)

BREAKING CHANGES

  • watch APIs now default to use flush: 'pre' instead of flush: 'post'. This change affects watch, watchEffect, the watch component option, and this.$watch. See (49bb447) for more details.

3.0.0-rc.12 (2020-09-16)

Bug Fixes

  • reactivity: effect should only recursively self trigger with explicit options (3810de7), closes #2125
  • runtime-core: ensure root stable fragments inherit elements for moving (bebd44f), closes #2134
  • runtime-core: should still do full traverse of stable fragment children in dev + hmr (dd40ad8)
  • runtime-core/async-component: fix error component when there are no error handlers (c7b4a37), closes #2129
  • types/tsx: optional props from Mixin/Extends are treated as required (#2048) (89e9ab8)

Features

  • compiler-sfc: additionalData support for css preprocessors (#2126) (066d514)

3.0.0-rc.11 (2020-09-15)

... (truncated)

Commits

Updates node-sass from 6.0.1 to 9.0.0

Release notes

Sourced from node-sass's releases.

v9.0.0

What's Changed

Breaking changes

Supported Environments

OS Architecture Node
Windows x86 & x64 16, 18, 19, 20
OSX x64 16, 18, 19, 20
Linux* x64 16, 18, 19, 20
Alpine Linux x64 16, 18, 19, 20

*Linux support refers to major distributions like Ubuntu, and Debian

v8.0.0

What's Changed

Breaking changes

Features

Dependencies

  • Bump true-case-path@2.2.1
  • Bump node-gyp @​9.0.0
  • Bump nan@^2.17.0
  • Bump sass-graph@^4.0.1

Misc

... (truncated)

Commits

Updates sass-loader from 10.2.0 to 10.5.2

Release notes

Sourced from sass-loader's releases.

v10.5.2

10.5.2 (2024-01-04)

Bug Fixes

v10.5.1

10.5.1 (2023-12-19)

Bug Fixes

  • missing sass embedded check when get default implementation (#1170) (9914870)

v10.5.0

10.5.0 (2023-12-06)

Features

v10.4.1

10.4.1 (2022-11-15)

Bug Fixes

v10.4.0

10.4.0 (2022-11-15)

Features

v10.3.1

10.3.1 (2022-07-06)

Bug Fixes

v10.3.0

... (truncated)

Changelog

Sourced from sass-loader's changelog.

10.5.2 (2024-01-04)

Bug Fixes

10.5.1 (2023-12-19)

Bug Fixes

  • missing sass embedded check when get default implementation (#1170) (9914870)

10.5.0 (2023-12-06)

Features

10.4.1 (2022-11-15)

Bug Fixes

10.4.0 (2022-11-15)

Features

10.3.1 (2022-07-06)

Bug Fixes

10.3.0 (2022-06-27)

Features

... (truncated)

Commits

Updates vue-template-compiler from 2.6.14 to 2.7.16

Release notes

Sourced from vue-template-compiler's releases.

v2.7.16 "Swan Song"

This is the final release for Vue 2.

Vue 2 will reach End of Life on December 31st, 2023. For more details, please read this blog post.

Please refer to CHANGELOG.md for details.

v2.7.16-beta.2

Please refer to CHANGELOG.md for details.

v2.7.16-beta.1

Please refer to CHANGELOG.md for details.

v2.7.15

Please refer to CHANGELOG.md for details.

v2.7.14

Please refer to CHANGELOG.md for details.

v2.7.13

Please refer to CHANGELOG.md for details.

v2.7.12

Please refer to CHANGELOG.md for details.

v2.7.11

Please refer to CHANGELOG.md for details.

v2.7.10

Please refer to CHANGELOG.md for details.

v2.7.9

Please refer to CHANGELOG.md for details.

v2.7.8

Please refer to CHANGELOG.md for details.

v2.7.7

Please refer to CHANGELOG.md for details.

v2.7.6

Please refer to CHANGELOG.md for details.

v2.7.5

Please refer to CHANGELOG.md for details.

v2.7.4

Please refer to CHANGELOG.md for details.

v2.7.3

... (truncated)

Changelog

Sourced from vue-template-compiler's changelog.

2.7.16 Swan Song (2023-12-24)

Bug Fixes

  • lifecycle: ensure component effect scopes are disconnected (56ce7f8), closes #13134

2.7.16-beta.2 (2023-12-14)

Bug Fixes

2.7.16-beta.1 (2023-12-08)

Bug Fixes

2.7.15 (2023-10-23)

Bug Fixes

  • compiler-sfc: add semicolon after defineProps statement (#12879) (51fef2c)
  • compiler-sfc: fix macro usage in multi-variable declaration (#12873) (d27c128)
  • compiler-sfc: Optimize the value of emitIdentifier (#12851) (bb59751)
  • compiler-sfc: Resolve object expression parsing errors in v-on (#12862) (b8c8b3f)
  • lifecycle: scope might changed when call hook (#13070) (74ca5a1)

... (truncated)

Commits
  • 13f4e7d release: v2.7.16
  • 56ce7f8 fix(lifecycle): esnure component effect scopes are disconnected
  • 305e4ae release: v2.7.16-beta.2
  • 3e1037e chore: bump vitest to 1.0.4
  • db9c566 fix: account for nested render calls
  • 895669f fix(types): export more types for v3 alignment (jsx / component options)
  • 73bdf14 release: v2.7.16-beta.1
  • e0747f4 fix(keep-alive): fix memory leak without breaking transition tests
  • 2632249 fix(keep-alive): fix keep-alive memory leak
  • 3650c12 fix(types): provide types for built-in components
  • Additional commits viewable in compare view

Updates @babel/traverse from 7.15.4 to 7.28.4

Release notes

Sourced from @​babel/traverse's releases.

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

:house: Internal

Committers: 5

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

Committers: 5

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.28.4 (2025-09-05)

:house: Internal

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

v7.28.2 (2025-07-24)

:bug: Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

v7.28.1 (2025-07-12)

:bug: Bug Fix

  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator

:memo: Documentation

... (truncated)

Commits

Updates ansi-regex from 3.0.0 to 3.0.1

Commits

Updates ansi-regex from 4.1.0 to 4.1.1

Commits

Updates loader-utils from 1.4.0 to 1.4.2

Release notes

Sourced from loader-utils's releases.

v1.4.2

1.4.2 (2022-11-11)

Bug Fixes

v1.4.1

1.4.1 (2022-11-07)

Bug Fixes

Changelog

Sourced from loader-utils's changelog.

1.4.2 (2022-11-11)

Bug Fixes

1.4.1 (2022-11-07)

Bug Fixes

Commits

Updates loader-utils from 2.0.0 to 2.0.4

Release notes

Sourced from loader-utils's releases.

v1.4.2

1.4.2 (2022-11-11)

Bug Fixes

v1.4.1

1.4.1 (2022-11-07)

Bug Fixes

Changelog

Sourced from loader-utils's changelog.

1.4.2 (2022-11-11)

Bug Fixes

1.4.1 (2022-11-07)

Bug Fixes

Commits

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

Release notes

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

v5.0.9

:bug: Bug Fix

  • @vue/cli-service
    • #7443 fix: add missing default __VUE_PROD_HYDRATION_MISMATCH_DETAILS__, fixes compatibility with vue 3.5.19 (@​bobvandevijver)

v5.0.8

:bug: Bug Fix

v5.0.7

  • @vue/cli-service
  • @vue/cli-ui
    • #7210 chore: upgrade to apollo-server-express 3.x

Committers: 2

v5.0.6

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.

v5.0.5

:bug: Bug Fix

  • @vue/cli
    • #7167 fix(upgrade): prevent changing the structure of package.json file during upgrade (@​blzsaa)
  • @vue/cli-service
  • @vue/cli-plugin-e2e-cypress
    • [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)

Committers: 3

v5.0.4

:bug: Bug Fix

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

... (truncated)

Changelog

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

5.0.9 (2025-08-21)

:bug: Bug Fix

Committers: 2

5.0.7 (2022-07-05)

  • @vue/cli-service
  • @vue/cli-ui
    • #7210 chore: upgrade to apollo-server-express 3.x

Committers: 2

5.0.6 (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.

5.0.5 (2022-06-16)

:bug: Bug Fix

  • @vue/cli
    • #7167 feat(upgrade): prevent changing the structure of package.json file during upgrade (@​blzsaa)
  • @vue/cli-service

Committers: 3

... (truncated)

Commits

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

Release notes

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

v5.0.9

:bug: Bug Fix

  • @vue/cli-service
    • #7443 fix: add missing default __VUE_PROD_HYDRATION_MISMATCH_DETAILS__, fixes compatibility with vue 3.5.19 (@​bobvandevijver)

v5.0.8

:bug: Bug Fix

v5.0.7

  • @vue/cli-service
  • @vue/cli-ui
    • #7210 chore: upgrade to apollo-server-express 3.x

Committers: 2

v5.0.6

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.

v5.0.5

:bug: Bug Fix

  • @vue/cli
    • #7167 fix(upgrade): prevent changing the structure of package.json file during upgrade (@​blzsaa)
  • @vue/cli-service
  • @vue/cli-plugin-e2e-cypress
    • [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)

Committers: 3

v5.0.4

:bug: Bug Fix

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

... (truncated)

Changelog

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

5.0.9 (2025-08-21)

:bug: Bug Fix

Committers: 2

5.0.7 (2022-07-05)

  • @vue/cli-service
    • #7202, [558dea2] fix: support devServer.server option, avoid deprecation wa...

      Description has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+16665
Deletions:
-12585
Package Dependencies
Package:
eslint
Ecosystem:
npm
Version Change:
6.8.0 → 9.35.0
Update Type:
Major
Ecosystem:
npm
Version Change:
7.15.4 → 7.28.4
Update Type:
Minor
Package:
vue
Ecosystem:
npm
Version Change:
2.6.14 → 3.0.0
Update Type:
Major
Package:
sass-loader
Ecosystem:
npm
Version Change:
10.2.0 → 10.5.2
Update Type:
Minor
Package:
minimist
Ecosystem:
npm
Version Change:
1.2.5 → 1.2.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.4.0 → 1.4.2
Update Type:
Patch
Package:
ansi-regex
Ecosystem:
npm
Version Change:
3.0.0 → 3.0.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.2.2 → 10.4.0
Update Type:
Major
Ecosystem:
npm
Version Change:
2.6.14 → 2.7.16
Update Type:
Minor
Package:
node-sass
Ecosystem:
npm
Version Change:
6.0.1 → 9.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
4.5.13 → 5.0.9
Update Type:
Major
Ecosystem:
npm
Version Change:
4.5.13 → 5.0.9
Update Type:
Major
Ecosystem:
npm
Version Change:
4.5.13 → 5.0.9
Update Type:
Major
Ecosystem:
npm
Version Change:
4.5.13 → 5.0.9
Update Type:
Major
Package:
tmp
Ecosystem:
npm
Version Change:
0.0.33 → removed
Technical Details
ID: 7462229
UUID: 2816840581
Node ID: PR_kwDOHXmEVM6n5ZOF
Host: GitHub
Repository: dpschen/vue-numeric-input
Merge State: Unknown