HeartBeat
HeartBeat copied to clipboard
chore(deps): bump the npm_and_yarn group across 3 directories with 8 updates
Bumps the npm_and_yarn group with 5 updates in the /backend directory:
| Package | From | To |
|---|---|---|
| axios | 0.21.1 |
0.28.0 |
| pkg | 4.4.9 |
5.8.1 |
| @babel/traverse | 7.13.0 |
7.23.9 |
| http-cache-semantics | 4.1.0 |
4.1.1 |
| semver | 5.7.1 |
5.7.2 |
| Bumps the npm_and_yarn group with 2 updates in the /docs directory: @babel/traverse and semver. | ||
| Bumps the npm_and_yarn group with 4 updates in the /frontend directory: axios, @babel/traverse, minimist and semver. |
Updates axios from 0.21.1 to 0.28.0
Release notes
Sourced from axios's releases.
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:
- 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
- Added data URL support for node.js (#4725)
- Added isCancel type assert (#4293)
- Added the ability for the
url-encoded-formserializer to respect theformSerializerconfig (#4721)- Add
string[]toAxiosRequestHeaderstype (#4322)- Allow type definition for axios instance methods (#4224)
- Fixed
AxiosErrorstack capturing; (#4718)- Fixed
AxiosErrorstatus code type; (#4717)- Adding Canceler parameters config and request (#4711)
- fix(types): allow to specify partial default headers for instance creation (#4185)
- Added
blobto the list of protocols supported by the browser (#4678)- Fixing Z_BUF_ERROR when no content (#4701)
- Fixed race condition on immediate requests cancellation (#4261)
- Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
- Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
- Fix TS definition for AxiosRequestTransformer (#4201)
- Use type alias instead of interface for AxiosPromise (#4505)
- Include request and config when creating a CanceledError instance (#4659)
- Added generic TS types for the exposed toFormData helper (#4668)
- Optimized the code that checks cancellation (#4587)
- Replaced webpack with rollup (#4596)
- Added stack trace to AxiosError (#4624)
- Updated AxiosError.config to be optional in the type definition (#4665)
- Removed incorrect argument for NetworkError constructor (#4656)
v0.27.2
Fixes and Functionality:
- Fixed FormData posting in browser environment by reverting #3785 (#4640)
- Enhanced protocol parsing implementation (#4639)
- Fixed bundle size
v0.27.1
Fixes and Functionality:
... (truncated)
Changelog
Sourced from axios's changelog.
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
- Added data URL support for node.js (#4725)
- Added isCancel type assert (#4293)
- Added the ability for the
url-encoded-formserializer to respect theformSerializerconfig (#4721)- Add
string[]toAxiosRequestHeaderstype (#4322)- Allow type definition for axios instance methods (#4224)
- Fixed
AxiosErrorstack capturing; (#4718)- Fixed
AxiosErrorstatus code type; (#4717)- Adding Canceler parameters config and request (#4711)
- fix(types): allow to specify partial default headers for instance creation (#4185)
- Added
blobto the list of protocols supported by the browser (#4678)- Fixing Z_BUF_ERROR when no content (#4701)
- Fixed race condition on immediate requests cancellation (#4261)
- Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
- Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
- Fix TS definition for AxiosRequestTransformer (#4201)
- Use type alias instead of interface for AxiosPromise (#4505)
- Include request and config when creating a CanceledError instance (#4659)
- Added generic TS types for the exposed toFormData helper (#4668)
- Optimized the code that checks cancellation (#4587)
- Replaced webpack with rollup (#4596)
- Added stack trace to AxiosError (#4624)
- Updated AxiosError.config to be optional in the type definition (#4665)
- Removed incorrect argument for NetworkError constructor (#4656)
0.27.2 (April 27, 2022)
Fixes and Functionality:
- Fixed FormData posting in browser environment by reverting #3785 (#4640)
- Enhanced protocol parsing implementation (#4639)
- Fixed bundle size
0.27.1 (April 26, 2022)
... (truncated)
Commits
3b7635a[Release] v0.28.0 (#6211)27c0076feat(backport): added ability for paramsSerializer to handle function; (#6227)80c3d74chore(ci): backported publish action; (#6224)2755df5fix(security): fixed CVE-2023-45857 by backportingwithXSRFTokenoption to ...880b42edocs: Fix a typo in READMEc4bf0a4Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)1e2679ffix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...80b546cfix: loosing request header (#4858) (#4871)6acb5effeat: brower platform add data protocol. (#4814)bbb2264fix(typing): axios response headers can be undefined (#4813)- 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 pkg from 4.4.9 to 5.8.1
Release notes
Sourced from pkg's releases.
5.8.1
Patches
- Producer: properly call "prebuild-install" if N-API is used: dd9de59c9fca2751bf5d22b57bd9b03d43e85e80
- Chore: clean up obsolete eslint disable comments: #1760
- Chore: add prettier check in linting step: #1764
- Chore: separate individual test scripts: #1759
- Chore: use
@types/babel__generatorpackage: #1755- Chore: remove unused entry: #1766
- Chore: upgrade actions runners: #1767
- Style: fix typo in test-99-#1192/main.js: #1790
- Chore: bump [email protected]: #1788
- Fix: add force flag to codesign to avoid already signed error: #1756
Credits
Huge thanks to
@ignatiusmb,@eltociear,@PraveenAnaparthi, and@brianunlamfor helping!5.8.0
Highlights
- Support more language features, including but not limited to
classPrivateMethods(#1248, #1249)
- Note: pkg uses Babel to trace dependencies. It does NOT transform your sources. You should make sure that your code can run on the target Node.js version.
What's Changed
- Bump to vercel/[email protected] by
@jesecin vercel/pkg#1693
- Add Node 14.20.0, 16.16.0 and 18.5.0 binaries
- https://nodejs.org/en/blog/vulnerability/july-2022-security-releases
- detector: use Babel AST and default plugins by
@jesecin vercel/pkg#1648- test: rearrange and fix order by
@jesecin vercel/pkg#1650- fix: typo in fabricator.ts by
@eltociearin vercel/pkg#1661New Contributors
@eltociearmade their first contribution in vercel/pkg#1661Full Changelog: https://github.com/vercel/pkg/compare/5.7.0...5.8.0
5.7.0
Highlights
- Node 18 is now supported!
What's Changed
- Bump to vercel/[email protected] by
@jesecin vercel/pkg#1616
- No longer take NODE_OPTIONS from the environment of the end-user. Only the users (developers who use pkg to package their project) should have control over the flags via the "bake in" (--options) mechanism (Fixes: vercel/pkg#954, vercel/pkg#989, vercel/pkg#1194, vercel/pkg#1517)
- Patched Node: bump to 16.15.0, add 18.1.0 and drop 17
- fix broken tests on node 12; latest pnpm requires node >= 14.19 by
@kldzjin vercel/pkg#1613- dependencies: bump (minor) by
@jesecin vercel/pkg#1615- fix(bootstrap): prevent to override existing node addon file by
@renkeiin vercel/pkg#1611New Contributors
... (truncated)
Commits
5dc987b5.8.1f19285dfix: add force flag to codesign to avoid already signed error (#1756)e3ac490chore: bump [email protected] (#1788)be1123cstyle: fix typo in test-99-#1192/main.js (#1790)614c02achore: upgrade actions runners (#1767)39e9985chore: remove unused entry (#1766)b8deba4chore: use@types/babel__generatorpackage (#1755)332c7d9chore: separate individual test scripts (#1759)6efa7cfchore: add prettier check in linting step (#1764)56135b5chore: clean up obsolete eslint disable comments (#1760)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by leerobinson, a new releaser for pkg since your current version.
Updates @babel/traverse from 7.13.0 to 7.23.9
Release notes
Sourced from @babel/traverse's releases.
v7.23.9 (2024-01-25)
:bug: Bug Fix
babel-helper-transform-fixture-test-runner,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-preset-env
- #16225 fix:
systemjsre-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-runtime,babel-preset-env
- #16224 Properly sort
core-js@3imports (@nicolo-ribaudo)babel-traverse
- #15383 fix: Don't throw in
getTypeAnnotationwhen using TS+inference (@liuxingbaoyu)- Other
- #16210 [eslint] Fix
no-use-before-definefor class ref in fields (@nicolo-ribaudo):house: Internal
babel-core,babel-parser,babel-template
- #16222 Migrate
eslint-parserto cts (@liuxingbaoyu)babel-types
- #16213 Remove
@babel/typesprops that are not produced by the parser (@liuxingbaoyu):running_woman: Performance
babel-parser
- #16072 perf: Improve parser performance for typescript (
@liuxingbaoyu):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-parameters,babel-plugin-transform-private-methods,babel-preset-env
- #16218 Improve temporary variables for decorators (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15959 Improve output of
using(@liuxingbaoyu)Committers: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.23.8 (2024-01-08)
:bug: Bug Fix
babel-preset-env
- #16181 fix:
preset-envthrows exception forexport * as x(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/settertoctx.accessfor public fields (@liuxingbaoyu)- #16199 fix: Class decorator correctly passes return value (
@liuxingbaoyu):leftwards_arrow_with_hook: Revert
:microscope: Output optimization
babel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.23.9 (2024-01-25)
:bug: Bug Fix
babel-helper-transform-fixture-test-runner,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-preset-env
- #16225 fix:
systemjsre-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-runtime,babel-preset-env
- #16224 Properly sort
core-js@3imports (@nicolo-ribaudo)babel-traverse
- #15383 fix: Don't throw in
getTypeAnnotationwhen using TS+inference (@liuxingbaoyu)- Other
- #16210 [eslint] Fix
no-use-before-definefor class ref in fields (@nicolo-ribaudo):house: Internal
babel-core,babel-parser,babel-template
- #16222 Migrate
eslint-parserto cts (@liuxingbaoyu)babel-types
- #16213 Remove
@babel/typesprops that are not produced by the parser (@liuxingbaoyu):running_woman: Performance
babel-parser
- #16072 perf: Improve parser performance for typescript (
@liuxingbaoyu):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-parameters,babel-plugin-transform-private-methods,babel-preset-env
- #16218 Improve temporary variables for decorators (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15959 Improve output of
using(@liuxingbaoyu)v7.23.8 (2024-01-08)
:bug: Bug Fix
babel-preset-env
- #16181 fix:
preset-envthrows exception forexport * as x(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/settertoctx.accessfor public fields (@liuxingbaoyu)- #16199 fix: Class decorator correctly passes return value (
@liuxingbaoyu):leftwards_arrow_with_hook: Revert
:microscope: Output optimization
babel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16194 Improve output of
super()(@liuxingbaoyu)v7.23.7 (2023-12-29)
:bug: Bug Fix
babel-traverse
- #16191 fix: Crash when removing without
Program(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
... (truncated)
Commits
a0dd614v7.23.91200542fix: Don't throw ingetTypeAnnotationwhen using TS+inference (#15383)e428a6dv7.23.7d292822fix: Crash when removing withoutProgram(#16191)d02c1f7v7.23.6cce807fBump debug to ^4.3.1 (#16164)8479012v7.23.5da7dc40Do not remove bindings when removing assignment expression path (#16131)fadc081fix: Unexpected duplication of comments (#16110)13a5c83v7.23.4- Additional commits viewable in compare view
Updates follow-redirects from 1.13.3 to 1.15.5
Commits
b1677ceRelease version 1.15.5 of the npm package.d8914f7Preserve fragment in responseUrl.6585820Release version 1.15.4 of the npm package.7a6567eDisallow bracketed hostnames.05629afPrefer native URL instead of deprecated url.parse.1cba8e8Prefer native URL instead of legacy url.resolve.72bc2a4Simplify _processResponse error handling.3d42aecAdd bracket tests.bcbb096Do not directly set Error properties.192dbe7Release version 1.15.3 of the npm package.- Additional commits viewable in compare view
Updates http-cache-semantics from 4.1.0 to 4.1.1
Commits
2449650Update mocha560b2d8Don't use regex to trim whitespaceb1bdb92Remove linting package zooc20dc7eCache 308- See full diff in compare view
Updates minimist from 1.2.5 to 1.2.8
Changelog
Sourced from minimist's changelog.
v1.2.8 - 2023-02-09
Merged
- [Fix] Fix long option followed by single dash
[#17](https://github.com/minimistjs/minimist/issues/17)- [Tests] Remove duplicate test
[#12](https://github.com/minimistjs/minimist/issues/12)- [Fix] opt.string works with multiple aliases
[#10](https://github.com/minimistjs/minimist/issues/10)Fixed
- [Fix] Fix long option followed by single dash (#17)
[#15](https://github.com/minimistjs/minimist/issues/15)- [Tests] Remove duplicate test (#12)
[#8](https://github.com/minimistjs/minimist/issues/8)- [Fix] Fix long option followed by single dash
[#15](https://github.com/minimistjs/minimist/issues/15)- [Fix] opt.string works with multiple aliases (#10)
[#9](https://github.com/minimistjs/minimist/issues/9)- [Fix] Fix handling of short option with non-trivial equals
[#5](https://github.com/minimistjs/minimist/issues/5)- [Tests] Remove duplicate test
[#8](https://github.com/minimistjs/minimist/issues/8)- [Fix] opt.string works with multiple aliases
[#9](https://github.com/minimistjs/minimist/issues/9)Commits
- Merge tag 'v0.2.3'
a026794- [eslint] fix indentation and whitespace
5368ca4- [eslint] fix indentation and whitespace
e5f5067- [eslint] more cleanup
62fde7d- [eslint] more cleanup
36ac5d0- [meta] add
auto-changelog73923d2- [actions] add reusable workflows
d80727d- [eslint] add eslint; rules to enable later are warnings
48bc06a- [eslint] fix indentation
34b0f1c- [readme] rename and add badges
5df0fe4- [Dev Deps] switch from
coverttonyca48b128- [Dev Deps] update
covert,tape; remove unnecessarytapf0fb958- [meta] create FUNDING.yml; add
fundingin package.json3639e0c- [meta] use
npmignoreto autogenerate an npmignore filebe2e038- Only apps should have lockfiles
282b570- isConstructorOrProto adapted from PR
ef9153f- [Dev Deps] update
@ljharb/eslint-config,aud098873c- [Dev Deps] update
@ljharb/eslint-config,aud3124ed3- [meta] add
safe-publish-latest4b927de- [Tests] add
audinposttestb32d9bd- [meta] update repo URLs
f9fdfc0- [actions] Avoid 0.6 tests due to build failures
ba92fe6- [Dev Deps] update
tape950eaa7- [Dev Deps] add missing
npmignoredev dep3226afa- Merge tag 'v0.2.2'
980d7ac
Commits
6901ee2v1.2.8a026794Merge tag 'v0.2.3'c0b2661v0.2.363b8fee[Fix] Fix long option followed by single dash (#17)72239e6[Tests] Remove duplicate test (#12)34b0f1c[eslint] fix indentation3226afa[Dev Deps] add missingnpmignoredev dep098873c[Dev Deps] update@ljharb/eslint-config,aud9ec4d27[Fix] Fix long option followed by single dashba92fe6[actions] Avoid 0.6 tests due to build failures- Additional commits viewable in compare view
Updates qs from 6.5.2 to 6.10.0
Changelog
Sourced from qs's changelog.
6.10.0
- [New]
stringify: throw on cycles, instead of an infinite loop (#395, #394, #393)- [New]
parse: addallowSparseoption for collapsing arrays with missing indices (#312)- [meta] fix README.md (#399)
- [meta] only run
npm run distin publish, not install- [Dev Deps] update
eslint,@ljharb/eslint-config,aud,has-symbols,tape- [Tests] fix tests on node v0.6
- [Tests] use
ljharb/actions/node/installinstead ofljharb/actions/node/run- [Tests] Revert "[meta] ignore eclint transitive audit warning"
6.9.7
- [Fix]
parse: ignore__proto__keys (#428)- [Fix]
stringify: avoid encoding arrayformat comma whenencodeValuesOnly = true(#424)- [Robustness]
stringify: avoid relying on a globalundefined(#427)- [readme] remove travis badge; add github actions/codecov badges; update URLs
- [Docs] add note and links for coercing primitive values (#408)
- [Tests] clean up stringify tests slightly
- [meta] fix README.md (#399)
- Revert "[meta] ignore eclint transitive audit warning"
- [actions] backport actions from main
- [Dev Deps] backport updates from main
6.9.6
- [Fix] restore
distdir; mistakenly removed in d4f6c326.9.5
- [Fix]
stringify: do not encode parens for RFC1738- [Fix]
stringify: fix arrayFormat comma with empty array/objects (#350)- [Refactor]
format: removeutil.assigncall- [meta] add "Allow Edits" workflow; update rebase workflow
- [actions] switch Automatic Rebase workflow to
pull_request_targetevent- [Tests]
stringify: add tests for #378- [Tests] migrate tests to Github Actions
- [Tests] run
nycon all tests; usetaperunner- [Dev Deps] update
eslint,@ljharb/eslint-config,browserify,mkdirp,object-inspect,tape; addaud6.9.4
- [Fix]
stringify: whenarrayFormatiscomma, respectserializeDate(#364)- [Refactor]
stringify: reduce branching (part of #350)- [Refactor] move
maybeMaptoutils- [Dev Deps] update
browserify,tape6.9.3
- [Fix] proper comma parsing of URL-encoded commas (#361)
- [Fix] parses comma delimited array while having percent-encoded comma treated as normal text (#336)
6.9.2
... (truncated)
Commits
7c1fcc5v6.10.0a20cfbd[Dev Deps] updateeslint,has-symbols,tape63766c2[New]stringify: throw on cycles, instead of an infinite loop586f029[Tests] fix tests on node v0.6834f690[meta] fix README.md4e2911f[Tests] useljharb/actions/node/installinstead ofljharb/actions/node/rune40c0e0[meta] only runnpm run distin publish, not installfacbd0eRevert "[meta] ignore eclint transitive audit warning"2a1d331[Dev Deps] updateeslint,@ljharb/eslint-config,audb04febd[New]parse: addallowSparseoption for collapsing arrays with missing i...- Additional commits viewable in compare view
Updates semver from 5.7.1 to 5.7.2
Release notes
Sourced from semver's releases.
v5.7.2
5.7.2 (2023-07-10)
Bug Fixes
2f8fd41#585 better handling of whitespace (#585) (@joaomoreno,@lukekarrys)
Changelog
Sourced from semver's changelog.
5.7.2 (2023-07-10)
Bug Fixes
2f8fd41#585 better handling of whitespace (#585) (@joaomoreno,@lukekarrys)5.7
- Add
minVersionmethod5.6
- Move boolean
looseparam to an options object, with backwards-compatibility protection.- Add ability to opt out of special prerelease version handling with the
includePrereleaseoption flag.5.5
- Add version coercion capabilities
5.4
- Add intersection checking
5.3
- Add
minSatisfyingmethod5.2
- Add
prerelease(v)that returns prerelease components5.1
- Add Backus-Naur for ranges
- Remove excessively cute inspection methods
5.0
- Remove AMD/Browserified build artifacts
- Fix ltr and gtr when using the
*range- Fix for range
*with a prerelease identifier
Commits
Maintainer changes
This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.
Updates @babel/traverse from 7.20.5 to 7.23.9
Release notes
Sourced from @babel/traverse's releases.
v7.23.9 (2024-01-25)
:bug: Bug Fix
babel-helper-transform-fixture-test-runner,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-preset-env
- #16225 fix:
systemjsre-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-runtime,babel-preset-env
- #16224 Properly sort
core-js@3imports (@nicolo-ribaudo)babel-traverse
- #15383 fix: Don't throw in
getTypeAnnotationwhen using TS+inference (@liuxingbaoyu)- Other
- #16210 [eslint] Fix
no-use-before-definefor class ref in fields (@nicolo-ribaudo):house: Internal
babel-core,babel-parser,babel-template
- #16222 Migrate
eslint-parserto cts (@liuxingbaoyu)babel-types
- #16213 Remove
@babel/typesprops that are not produced by the parser (@liuxingbaoyu):running_woman: Performance
babel-parser
- #16072 perf: Improve parser performance for typescript (
@liuxingbaoyu):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-parameters,babel-plugin-transform-private-methods,babel-preset-env
- #16218 Improve temporary variables for decorators (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15959 Improve output of
using(@liuxingbaoyu)Committers: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.23.8 (2024-01-08)
:bug: Bug Fix
babel-preset-env
- #16181 fix:
preset-envthrows exception forexport * as x(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/settertoctx.accessfor public fields (@liuxingbaoyu)- ...
Description has been truncated