Bump the npm_and_yarn group across 1 directory with 38 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(2 days ago)
(2 days ago)
dependencies javascript
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
- watch APIs default to trigger pre-flush (49bb447), closes vuejs/vue-next#1706
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 offlush: 'post'
. This change affectswatch
,watchEffect
, thewatch
component option, andthis.$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
3.0.0-rc.11 (2020-09-15)
... (truncated)
Commits
- See full diff in compare view
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
- Node 20 support by
@nschonni
in sass/node-sass#3355Breaking changes
- Drop support for Node 14 (
@nschonni
)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
- Fix binaries being partially downloaded by
@xzyfer
in sass/node-sass#3313- Bump node-gyp and nan for node 19 support by
@xzyfer
in sass/node-sass#3314- feat: Node 18 and 19 support and drop Node 17 by
@nschonni
in sass/node-sass#3257Breaking changes
- Drop support for Node 12 (
@nschonni
)- Drop support for Node 17 (
@nschonni
)- Set
rejectUnauthorized
totrue
by default (@scott-ut
, #3149)Features
- Add support for Node 18 (
@nschonni
)- Add support for Node 19 (
@nschonni
)- Replace
request
withmake-fetch-happen
(@CamilleDrapier
@xzyfer
, #3193, #3313)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
- Bump various GitHub Actions dependencies (
@nschonni
)
... (truncated)
Commits
87f3899
feat: Node 20 support (#3355)06ae4c7
build(deps): bump coverallsapp/github-action from 2.0.0 to 2.1.0 (#3350)e069f73
build(deps): bump coverallsapp/github-action from 1.2.0 to 2.0.0c34837d
build(deps): bump coverallsapp/github-action from 1.1.3 to 1.2.0ee13eb9
8.0.098e75b3
feat: Node 18 and 19 support and drop Node 17 (#3257)e9bb866
Bump node-gyp and nan for node 19 support (#3314)ab7840b
Fix binaries being partially downloaded (#3313)d595abf
7.0.33b556c1
7.0.2- Additional commits viewable in compare view
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
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
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
67260c1
chore(release): 10.5.24e2569d
fix: compatibility with node-sass@9 (#1176)572cb62
chore(release): 10.5.19914870
fix: missing sass embedded check when get default implementation (#1170)a2565f8
chore(release): 10.5.06e59be2
feat: supportnode-sass@9
(#1168)47e9814
feat: support sass-embedded implementation (#1152)ecb7f2f
chore(release): 10.4.188735bc
fix: supportnode-sass
v8 (#1103)076283b
chore(release): 10.4.0- Additional commits viewable in compare view
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
2.7.16-beta.2 (2023-12-14)
Bug Fixes
- account for nested render calls (db9c566), closes #13131
- types: export more types for v3 alignment (jsx / component options) (895669f), closes #13078 #13128
2.7.16-beta.1 (2023-12-08)
Bug Fixes
- compiler-sfc: check template
ref
usage, (#12985) (83d9535), closes #12984- compiler-sfc: fix rewriteDefault edge cases (25f97a5), closes #13060 #12892 #12906
- keep-alive: fix keep-alive memory leak (2632249), closes #12827
- keep-alive: fix memory leak without breaking transition tests (e0747f4)
- props: should not unwrap props that are raw refs (08382f0), closes #12930
- shallowReactive: should track value if already reactive when set in shallowReactive (0ad8e8d)
- style: always set new styles (f5ef882), closes #12901 #12946
- types: fix shallowRef's return type (#12979) (a174c29), closes #12978
- types: fix type augmentation and compiler-sfc types w/moduleResolution: bundler (#13107) (de0b97b), closes #13106
- types: provide types for built-in components (3650c12), closes #13002
- types: type VNodeChildren should allow type number (#13067) (24fcf69), closes #12973
- utils: unwrap refs when stringifying values in template (ae3e4b1), closes #12884 #12888
- watch: new property addition should trigger deep watcher with getter (6d857f5), closes #12967 #12972
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.1656ce7f8
fix(lifecycle): esnure component effect scopes are disconnected305e4ae
release: v2.7.16-beta.23e1037e
chore: bump vitest to 1.0.4db9c566
fix: account for nested render calls895669f
fix(types): export more types for v3 alignment (jsx / component options)73bdf14
release: v2.7.16-beta.1e0747f4
fix(keep-alive): fix memory leak without breaking transition tests2632249
fix(keep-alive): fix keep-alive memory leak3650c12
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
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator
(@liuxingbaoyu
)babel-core
- #17474 Switch to
@jridgewell/remapping
(@mrginglymus
)Committers: 5
- Babel Bot (
@babel-bot
)- Bill Collins (
@mrginglymus
)- Glenn Willen (
@gwillen
)- Huáng Jùnliàng (
@JLHwung
)@liuxingbaoyu
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
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jam Balaya (
@JamBalaya56562
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- easrng (
@easrng
)
... (truncated)
Changelog
Sourced from @babel/traverse
's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator
(@liuxingbaoyu
)babel-core
- #17474 Switch to
@jridgewell/remapping
(@mrginglymus
)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
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):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
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
... (truncated)
Commits
35055e3
v7.28.4b41f8cd
Update Jest to v30.1.1 (#17493)22493b6
Improve@babel/traverse
typings (#17485)18d88b8
Improve@babel/core
typings (#17471)ef155f5
v7.28.3741cbd2
chore: fix various typos across codebase (#17476)5051613
Type-check.d.ts
file withstrict: true
(#17461)ccc5fae
v7.28.04b4e7e2
Create babel-helper-globals (#17297)cf5ae03
LVal coverage updates (Part 2) (#17391)- Additional commits viewable in compare view
Updates ansi-regex
from 3.0.0 to 3.0.1
Commits
f545bdb
3.0.1c57d4c2
fix a few old XO issues for backport419250f
Fix potential ReDoS (#37)- See full diff in compare view
Updates ansi-regex
from 4.1.0 to 4.1.1
Commits
f545bdb
3.0.1c57d4c2
fix a few old XO issues for backport419250f
Fix potential ReDoS (#37)- See full diff in compare view
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
@vue/cli-service
- 0260e4d fix: add devServer.server.type to useHttps judgement (vuejs/vue-cli#7222)
@vue/cli-ui
- 07052c4 fix: Vue CLI UI graphql subscription server error, fixes vuejs/vue-cli#7221
v5.0.7
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)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 asvue/compiler-sfc
.v5.0.5
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)@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
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
v5.0.4
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@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
- Bob van de Vijver (
@bobvandevijver
)- chlorine (
@lvqq
)5.0.7 (2022-07-05)
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)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 asvue/compiler-sfc
.5.0.5 (2022-06-16)
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)Committers: 3
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
... (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
@vue/cli-service
- 0260e4d fix: add devServer.server.type to useHttps judgement (vuejs/vue-cli#7222)
@vue/cli-ui
- 07052c4 fix: Vue CLI UI graphql subscription server error, fixes vuejs/vue-cli#7221
v5.0.7
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)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 asvue/compiler-sfc
.v5.0.5
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)@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
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
v5.0.4
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@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
- Bob van de Vijver (
@bobvandevijver
)- chlorine (
@lvqq
)5.0.7 (2022-07-05)
Pull Request Statistics
1
2
+16665
-12585
Package Dependencies
Technical Details
ID: | 7462229 |
UUID: | 2816840581 |
Node ID: | PR_kwDOHXmEVM6n5ZOF |
Host: | GitHub |
Repository: | dpschen/vue-numeric-input |
Merge State: | Unknown |