Sourced from @babel/traverse
's
releases.
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
- #16033 Only evaluate own String/Number/Math methods (
@nicolo-ribaudo
)babel-preset-typescript
- #16022 Rewrite
.tsx
extension when usingrewriteImportExtensions
(@jimmydief
)babel-helpers
babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16025 Avoid override mistake in namespace imports (
@nicolo-ribaudo
)Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- James Diefenderfer (
@jimmydief
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.23.1 (2023-09-25)
Re-publishing
@babel/helpers
due to a publishing error in 7.23.0.v7.23.0 (2023-09-25)
Thanks
@lorenzoferre
and@RajShukla1
for your first PRs!: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
)- #15829 Add parsing support for the "source phase imports" proposal (
@nicolo-ribaudo
)babel-generator
,babel-helper-module-transforms
,babel-parser
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-traverse
,babel-types
babel-standalone
babel-helper-function-name
,babel-helper-member-expression-to-functions
,babel-helpers
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-optional-chaining-assign
,babel-plugin-syntax-optional-chaining-assign
,babel-plugin-transform-destructuring
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
,babel-types
- #15751 Add support for optional chain in assignments (
@nicolo-ribaudo
)babel-helpers
,babel-plugin-proposal-decorators
- #15895 Implement the "decorator metadata" proposal (
@nicolo-ribaudo
)babel-traverse
,babel-types
- #15893 Add
t.buildUndefinedNode
(@liuxingbaoyu
)babel-preset-typescript
... (truncated)
Sourced from @babel/traverse
's
changelog.
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
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
)- #15829 Add parsing support for the "source phase imports" proposal (
@nicolo-ribaudo
)babel-generator
,babel-helper-module-transforms
,babel-parser
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-traverse
,babel-types
babel-standalone
babel-helper-function-name
,babel-helper-member-expression-to-functions
,babel-helpers
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-optional-chaining-assign
,babel-plugin-syntax-optional-chaining-assign
,babel-plugin-transform-destructuring
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
,babel-types
- #15751 Add support for optional chain in assignments (
@nicolo-ribaudo
)babel-helpers
,babel-plugin-proposal-decorators
- #15895 Implement the "decorator metadata" proposal (
@nicolo-ribaudo
)babel-traverse
,babel-types
- #15893 Add
t.buildUndefinedNode
(@liuxingbaoyu
)babel-preset-typescript
- #15913 Add
rewriteImportExtensions
option to TS preset (@nicolo-ribaudo
)babel-parser
- #15896 Allow TS tuples to have both labeled and unlabeled elements (
@yukukotani
):bug: Bug Fix
babel-plugin-transform-block-scoping
- #15962 fix:
transform-block-scoping
captures the variables of the method in the loop (@liuxingbaoyu
):nail_care: Polish
babel-traverse
- #15797 Expand evaluation of global built-ins in
@babel/traverse
(@lorenzoferre
)babel-plugin-proposal-explicit-resource-management
- #15985 Improve source maps for blocks with
using
declarations (@nicolo-ribaudo
):microscope: Output optimization
babel-core
,babel-helper-module-transforms
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-classes
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-parameters
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-inline-elements
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
- #15984 Inline
exports.XXX =
update in simple variable declarations (@nicolo-ribaudo
)v7.22.20 (2023-09-16)
... (truncated)
b4b9942
v7.23.2b13376b
Only evaluate own String/Number/Math methods (#16033)ca58ec1
v7.23.00f333da
Add createImportExpressions
parser option (#15682)3744545
Fix lintingc7e6806
Add t.buildUndefinedNode
(#15893)38ee8b4
Expand evaluation of global built-ins in @babel/traverse
(#15797)9f3dfd9
v7.22.203ed28b2
Fully support ||
and &&
in
pluginToggleBooleanFlag
(#15961)77b0d73
v7.22.19Sourced from zod's releases.
v3.22.4
Commits:
- d931ea3f0f15a6ae64f5f68e3c03912dffb2269d Lint
- 8e634bd600093b7161487bed705279c892395118 Fix prettier
- 4018d88f0e94992b2987428c4fda387b99ae2a53 docs: add
@sanity-typed/zod
to ecosystem (#2731)- 15ba5a4d4cb5be5af23771de0ba1346b4ba20a0e docs: add
zod-sandbox
to README ecosystem links (#2707)- 699ccae13b875d4fcadac268fd789c93b6ce8aef Export jsdoc with
@deprecated
when building (#2717)- dfe3719eae250ab3eca2d276da6c292867899cc6 Fix sanity-typed links (#2840)
- cd7991e04a550868bfcb5b5d46e5eb5bc7edf5f3 fix ulid regex (#2225)
- 7cb4ba2f85dd6b28290dda5de80ed54dfd2a793c Remove stalebot
- 9340fd51e48576a75adc919bff65dbc4a5d4c99b Lazy emojiRegex
- e7a9b9b3033991be6b4225f1be21da39c250bbb0 3.22.4
v3.22.3
Commits:
- 1e23990bcdd33d1e81b31e40e77a031fcfd87ce1 Commit
- 9bd3879b482f139fd03d5025813ee66a04195cdd docs: remove obsolete text about readonly types (#2676)
- f59be093ec21430d9f32bbcb628d7e39116adf34 clarify datetime ISO 8601 (#2673)
- 64dcc8e2b16febe48fa8e3c82c47c92643e6c9e3 Update sponsors
- 18115a8f128680b4526df58ce96deab7dce93b93 Formatting
- 28c19273658b164c53c149785fa7a8187c428ad4 Update sponsors
- ad2ee9ccf723c4388158ff6b8669c2a6cdc85643 2718 Updated Custom Schemas documentation example to use type narrowing (#2778)
- ae0f7a2c15e7741ee1b23c03a3bfb9acebd86551 docs: update ref to discriminated-unions docs (#2485)
- 2ba00fe2377f4d53947a84b8cdb314a63bbd6dd4 [2609] fix ReDoS vulnerability in email regex (#2824)
- 1e61d76cdec05de9271fc0df58798ddf9ce94923 3.22.3
e7a9b9b
3.22.49340fd5
Lazy emojiRegex7cb4ba2
Remove stalebotcd7991e
fix ulid regex (#2225)dfe3719
Fix sanity-typed links (#2840)699ccae
Export jsdoc with @deprecated
when building (#2717)15ba5a4
docs: add zod-sandbox
to README ecosystem links (#2707)4018d88
docs: add @sanity-typed/zod
to ecosystem (#2731)8e634bd
Fix prettierd931ea3
LintSourced from urllib3's releases.
2.0.7
- Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. (GHSA-g4mx-q9vg-27p4)
2.0.6
- Added the
Cookie
header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set viaRetry.remove_headers_on_redirect
. (GHSA-v845-jxx5-vc9f)2.0.5
- Allowed pyOpenSSL third-party module without any deprecation warning. #3126
- Fixed default
blocksize
ofHTTPConnection
classes to match high-level classes. Previously was 8KiB, now 16KiB. #30662.0.4
- Added support for union operators to
HTTPHeaderDict
(#2254)- Added
BaseHTTPResponse
tourllib3.__all__
(#3078)- Fixed
urllib3.connection.HTTPConnection
to raise thehttp.client.connect
audit event to have the same behavior as the standard library HTTP client (#2757)- Relied on the standard library for checking hostnames in supported PyPy releases (#3087)
2.0.3
- Allowed alternative SSL libraries such as LibreSSL, while still issuing a warning as we cannot help users facing issues with implementations other than OpenSSL. #3020
- Deprecated URLs which don't have an explicit scheme #2950
- Fixed response decoding with Zstandard when compressed data is made of several frames. #3008
- Fixed
assert_hostname=False
to correctly skip hostname check. #3051
Sourced from urllib3's changelog.
2.0.7 (2023-10-17)
- Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses.
2.0.6 (2023-10-02)
- Added the
Cookie
header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set viaRetry.remove_headers_on_redirect
.2.0.5 (2023-09-20)
- Allowed pyOpenSSL third-party module without any deprecation warning. (
[#3126](https://github.com/urllib3/urllib3/issues/3126) <https://github.com/urllib3/urllib3/issues/3126>
__)- Fixed default
blocksize
ofHTTPConnection
classes to match high-level classes. Previously was 8KiB, now 16KiB. ([#3066](https://github.com/urllib3/urllib3/issues/3066) <https://github.com/urllib3/urllib3/issues/3066>
__)2.0.4 (2023-07-19)
- Added support for union operators to
HTTPHeaderDict
([#2254](https://github.com/urllib3/urllib3/issues/2254) <https://github.com/urllib3/urllib3/issues/2254>
__)- Added
BaseHTTPResponse
tourllib3.__all__
([#3078](https://github.com/urllib3/urllib3/issues/3078) <https://github.com/urllib3/urllib3/issues/3078>
__)- Fixed
urllib3.connection.HTTPConnection
to raise thehttp.client.connect
audit event to have the same behavior as the standard library HTTP client ([#2757](https://github.com/urllib3/urllib3/issues/2757) <https://github.com/urllib3/urllib3/issues/2757>
__)- Relied on the standard library for checking hostnames in supported PyPy releases (
[#3087](https://github.com/urllib3/urllib3/issues/3087) <https://github.com/urllib3/urllib3/issues/3087>
__)2.0.3 (2023-06-07)
- Allowed alternative SSL libraries such as LibreSSL, while still issuing a warning as we cannot help users facing issues with implementations other than OpenSSL. (
[#3020](https://github.com/urllib3/urllib3/issues/3020) <https://github.com/urllib3/urllib3/issues/3020>
__)- Deprecated URLs which don't have an explicit scheme (
[#2950](https://github.com/urllib3/urllib3/issues/2950) <https://github.com/urllib3/urllib3/pull/2950>
_)- Fixed response decoding with Zstandard when compressed data is made of several frames. (
[#3008](https://github.com/urllib3/urllib3/issues/3008) <https://github.com/urllib3/urllib3/issues/3008>
__)- Fixed
assert_hostname=False
to correctly skip hostname check. ([#3051](https://github.com/urllib3/urllib3/issues/3051) <https://github.com/urllib3/urllib3/issues/3051>
__)
56f01e0
Release 2.0.74e50fbc
Merge pull request from GHSA-g4mx-q9vg-27p480808b0
Fix docs build on Python 3.12 (#3144)f28deff
Add 1.26.17 to the current changelog262e3e3
Release 2.0.6644124e
Merge pull request from GHSA-v845-jxx5-vc9f740380c
Bump cryptography from 41.0.3 to 41.0.4 (#3131)d9f85a7
Release 2.0.5d41f412
Undeprecate pyOpenSSL module (#3127)b6c04cb
Fix a link to "absolute URI" definition (#3128)