soketi
soketi copied to clipboard
Bump the typescript group with 15 updates
Bumps the typescript group with 15 updates:
Package | From | To |
---|---|---|
nats | 2.9.0 |
2.18.0 |
@babel/plugin-proposal-decorators | 7.20.2 |
7.23.7 |
@babel/plugin-proposal-function-sent | 7.18.6 |
7.23.3 |
@babel/plugin-proposal-throw-expressions | 7.18.6 |
7.23.3 |
@babel/plugin-transform-object-assign | 7.18.6 |
7.23.3 |
@babel/preset-env | 7.20.2 |
7.23.7 |
@types/bull | 3.15.9 |
4.10.0 |
@types/express | 4.17.14 |
4.17.21 |
@types/node | 18.11.9 |
20.10.7 |
@typescript-eslint/eslint-plugin | 5.42.1 |
6.18.0 |
@typescript-eslint/parser | 5.42.1 |
6.18.0 |
eslint | 8.27.0 |
8.56.0 |
ts-jest | 26.5.6 |
29.1.1 |
tslib | 2.4.1 |
2.6.2 |
typescript | 4.8.4 |
5.3.3 |
Updates nats
from 2.9.0 to 2.18.0
Release notes
Sourced from nats's releases.
v2.18.0
What's Changed
This release updates NBC to v1.18.0 further improving simplified consumers and performance. Please refer to the above release notes for additional information.
Other
- [BUMP] updated dependencies.md by
@​aricart
in nats-io/nats.js#596- [CI] update nats-server by
@​aricart
in nats-io/nats.js#597- [CI] npm with provenance by
@​aricart
in nats-io/nats.js#599- [CI] added clean before publish by
@​aricart
in nats-io/nats.js#600- readme and bench updates related to
noAsyncTraces
by@​aricart
in nats-io/nats.js#602- Simplify and relax issue forms further by
@​bruth
in nats-io/nats.js#598- [BUMP] nbc, client and dep versions by
@​aricart
in nats-io/nats.js#604Full Changelog: https://github.com/nats-io/nats.js/compare/v2.17.0...v2.18.0
v2.17.0
What's Changed
Many new features and fixes with NBC v1.17.0, including removal of preview notice for ObjectStore APIs and support for new features introduced with nats-server 2.10.0. For a complete list, please visit the release notes.
- [BUMP] bump nats-base-client to 1.17.0, and ci typescript dependencies by
@​aricart
in nats-io/nats.js#594- [REPO] Add issue forms by
@​bruth
in nats-io/nats.js#585- [REPO] Fix issue form discussion link by
@​bruth
in nats-io/nats.js#586- [CI] bump nats-server and deno by
@​aricart
in nats-io/nats.js#593New Contributors
@​bruth
made their first contribution in nats-io/nats.js#585Full Changelog: https://github.com/nats-io/nats.js/compare/v2.16.0...v2.17.0
v2.16.0
What's Changed
There are many new features, fixes, and one breaking change with NBC v1.16.0. Please read the release notes before updating if you are using the prerelease ObjectStore APIs.
Node JS Specific Changes
This release of the nats.js library benefits hugely from a small change in the nbc library. The publish and general latency from when the client performs an operation to when the socket is written has been greatly reduced. See nats-io/nats.deno#566.
- [BUMP] CI dependencies and lib version and NBC to 1.16.0 by
@​aricart
in nats-io/nats.js#583- [FEAT] added no-op implementation for discard() API by
@​aricart
in nats-io/nats.js#580- [FEAT] updated bench to match deno and allow req-reply by
@​aricart
in nats-io/nats.js#582Full Changelog: https://github.com/nats-io/nats.js/compare/v2.15.1...v2.16.0
v2.15.1
... (truncated)
Commits
b76a04b
[BUMP] nbc, client and dep versions (#604)0685dc9
Simplify and relax issue forms further (#598)e2f1012
[DOC] updated nats connection options section on readme. (#602)a7c856b
pointing to nbc main (#601)d9b31c9
[CI] added clean before publish (#600)de3fd50
[CI] npm with provenance (#599)2d2abe9
[CI] update nats-server (#597)dd47b45
[BUMP] updated dependencies.md (#596)c314b58
[BUMP] bump nats-base-client to 1.17.0, and ci typescript dependencies (#594)d529cd4
[CI] bump nats-server and deno (#593)- Additional commits viewable in compare view
Updates @babel/plugin-proposal-decorators
from 7.20.2 to 7.23.7
Release notes
Sourced from @​babel/plugin-proposal-decorators
's releases.
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
- #16180 fix: Class decorator
ctx.kind
is wrong (@​liuxingbaoyu
)babel-plugin-proposal-decorators
- #16170 Fix decorator initProto usage in derived classes (
@​JLHwung
)babel-core
- #16167 Avoid unpreventable
unhandledRejection
events (@​nicolo-ribaudo
):house: Internal
babel-helper-create-class-features-plugin
- #16186 chore: Update deps (
@​liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16177 Merge decorators into class features (
@​JLHwung
)Committers: 4
- Babel Bot (
@​babel-bot
)- Huáng Jùnlià ng (
@​JLHwung
)- Nicolò Ribaudo (
@​nicolo-ribaudo
)@​liuxingbaoyu
v7.23.6 (2023-12-11)
Thanks
@​martinez-hugo
and@​odinho
for your first pull requests!:eyeglasses: Spec Compliance
babel-generator
,babel-parser
,babel-types
- #16154 Remove
TSPropertySignature.initializer
(@​fisker
)babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-types
- #16139 Apply
toPropertyKey
on decorator context name (@​JLHwung
):bug: Bug Fix
babel-generator
- #16166 fix: Correctly indenting when
retainLines
is enabled (@​liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-explicit-resource-management
- #16150
using
: Allow looking upSymbol.dispose
on a function (@​odinho
)babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
- #16161 Ensure the
[[@@toPrimitive]]
call of a decorated class member key is invoked once (@​JLHwung
)- #16148 Support named evaluation for decorated anonymous class exp (
@​JLHwung
)babel-plugin-transform-for-of
,babel-preset-env
- #16011 fix:
for of
withiterableIsArray
and shadowing variable (@​liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16144 Set function name for decorated private non-field elements (
@​JLHwung
)babel-plugin-transform-typescript
- #16137 Fix references to enum values with merging (
@​nicolo-ribaudo
):microscope: Output optimization
... (truncated)
Changelog
Sourced from @​babel/plugin-proposal-decorators
's changelog.
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
- #16180 fix: Class decorator
ctx.kind
is wrong (@​liuxingbaoyu
)babel-plugin-proposal-decorators
- #16170 Fix decorator initProto usage in derived classes (
@​JLHwung
)babel-core
- #16167 Avoid unpreventable
unhandledRejection
events (@​nicolo-ribaudo
):house: Internal
babel-helper-create-class-features-plugin
- #16186 chore: Update deps (
@​liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16177 Merge decorators into class features (
@​JLHwung
)v7.23.6 (2023-12-11)
:eyeglasses: Spec Compliance
babel-generator
,babel-parser
,babel-types
- #16154 Remove
TSPropertySignature.initializer
(@​fisker
)babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-types
- #16139 Apply
toPropertyKey
on decorator context name (@​JLHwung
):bug: Bug Fix
babel-generator
- #16166 fix: Correctly indenting when
retainLines
is enabled (@​liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-explicit-resource-management
- #16150
using
: Allow looking upSymbol.dispose
on a function (@​odinho
)babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
- #16161 Ensure the
[[@@toPrimitive]]
call of a decorated class member key is invoked once (@​JLHwung
)- #16148 Support named evaluation for decorated anonymous class exp (
@​JLHwung
)babel-plugin-transform-for-of
,babel-preset-env
- #16011 fix:
for of
withiterableIsArray
and shadowing variable (@​liuxingbaoyu
)babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16144 Set function name for decorated private non-field elements (
@​JLHwung
)babel-plugin-transform-typescript
- #16137 Fix references to enum values with merging (
@​nicolo-ribaudo
):microscope: Output optimization
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
- #16159 Reuse computed key memoiser (
@​JLHwung
)babel-helpers
,babel-plugin-proposal-decorators
- #16160 Optimize decorator helper size (
@​liuxingbaoyu
)v7.23.5 (2023-11-29)
:eyeglasses: Spec Compliance
babel-plugin-proposal-decorators
- #16138 Class binding is in TDZ during decorators initialization (
@​nicolo-ribaudo
)
... (truncated)
Commits
e428a6d
v7.23.7f82e217
Merge decorators into class features (#16177)665078b
fix: Class decoratorctx.kind
is wrong (#16180)3284897
Fix decorator initProto usage in derived classes (#16170)bf9ff15
Update polyfill plugins (#16168)d02c1f7
v7.23.6d2d54c6
Optimize decorator helper size (#16160)a1da072
Ensure the[[@@toPrimitive]]
call of a decorated class member key is invoke...c5c3d45
Support named evaluation for decorated anonymous class exp (#16148)f3d70d5
Set function name for decorated private non-field elements (#16144)- Additional commits viewable in compare view
Updates @babel/plugin-proposal-function-sent
from 7.18.6 to 7.23.3
Release notes
Sourced from @​babel/plugin-proposal-function-sent
's releases.
v7.23.3 (2023-11-09)
:bug: Bug Fix
babel-plugin-transform-typescript
- #16071 Strip type-only TS namespaces (
@​colinaaa
)babel-generator
- #16078 Fix indentation when generating comments with
concise: true
(@​liuxingbaoyu
)babel-compat-data
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-preset-env
- #14295 Add a bugfix plugin for https://crbug.com/v8/12421 (
@​nicolo-ribaudo
)babel-plugin-transform-object-super
- #15948 fix:
super.x
in a loop (@​liuxingbaoyu
)babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #16015 fix: handle
__proto__
exports name in CJS/AMD/UMD (@​magic-akari
):memo: Documentation
- #16044 docs: Update links in
@​babel/eslint-parser
README (@​aryehb
):house: Internal
babel-core
,babel-preset-env
- #15988 Refactor handling of modules plugins in
preset-env
(@​nicolo-ribaudo
):running_woman: Performance
babel-generator
- #16061 perf: Improve
@babel/generator
performance (@​liuxingbaoyu
)babel-traverse
- #16060 Avoid dynamic dispatch when calling wrapCheck (
@​yepitschunked
):microscope: Output optimization
babel-plugin-transform-computed-properties
- #6652 Optimize computed properties output (byte-wise) (
@​Andarist
)Committers: 9
- Babel Bot (
@​babel-bot
)- Colin (
@​colinaaa
)- Huáng Jùnlià ng (
@​JLHwung
)- Mateusz Burzyński (
@​Andarist
)- Nicolò Ribaudo (
@​nicolo-ribaudo
)@​aryehb
@​liuxingbaoyu
@​magic-akari
@​yepitschunked
v7.23.2 (2023-10-11)
NOTE: This release also re-publishes
@babel/core
, even if it does not appear in the linked release commit.Thanks
@​jimmydief
for your first PR!:bug: Bug Fix
babel-traverse
... (truncated)
Changelog
Sourced from @​babel/plugin-proposal-function-sent
's changelog.
v7.23.3 (2023-11-09)
:bug: Bug Fix
babel-plugin-transform-typescript
- #16071 Strip type-only TS namespaces (
@​colinaaa
)babel-generator
- #16078 Fix indentation when generating comments with
concise: true
(@​liuxingbaoyu
)babel-compat-data
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-preset-env
- #14295 Add a bugfix plugin for https://crbug.com/v8/12421 (
@​nicolo-ribaudo
)babel-plugin-transform-object-super
- #15948 fix:
super.x
in a loop (@​liuxingbaoyu
)babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #16015 fix: handle
__proto__
exports name in CJS/AMD/UMD (@​magic-akari
):memo: Documentation
- #16044 docs: Update links in
@​babel/eslint-parser
README (@​aryehb
):house: Internal
babel-core
,babel-preset-env
- #15988 Refactor handling of modules plugins in
preset-env
(@​nicolo-ribaudo
):running_woman: Performance
babel-generator
- #16061 perf: Improve
@babel/generator
performance (@​liuxingbaoyu
)babel-traverse
- #16060 Avoid dynamic dispatch when calling wrapCheck (
@​yepitschunked
):microscope: Output optimization
babel-plugin-transform-computed-properties
- #6652 Optimize computed properties output (byte-wise) (
@​Andarist
)v7.23.2 (2023-10-11)
:bug: Bug Fix
babel-traverse
- #16033 Only evaluate own String/Number/Math methods (
@​nicolo-ribaudo
)babel-preset-typescript
- #16022 Rewrite
.tsx
extension when usingrewriteImportExtensions
(@​jimmydief
)babel-helpers
- #16017 Fix: fallback to typeof when toString is applied to incompatible object (
@​JLHwung
)babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16025 Avoid override mistake in namespace imports (
@​nicolo-ribaudo
)v7.23.0 (2023-09-25)
:rocket: New Feature
babel-plugin-proposal-import-wasm-source
,babel-plugin-syntax-import-source
,babel-plugin-transform-dynamic-import
- #15870 Support transforming
import source
for wasm (@​nicolo-ribaudo
)babel-helper-module-transforms
,babel-helpers
,babel-plugin-proposal-import-defer
,babel-plugin-syntax-import-defer
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
- #15878 Implement
import defer
proposal transform support (@​nicolo-ribaudo
)babel-generator
,babel-parser
,babel-types
- #15845 Implement
import defer
parsing support (@​nicolo-ribaudo
)
... (truncated)
Commits
1bce5c9
v7.23.31e15165
Require exact Babel 8 version inassertVersion
(#15955)ad26f90
Revert "Improve output when wrapping functions" (#15979)b9a2244
Improve output when wrapping functions (e.g.async
functions) (#15922)be8fccd
chore: Runreadmes.js
in CI (#15690)08564ea
v7.22.5ecc819b
[babel 8] Require Node.js^16.20.0 || ^18.16.0 || >=20.0.0
(#15585)f42e24d
Rename-proposal-
s that became standard to-transform-
(#15614)d45d59a
Improve comments generation (#14979)- See full diff in compare view
Updates @babel/plugin-proposal-throw-expressions
from 7.18.6 to 7.23.3
Release notes
Sourced from @​babel/plugin-proposal-throw-expressions
's releases.
v7.23.3 (2023-11-09)
:bug: Bug Fix
babel-plugin-transform-typescript
- #16071 Strip type-only TS namespaces (
@​colinaaa
)babel-generator
- #16078 Fix indentation when generating comments with
concise: true
(@​liuxingbaoyu
)babel-compat-data
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-preset-env
- #14295 Add a bugfix plugin for https://crbug.com/v8/12421 (
@​nicolo-ribaudo
)babel-plugin-transform-object-super
- #15948 fix:
super.x
in a loop (@​liuxingbaoyu
)babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #16015 fix: handle
__proto__
exports name in CJS/AMD/UMD (@​magic-akari
):memo: Documentation
- #16044 docs: Update links in
@​babel/eslint-parser
README (@​aryehb
):house: Internal
babel-core
,babel-preset-env
- #15988 Refactor handling of modules plugins in
preset-env
(@​nicolo-ribaudo
):running_woman: Performance
babel-generator
- #16061 perf: Improve
@babel/generator
performance (@​liuxingbaoyu
)babel-traverse
- #16060 Avoid dynamic dispatch when calling wrapCheck (
@​yepitschunked
):microscope: Output optimization
babel-plugin-transform-computed-properties
- #6652 Optimize computed properties output (byte-wise) (
@​Andarist
)Committers: 9
- Babel Bot (
@​babel-bot
)- Colin (
@​colinaaa
)- Huáng Jùnlià ng (
@​JLHwung
)- Mateusz Burzyński (
@​Andarist
)- Nicolò Ribaudo (
@​nicolo-ribaudo
)@​aryehb
@​liuxingbaoyu
@​magic-akari
@​yepitschunked
v7.23.2 (2023-10-11)
NOTE: This release also re-publishes
@babel/core
, even if it does not appear in the linked release commit.Thanks
@​jimmydief
for your first PR!:bug: Bug Fix
babel-traverse
... (truncated)
Changelog
Sourced from @​babel/plugin-proposal-throw-expressions
's changelog.
v7.23.3 (2023-11-09)
:bug: Bug Fix
babel-plugin-transform-typescript
- #16071 Strip type-only TS namespaces (
@​colinaaa
)babel-generator
- #16078 Fix indentation when generating comments with
concise: true
(@​liuxingbaoyu
)babel-compat-data
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-preset-env
- #14295 Add a bugfix plugin for https://crbug.com/v8/12421 (
@​nicolo-ribaudo
)babel-plugin-transform-object-super
- #15948 fix:
super.x
in a loop (@​liuxingbaoyu
)babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #16015 fix: handle
__proto__
exports name in CJS/AMD/UMD (@​magic-akari
):memo: Documentation
- #16044 docs: Update links in
@​babel/eslint-parser
README (@​aryehb
):house: Internal
babel-core
,babel-preset-env
- #15988 Refactor handling of modules plugins in
preset-env
(@​nicolo-ribaudo
):running_woman: Performance
babel-generator
- #16061 perf: Improve
@babel/generator
performance (@​liuxingbaoyu
)babel-traverse
- #16060 Avoid dynamic dispatch when calling wrapCheck (
@​yepitschunked
):microscope: Output optimization
babel-plugin-transform-computed-properties
- #6652 Optimize computed properties output (byte-wise) (
@​Andarist
)v7.23.2 (2023-10-11)
:bug: Bug Fix
babel-traverse
- #16033 Only evaluate own String/Number/Math methods (
@​nicolo-ribaudo
)babel-preset-typescript
- #16022 Rewrite
.tsx
extension when usingrewriteImportExtensions
(@​jimmydief
)babel-helpers
- #16017 Fix: fallback to typeof when toString is applied to incompatible object (
@​JLHwung
)babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16025 Avoid override mistake in namespace imports (
@​nicolo-ribaudo
)v7.23.0 (2023-09-25)
:rocket: New Feature
babel-plugin-proposal-import-wasm-source
,babel-plugin-syntax-import-source
,babel-plugin-transform-dynamic-import
- #15870 Support transforming
import source
for wasm (@​nicolo-ribaudo
)babel-helper-module-transforms
,babel-helpers
,babel-plugin-proposal-import-defer
,babel-plugin-syntax-import-defer
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
- #15878 Implement
import defer
proposal transform support (@​nicolo-ribaudo
)babel-generator
,babel-parser
,babel-types
- #15845 Implement
import defer
parsing support (@​nicolo-ribaudo
)
... (truncated)
Commits
Updates @babel/plugin-transform-object-assign
from 7.18.6 to 7.23.3
Release notes
Sourced from @​babel/plugin-transform-object-assign
's releases.
v7.23.3 (2023-11-09)
:bug: Bug Fix
babel-plugin-transform-typescript
- #16071 Strip type-only TS namespaces (
@​colinaaa
)babel-generator
- #16078 Fix indentation when generating comments with
concise: true
(@​liuxingbaoyu
)babel-compat-data
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-preset-env
- #14295 Add a bugfix plugin for https://crbug.com/v8/12421 (
@​nicolo-ribaudo
)babel-plugin-transform-object-super
- #15948 fix:
super.x
in a loop (@​liuxingbaoyu
)babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #16015 fix: handle
__proto__
exports name in CJS/AMD/UMD (@​magic-akari
):memo: Documentation
- #16044 docs: Update links in
@​babel/eslint-parser
README (@​aryehb
):house: Internal
babel-core
,babel-preset-env
- #15988 Refactor handling of modules plugins in
preset-env
(@​nicolo-ribaudo
):running_woman: Performance
babel-generator
- #16061 perf: Improve
@babel/generator
performance (@​liuxingbaoyu
)babel-traverse
- #16060 Avoid dynamic dispatch when calling wrapCheck (
@​yepitschunked
):microscope: Output optimization
babel-plugin-transform-computed-properties
- #6652 Optimize computed properties output (byte-wise) (
@​Andarist
)Committers: 9
- Babel Bot (
@​babel-bot
)- Colin (
@​colinaaa
)- Huáng Jùnlià ng (
@​JLHwung
)- Mateusz Burzyński (
@​Andarist
)- Nicolò Ribaudo (
@​nicolo-ribaudo
)@​aryehb
@​liuxingbaoyu
@​magic-akari
@​yepitschunked
v7.23.2 (2023-10-11)
NOTE: This release also re-publishes
@babel/core
, even if it does not appear in the linked release commit.Thanks
@​jimmydief
for your first PR!:bug: Bug Fix
babel-traverse
... (truncated)
Changelog
Sourced from @​babel/plugin-transform-object-assign
's changelog.
v7.23.3 (2023-11-09)
:bug: Bug Fix
babel-plugin-transform-typescript
- #16071 Strip type-only TS namespaces (
@​colinaaa
)babel-generator
- #16078 Fix indentation when generating comments with
concise: true
(@​liuxingbaoyu
)babel-compat-data
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-preset-env
- #14295 Add a bugfix plugin for https://crbug.com/v8/12421 (
@​nicolo-ribaudo
)babel-plugin-transform-object-super
- #15948 fix:
super.x
in a loop (@​liuxingbaoyu
)babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- #16015 fix: handle
__proto__
exports name in CJS/AMD/UMD (@​magic-akari
):memo: Documentation
- #16044 docs: Update links in
@​babel/eslint-parser
README (@​aryehb
):house: Internal
babel-core
,babel-preset-env
- #15988 Refactor handling of modules plugins in
preset-env
(@​nicolo-ribaudo
):running_woman: Performance
babel-generator
- #16061 perf: Improve
@babel/generator
performance (@​liuxingbaoyu
)babel-traverse
- #16060 Avoid dynamic dispatch when calling wrapCheck (
@​yepitschunked
):microscope: Output optimization
babel-plugin-transform-computed-properties
- #6652 Optimize computed properties output (byte-wise) (
@​Andarist
)v7.23.2 (2023-10-11)
:bug: Bug Fix
babel-traverse
- #16033 Only evaluate own String/Number/Math methods (
@​nicolo-ribaudo
)babel-preset-typescript
- #16022 Rewrite
.tsx
extension when usingrewriteImportExtensions
(@​jimmydief
)babel-helpers
- #16017 Fix: fallback to typeof when toString is applied to incompatible object (
@​JLHwung
)babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16025 Avoid override mistake in namespace imports (
@​nicolo-ribaudo
)v7.23.0 (2023-09-25)
:rocket: New Feature
babel-plugin-proposal-import-wasm-source
,babel-plugin-syntax-import-source
,babel-plugin-transform-dynamic-import
- #15870 Support transforming
import source
for wasm (@​nicolo-ribaudo
)babel-helper-module-transforms
,babel-helpers
,babel-plugin-proposal-import-defer
,babel-plugin-syntax-import-defer
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
- #15878 Implement
import defer
proposal transform support (@​nicolo-ribaudo
)babel-generator
,babel-parser
,babel-types
- #15845 Implement
import defer
parsing support (@​nicolo-ribaudo
)
... (truncated)
Commits
Updates @babel/preset-env
from 7.20.2 to 7.23.7
Release notes
Sourced from @​babel/preset-env
's releases.
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
- #16180 fix: Class decorator
ctx.kind
is wrong (@​liuxingbaoyu
)babel-plugin-proposal-decorators
- #16170 Fix decorator initProto usage in derived classes (
@​JLHwung
)babel-core
- #16167 Avoid unpreventable
unhandledRejection
events (@​nicolo-ribaudo
):house: Internal
babel-helper-create-class-features-plugin
- #16186 chore: Update deps (
@​liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16177 Merge decorators into class features (
@​JLHwung
)Committers: 4
- Babel Bot (
@​babel-bot
)- Huáng Jùnlià ng (
@​JLHwung
)- Nicolò Ribaudo (
@​nicolo-ribaudo
)@​liuxingbaoyu
v7.23.6 (2023-12-11)
Thanks
@​martinez-hugo
and@​odinho
for your first pull requests!:eyeglasses: Spec Compliance
babel-generator
,babel-parser
,babel-types
- #16154 Remove
TSPropertySignature.initializer
(@​fisker
)babel-helpers
,babel-plugin-proposal-decorators
,ba...
Description has been truncated
PR summary
This Pull Request updates several TypeScript-related dependencies, including TypeScript itself, Babel plugins, type definitions, and other related packages. The updates include minor and major version changes, which may introduce new features, improvements, and potentially breaking changes.
Suggestion
Before merging, ensure that the project's codebase is compatible with the updated TypeScript version and that any new TypeScript features or breaking changes are accounted for. Additionally, verify that the updated Babel plugins and configurations are compatible with the new TypeScript version and that the project's build and test processes pass with the updated dependencies.
Looks like these dependencies are updatable in another way, so this is no longer needed.