Bump the npm_and_yarn group across 1 directory with 53 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(6 months ago)
(6 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 24 updates in the /frontend directory:
| Package | From | To |
|---|---|---|
| axios | 0.18.0 |
0.30.0 |
| vue | 2.5.13 |
3.0.0 |
| vue-template-compiler | 2.5.13 |
2.7.16 |
| @babel/traverse | 7.0.0-beta.40 |
7.27.4 |
| @babel/core | 7.0.0-beta.40 |
7.27.4 |
| @babel/plugin-syntax-jsx | 7.0.0-beta.40 |
7.27.1 |
| @babel/plugin-transform-runtime | 7.0.0-beta.40 |
7.27.4 |
| @babel/preset-env | 7.0.0-beta.40 |
7.27.2 |
| @babel/preset-stage-2 | 7.0.0-beta.40 |
7.8.3 |
| minimist | 1.2.0 |
1.2.8 |
| mkdirp | 0.5.1 |
0.5.6 |
| ajv | 6.2.0 |
6.12.6 |
| ajv | 6.12.2 |
6.12.6 |
| fsevents | 1.1.3 |
1.2.13 |
| @vue/cli-service | 3.0.0-beta.2 |
3.12.1 |
| atob | 2.0.3 |
2.1.2 |
| braces | 1.8.5 |
3.0.3 |
| @vue/cli-plugin-typescript | 3.0.0-beta.2 |
5.0.8 |
| @vue/cli-service | 3.12.1 |
5.0.8 |
| decode-uri-component | 0.2.0 |
0.2.2 |
| json-schema | 0.2.3 |
0.4.0 |
| jsprim | 1.4.1 |
1.4.2 |
| mixin-deep | 1.3.1 |
1.3.2 |
| set-getter | 0.1.0 |
0.1.1 |
| set-value | 2.0.0 |
2.0.1 |
| union-value | 1.0.0 |
1.0.1 |
Updates axios from 0.18.0 to 0.30.0
Release notes
Sourced from axios's releases.
Release v0.30.0
Release notes:
Bug Fixes
- fix: modify log while request is aborted by
@mori5321in axios/axios#4917- fix: update CHANGELOG.md for v0.x by
@TehZarathustrain axios/axios#6271- fix: modify upgrade guide for 0.28.1's breaking change by
@nafegerin axios/axios#6787- fix: backport allowAbsoluteUrls vulnerability fix to v0.x by
@thatguyinabeaniein axios/axios#6829- fix: add allowAbsoluteUrls type by
@thatguyinabeaniein axios/axios#6849Contributors to this release
@mori5321made their first contribution in axios/axios#4917@TehZarathustramade their first contribution in axios/axios#6271@nafegermade their first contribution in axios/axios#6787@thatguyinabeaniemade their first contribution in axios/axios#6829Full Changelog: https://github.com/axios/axios/compare/v0.29.0...v0.30.0
v0.29.0
Release notes:
Bug Fixes
- fix(backport): backport security fixes in commits #6167 and #6163 to v0.x by
@Sean-Powellin axios/axios#6402- fix: omit nulls in params by
@Willshawin axios/axios#6394- fix(backport): fix paramsSerializer function validation by
@solonzhuin axios/axios#6361- fix: Regular Expression Denial of Service (ReDoS) by
@qiongshushengin axios/axios#6708Contributors to this release
@Sean-Powellmade their first contribution in axios/axios#6402@Willshawmade their first contribution in axios/axios#6394@solonzhumade their first contribution in axios/axios#6361@qiongshushengmade their first contribution in axios/axios#6708Release v0.28.1
Release notes:
Release notes:
Bug Fixes
- fix(backport): custom params serializer support (#6263)
- fix(backport): uncaught ReferenceError
reqis not defined (#6307)Release v0.28.0
Release notes:
Bug Fixes
- fix(security): fixed CVE-2023-45857 by backporting
withXSRFTokenoption to v0.x (#6091)Backports from v1.x:
... (truncated)
Changelog
Sourced from axios's changelog.
0.30.0 (2025-03-26)
Release notes:
Bug Fixes
- fix: modify log while request is aborted (#4917)
- fix: update CHANGELOG.md for v0.x (#6271)
- fix: modify upgrade guide for 0.28.1's breaking change (#6787)
- fix: backport allowAbsoluteUrls vulnerability fix to v0.x (#6829)
- fix: add allowAbsoluteUrls type (#6849)
0.29.0 (2024-11-21)
Release notes:
Bug Fixes
- fix(backport): backport security fixes in commits #6167 and #6163 (#6402)
- fix: omit nulls in params (#6394)
- fix(backport): fix paramsSerializer function validation (#6361)
- fix: regular expression denial of service (ReDoS) (#6708)
0.28.1 (2024-03-24)
Release notes:
Bug Fixes
- fix(backport): custom params serializer support (#6263)
- fix(backport): uncaught ReferenceError
reqis not defined (#6307)0.28.0 (2024-02-12)
Release notes:
Bug Fixes
- fix(security): fixed CVE-2023-45857 by backporting
withXSRFTokenoption to v0.x (#6091)Backports from v1.x:
- Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
- Fixing content-type header repeated (#4745)
- Fixed timeout error message for HTTP (#4738)
- Added
axios.formToJSONmethod (#4735)- URL params serializer (#4734)
- Fixed toFormData Blob issue on node>v17 (#4728)
- Adding types for progress event callbacks (#4675)
- Fixed max body length defaults (#4731)
... (truncated)
Commits
6e922e4chore: added build artifactsa06ed1echore: added pre-release artifactsc010622feat: add type for allowAbsoluteUrls (#6849)02c3c69fix: backport allowAbsoluteUrls vuln fix to v0.x (#6829)8603e67docs: modify upgrade guide for 0.28.1's breaking change (#6787)f0642eefix(docs): update CHANGELOG.md for v0.x (#6271)0630c32fix: modify log while request is aborted (#4917)7750b8cchore(release): prep release v0.29.04840cb2fix: regular expression denial of service issues (#6708)2e36cdbfix(backport): fix paramsSerializer function validation (#6361)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.
Updates vue from 2.5.13 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, thewatchcomponent 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.5.13 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
refusage, (#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
definePropsstatement (#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
13f4e7drelease: v2.7.1656ce7f8fix(lifecycle): esnure component effect scopes are disconnected305e4aerelease: v2.7.16-beta.23e1037echore: bump vitest to 1.0.4db9c566fix: account for nested render calls895669ffix(types): export more types for v3 alignment (jsx / component options)73bdf14release: v2.7.16-beta.1e0747f4fix(keep-alive): fix memory leak without breaking transition tests2632249fix(keep-alive): fix keep-alive memory leak3650c12fix(types): provide types for built-in components- Additional commits viewable in compare view
Updates @babel/traverse from 7.0.0-beta.40 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
regeneratorsize 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
regeneratorhelper 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
regeneratorRuntimeinto multiple helpers (@nicolo-ribaudo)Committers: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generatorbabel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@nicolo-ribaudo)babel-plugin-proposal-explicit-resource-managementbabel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers 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-umdbabel-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-parserCommitters: 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
regeneratorsize 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
regeneratorhelper 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
regeneratorRuntimeinto multiple helpers (@nicolo-ribaudo)v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generatorbabel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@nicolo-ribaudo)babel-plugin-proposal-explicit-resource-managementbabel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers 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-umdbabel-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-parserv7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@liuxingbaoyu)babel-plugin-transform-object-rest-spreadbabel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@magic-akari):running_woman: Performance
babel-cli
... (truncated)
Commits
7d06930v7.27.405f28c8[Babel 8] Changescope.{references,uids}toSet(#16624)da5e371v7.27.32d0c76eImprove integrations of using declaration with other transforms (#17330)eebd3a0v7.27.162af1a6fix: 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)4d39e9dHarden variable declarator validations (#17217)6cd1c60Reduce generated names size for the 10th-11th (#17221)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by nicolo-ribaudo, a new releaser for @babel/traverse since your current version.
Updates @babel/core from 7.0.0-beta.40 to 7.27.4
Release notes
Sourced from @babel/core'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
regeneratorsize 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
regeneratorhelper 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
regeneratorRuntimeinto multiple helpers (@nicolo-ribaudo)Committers: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generatorbabel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@nicolo-ribaudo)babel-plugin-proposal-explicit-resource-managementbabel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers 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-umdbabel-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-parserCommitters: 7
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Vik R (
@vikr01)
... (truncated)
Changelog
Sourced from @babel/core'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
regeneratorsize 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
regeneratorhelper 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
regeneratorRuntimeinto multiple helpers (@nicolo-ribaudo)v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generatorbabel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@nicolo-ribaudo)babel-plugin-proposal-explicit-resource-managementbabel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers 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-umdbabel-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-parserv7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@liuxingbaoyu)babel-plugin-transform-object-rest-spreadbabel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@magic-akari):running_woman: Performance
babel-cli
... (truncated)
Commits
7d06930v7.27.4a0690e3SplitregeneratorRuntimeinto multiple helpers (#17238)da5e371v7.27.34b76a5fEnabledot-notationrule (#17301)73623f1Refine typing for parserOverride in babel plugins (#17322)eebd3a0v7.27.1c19e00e[babel 8] Remove unnecessary CJS ESM wrapper (#17261)65b1c1dIgnore browser-only files in coverage reports (#17262)35e7907Update error stack test (#17252)afe6ae2Updatejest-light-runnerto v0.7.0 (#17245)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by nicolo-ribaudo, a new releaser for @babel/core since your current version.
Updates @babel/plugin-syntax-jsx from 7.0.0-beta.40 to 7.27.1
Release notes
Sourced from @babel/plugin-syntax-jsx's releases.
v7.27.1 (2025-04-30)
Thanks
@kermanxand@woaitsAryanfor your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #17254 Allow
using ofas lexical declaration within for (@JLHw...Description has been truncated
Pull Request Statistics
1
2
+16892
-12030
Package Dependencies
@babel/plugin-transform-runtime
npm
7.0.0-beta.40 → 7.27.4
Minor
@vue/cli-plugin-typescript
npm
3.0.0-beta.2 → 5.0.8
Major
@babel/plugin-syntax-jsx
npm
7.0.0-beta.40 → 7.27.1
Minor
@babel/preset-stage-2
npm
7.0.0-beta.40 → 7.8.3
Minor
Technical Details
| ID: | 80035 |
| UUID: | 2574128095 |
| Node ID: | PR_kwDOEAmV9M6ZbhPf |
| Host: | GitHub |
| Repository: | stevcooo/VueASPNETCore2WebApiAuth |
| Merge State: | Unknown |