Bump the npm_and_yarn group across 1 directory with 43 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 3
(3 months ago)
(3 months ago)
(3 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 29 updates in the / directory:
Package | From | To |
---|---|---|
vue | 2.6.11 |
3.0.0 |
vue-template-compiler | 2.6.11 |
2.7.16 |
@babel/traverse | 7.8.3 |
7.27.4 |
y18n | 3.2.1 |
3.2.2 |
@hapi/hoek | 8.5.0 |
8.5.1 |
node-fetch | 2.6.0 |
2.7.0 |
@reach/router | 1.2.1 |
1.3.4 |
ajv | 6.11.0 |
6.12.6 |
async | 2.6.3 |
2.6.4 |
axios | 0.19.0 |
removed |
react-inspector | 4.0.0 |
4.0.1 |
body-parser | 1.19.0 |
1.20.3 |
express | 4.17.1 |
4.21.2 |
brace-expansion | 1.1.11 |
1.1.12 |
browserify-sign | 4.0.4 |
4.2.3 |
browserslist | 4.8.5 |
4.25.0 |
@storybook/vue | 5.3.9 |
7.6.20 |
decode-uri-component | 0.2.0 |
0.2.2 |
dns-packet | 1.3.1 |
1.3.4 |
ejs | 2.7.4 |
removed |
@vue/cli-plugin-babel | 4.1.2 |
5.0.8 |
@vue/cli-plugin-eslint | 4.1.2 |
5.0.8 |
@vue/cli-service | 4.1.2 |
5.0.8 |
minimatch | 3.0.4 |
3.1.2 |
minimist | 0.0.8 |
1.2.8 |
mkdirp | 0.5.1 |
0.5.6 |
markdown-to-jsx | 6.10.3 |
removed |
@storybook/addon-actions | 5.3.9 |
9.0.8 |
store2 | 2.10.0 |
2.14.4 |
Updates vue
from 2.6.11 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 vue-template-compiler
from 2.6.11 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.8.3 to 7.27.4
Release notes
Sourced from @babel/traverse
's releases.
v7.27.4 (2025-05-30)
:eyeglasses: Spec Compliance
babel-parser
,babel-plugin-proposal-explicit-resource-management
:nail_care: Polish
:microscope: Output optimization
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #17287 Reduce
regenerator
size more (@liuxingbaoyu
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
- #17334 Use shorter method names for regenerator context (
@nicolo-ribaudo
)- #17268 Reduce
regenerator
helper size (@liuxingbaoyu
)babel-core
,babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
- #17238 Split
regeneratorRuntime
into multiple helpers (@nicolo-ribaudo
)Committers: 4
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17328 Correctly set
.displayName
onGeneratorFunction
(@nicolo-ribaudo
)babel-plugin-proposal-explicit-resource-management
babel-plugin-proposal-decorators
,babel-types
- #17321 fix(converter): Remove
abstract
modifiers in class declaration to expression conversion (@magic-akari
)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@magic-akari
)- #17307 fix(parser): Terminate modifier parsing at newline (
@magic-akari
)babel-generator
,babel-parser
Committers: 7
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Vik R (
@vikr01
)
... (truncated)
Changelog
Sourced from @babel/traverse
's changelog.
v7.27.4 (2025-05-30)
:eyeglasses: Spec Compliance
babel-parser
,babel-plugin-proposal-explicit-resource-management
:nail_care: Polish
:microscope: Output optimization
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #17287 Reduce
regenerator
size more (@liuxingbaoyu
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
- #17334 Use shorter method names for regenerator context (
@nicolo-ribaudo
)- #17268 Reduce
regenerator
helper size (@liuxingbaoyu
)babel-core
,babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
- #17238 Split
regeneratorRuntime
into multiple helpers (@nicolo-ribaudo
)v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17328 Correctly set
.displayName
onGeneratorFunction
(@nicolo-ribaudo
)babel-plugin-proposal-explicit-resource-management
babel-plugin-proposal-decorators
,babel-types
- #17321 fix(converter): Remove
abstract
modifiers in class declaration to expression conversion (@magic-akari
)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@magic-akari
)- #17307 fix(parser): Terminate modifier parsing at newline (
@magic-akari
)babel-generator
,babel-parser
v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.js
containsnode:
protocol require (@liuxingbaoyu
)- #17291 fix: Private class method not found when TS and estree (
@liuxingbaoyu
)babel-plugin-transform-object-rest-spread
babel-plugin-transform-modules-commonjs
,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@magic-akari
):running_woman: Performance
babel-cli
... (truncated)
Commits
7d06930
v7.27.405f28c8
[Babel 8] Changescope.{references,uids}
toSet
(#16624)da5e371
v7.27.32d0c76e
Improve integrations of using declaration with other transforms (#17330)eebd3a0
v7.27.162af1a6
fix: do expressions should allow early exit (#17137)8e23272
[Babel 8] perf: Improve traverse performance (#16965)9a40d85
[Babel 8]: Remove record and tuple syntax support (#17242)4d39e9d
Harden variable declarator validations (#17217)6cd1c60
Reduce generated names size for the 10th-11th (#17221)- Additional commits viewable in compare view
Updates y18n
from 3.2.1 to 3.2.2
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by oss-bot, a new releaser for y18n since your current version.
Updates @hapi/hoek
from 8.5.0 to 8.5.1
Commits
5bd73f6
8.5.14d0804b
Backport #352. Closes #353- See full diff in compare view
Updates node-fetch
from 2.6.0 to 2.7.0
Release notes
Sourced from node-fetch's releases.
v2.7.0
2.7.0 (2023-08-23)
Features
v2.6.13
2.6.13 (2023-08-18)
Bug Fixes
v2.6.12
2.6.12 (2023-06-29)
Bug Fixes
v2.6.11
2.6.11 (2023-05-09)
Reverts
v2.6.10
2.6.10 (2023-05-08)
Bug Fixes
v2.6.9
2.6.9 (2023-01-30)
Bug Fixes
v2.6.8
2.6.8 (2023-01-13)
... (truncated)
Commits
9b9d458
feat:AbortError
(#1744)65ae25a
fix: Remove the default connection close header (#1765)8bc3a7c
fix: socket variable testing for undefined (#1726)afb36f6
Revert "fix: handle bom in text and json (#1739)" (#1741)29909d7
fix: handle bom in text and json (#1739)70f592d
fix: "global is not defined" (#1704)0f1ebb0
Prevent error when response is null (#1699)6e9464d
ci(release): install dependenciesdd2a0ba
ci(release): install dependencies49bef02
ci(release): use latest Node LTS- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.
Updates @reach/router
from 1.2.1 to 1.3.4
Changelog
Sourced from @reach/router
's changelog.
v1.3.4
- d7e4cfc Support forwarding url params with wildcard paths
v1.3.3
1.3.2 was a failed publish
- 8b93694 Fix an encoding issue with browsers who do not encode urls
- d0962d7 Fix a bug on specific vendors that do not ship
location.pathname
- 244e2bf Improve compatibility for
createMemorySource
v1.3.1
- f40ea53 Fix an accidental breaking change not exposing all location properties
v1.3.0
- 56d4dca Added 4 new Hook APIs!
useLocation
useParams
useNavigate
useMatch
- 15298df Improved displayName for react context
- 11e9ed6 Fixed a bug that pushed to history when a user clicks the same path
- ccfc3c8 Added support for trailing wildcard names e.g.,
path="/files/*filePath"
- ad52cd3 Upgraded create-react-context to an MIT license compatible version
- 0a8af93 Fixed a bug with checking own property on locations
- 28a79e7 Fixed
search
not being prepended with a?
- 77fa233 Added displayName to Link
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by blainekasten, a new releaser for @reach/router
since your current version.
Updates ajv
from 6.11.0 to 6.12.6
Release notes
Sourced from ajv's releases.
v6.12.6
Fix performance issue of "url" format.
v6.12.5
Fix uri scheme validation (
@ChALkeR
). Fix boolean schemas with strictKeywords option (#1270)v6.12.4
Fix: coercion of one-item arrays to scalar that should fail validation (failing example).
v6.12.3
Pass schema object to processCode function Option for strictNumbers (
@issacgerges
, #1128) Fixed vulnerability related to untrusted schemas (CVE-2020-15366)v6.12.2
Removed post-install script
v6.12.1
Docs and dependency updates
v6.12.0
Improved hostname validation (
@sambauers
, #1143) Optionkeywords
to add custom keywords (@franciscomorais
, #1137) Types fixes (@boenrobot
,@MattiAstedrone
) Docs:
- error logging example (
@RadiationSickness
)- TypeScript usage notes (
@thetric
)
Commits
fe59143
6.12.6d580d3e
Merge pull request #1298 from ajv-validator/fix-urlfd36389
fix: regular expression for "url" format490e34c
docs: link to v7-beta branch9cd93a1
docs: note about v7 in readme877d286
Merge pull request #1262 from b4h0-c4t/refactor-opt-object-typef1c8e45
6.12.5764035e
Merge branch 'ChALkeR-chalker/fix-comma'3798160
Merge branch 'chalker/fix-comma' of git://github.com/ChALkeR/ajv into ChALkeR...a3c7eba
Merge branch 'refactor-opt-object-type' of github.com:b4h0-c4t/ajv into refac...- Additional commits viewable in compare view
Updates async
from 2.6.3 to 2.6.4
Commits
Maintainer changes
This version was pushed to npm by hargasinski, a new releaser for async since your current version.
Removes axios
Updates react-inspector
from 4.0.0 to 4.0.1
Commits
- See full diff in compare view
Updates follow-redirects
from 1.5.10 to 1.9.1
Commits
9df47ad
Release version 1.9.1 of the npm package.ca2d528
Update dependencies.137c8cf
Catch and re-emit request errors.42971cc
Skip inapplicable test.633ffa8
Test on Node 13.e5ca479
Only change methods with 301/302/303.a9d9205
Format authors similarly.2215c54
Release version 1.9.0 of the npm package.539ccd9
Support connect event.2958ba3
Also lint on Travis.- Additional commits viewable in compare view
Updates body-parser
from 1.19.0 to 1.20.3
Release notes
Sourced from body-parser's releases.
1.20.3
What's Changed
Important
- deps: qs@6.13.0
- add
depth
option to customize the depth level in the parser- IMPORTANT: The default
depth
level for parsing URL-encoded data is now32
(previously wasInfinity
). DocumentationOther changes
- chore: add support for OSSF scorecard reporting by
@inigomarquinez
in expressjs/body-parser#522- ci: fix errors in ci github action for node 8 and 9 by
@inigomarquinez
in expressjs/body-parser#523- fix: pin to node@22.4.1 by
@wesleytodd
in expressjs/body-parser#527- deps: qs@6.12.3 by
@melikhov-dev
in expressjs/body-parser#521- Add OSSF Scorecard badge by
@bjohansebas
in expressjs/body-parser#531- Linter by
@UlisesGascon
in expressjs/body-parser#534- Release: 1.20.3 by
@UlisesGascon
in expressjs/body-parser#535New Contributors
@inigomarquinez
made their first contribution in expressjs/body-parser#522@melikhov-dev
made their first contribution in expressjs/body-parser#521@bjohansebas
made their first contribution in expressjs/body-parser#531@UlisesGascon
made their first contribution in expressjs/body-parser#534Full Changelog: https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3
1.20.2
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- perf: skip value escaping when unnecessary
- deps: raw-body@2.5.2
1.20.1
- deps: qs@6.11.0
- perf: remove unnecessary object clone
1.20.0
- Fix error message for json parse whitespace in
strict
- Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: depd@2.0.0
- Replace internal
eval
usage withFunction
constructor- Use instance methods on
process
to check for listeners- deps: http-errors@2.0.0
- deps: depd@2.0.0
- deps: statuses@2.0.1
- deps: on-finished@2.4.1
- deps: qs@6.10.3
... (truncated)
Changelog
Sourced from body-parser's changelog.
1.20.3 / 2024-09-10
- deps: qs@6.13.0
- add
depth
option to customize the depth level in the parser- IMPORTANT: The default
depth
level for parsing URL-encoded data is now32
(previously wasInfinity
)1.20.2 / 2023-02-21
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- perf: skip value escaping when unnecessary
- deps: raw-body@2.5.2
1.20.1 / 2022-10-06
- deps: qs@6.11.0
- perf: remove unnecessary object clone
1.20.0 / 2022-04-02
- Fix error message for json parse whitespace in
strict
- Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: depd@2.0.0
- Replace internal
eval
usage withFunction
constructor- Use instance methods on
process
to check for listeners- deps: http-errors@2.0.0
- deps: depd@2.0.0
- deps: statuses@2.0.1
- deps: on-finished@2.4.1
- deps: qs@6.10.3
- deps: raw-body@2.5.1
- deps: http-errors@2.0.0
1.19.2 / 2022-02-15
- deps: bytes@3.1.2
- deps: qs@6.9.7
- Fix handling of
__proto__
keys- deps: raw-body@2.4.3
- deps: bytes@3.1.2
1.19.1 / 2021-12-10
... (truncated)
Commits
1752951
1.20.339744cf
chore: linter (#534)b2695c4
Merge commit from forkade0f3f
add scorecard to readme (#531)99a1bd6
deps: qs@6.12.3 (#521)9478591
fix: pin to node@22.4.183db46a
ci: fix errors in ci github action for node 8 and 9 (#523)9d4e212
chore: add support for OSSF scorecard reporting (#522)ee91374
1.20.2368a93a
Fix strict json error message on Node.js 19+- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.
Updates express
from 4.17.1 to 4.21.2
Release notes
Sourced from express's releases.
4.21.2
What's Changed
- Add funding field (v4) by
@bjohansebas
in expressjs/express#6065- deps: path-to-regexp@0.1.11 by
@blakeembrey
in expressjs/express#5956- deps: bump path-to-regexp@0.1.12 by
@jonchurch
in expressjs/express#6209- Release: 4.21.2 by
@UlisesGascon
in expressjs/express#6094Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2
4.21.1
What's Changed
- Backport a fix for CVE-2024-47764 to the 4.x branch by
@joshbuker
in expressjs/express#6029- Release: 4.21.1 by
@UlisesGascon
in expressjs/express#6031Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1
4.21.0
What's Changed
- Deprecate
"back"
magic string in redirects by@blakeembrey
in expressjs/express#5935- finalhandler@1.3.1 by
@wesleytodd
in expressjs/express#5954- fix(deps): serve-static@1.16.2 by
@wesleytodd
in expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@agadzinski93
in expressjs/express#5946New Contributors
@agadzinski93
made their first contribution in expressjs/express#5946Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0
4.20.0
What's Changed
Important
- IMPORTANT: The default
depth
level for parsing URL-encoded data is now32
(previously wasInfinity
)- Remove link...
Description has been truncated
Summary by Sourcery
Bump project dependencies across npm and Yarn to their latest versions, including major framework upgrades and removal of deprecated modules.
Enhancements:
- Upgrade Vue framework from v2.x to v3.0.0
- Update Storybook renderer and addons to v7.6.20
- Bump Vue CLI plugins and service to v5.0.8
Build:
- Update package.json and lock file with new dependency versions
Chores:
- Remove deprecated packages axios, ejs, and markdown-to-jsx
- Bulk upgrade 40+ other runtime and development libraries to their latest minor and patch releases
Pull Request Statistics
1
2
+13104
-12823
Package Dependencies
Security Advisories
cookie accepts cookie name, path, and domain with out of bounds characters
Prototype Pollution in Ajv
Technical Details
ID: | 1555671 |
UUID: | 2591536187 |
Node ID: | PR_kwDOO7Ud1M6ad7Q7 |
Host: | GitHub |
Repository: | tylerbishopdev/storybook-vue-OV |
Merge State: | Dirty |