Bumps@babel/traverse to 7.23.2 and updates ancestor dependencyparcel. These dependencies need to be updated together.
Updates@babel/traverse
from 7.20.13 to 7.23.2
Release notes
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 Fix
babel-traverse
babel-preset-typescript
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
Committers: 5
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!
🚀 New Feature
babel-plugin-proposal-import-wasm-source
,babel-plugin-syntax-import-source
,babel-plugin-transform-dynamic-import
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
babel-generator
,babel-parser
,babel-types
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
babel-helpers
,babel-plugin-proposal-decorators
babel-traverse
,babel-types
babel-preset-typescript
... (truncated)
Changelog
Sourced from@babel/traverse
's changelog.
v7.23.2 (2023-10-11)
🐛 Bug Fix
babel-traverse
babel-preset-typescript
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
v7.23.0 (2023-09-25)
🚀 New Feature
babel-plugin-proposal-import-wasm-source
,babel-plugin-syntax-import-source
,babel-plugin-transform-dynamic-import
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
babel-generator
,babel-parser
,babel-types
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
babel-helpers
,babel-plugin-proposal-decorators
babel-traverse
,babel-types
babel-preset-typescript
babel-parser
🐛 Bug Fix
babel-plugin-transform-block-scoping
- #15962 fix:
transform-block-scoping
captures the variables of the method in the loop (@liuxingbaoyu
)
💅 Polish
babel-traverse
babel-plugin-proposal-explicit-resource-management
🔬 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
v7.22.20 (2023-09-16)
... (truncated)
Commits
Updatesparcel
from 1.12.3 to 1.12.4
Changelog
Sourced fromparcel's changelog.
Changelog
All notable changes to Parcel will be documented in this file.
The format is based onKeep a Changelogand Parcel adheres toSemantic Versioning.
[2.10.0] – 2023-10-11
Added
Core
- Add support for include and exclude globs for
--lazy
mode –Details,Details - Merge all native Rust modules into one package –Details
- Add async resolver and JS transformer functions using rayon –Details
- Support "register" tools in module loader (e.g.
@babel/register
,esbuild-register
,ts-node
) –Details - Limit default number of JS workers to 4 to improve memory usage/performance –Details
Bundler
- Optimize bundler performance –Details
- Add disableSharedBundles config option –Details
Resolver
JavaScript
- Add import helper to decrease ESM loader runtime footprint –Details
- Support parallel bundle imports in libraries –Details
- Only include
globalThis
polyfill for old browsers –Details - Updated parcelRequire.register to be minifiable –Details
CSS
- Add include and exclude globs for CSS modules –Details
WASM
- Add WASM packager with source map support –Details
XML
- Transform xml-stylesheet processing instructions –Details
Web Extensions
- Add support for Chrome Extension manifest V3 side_panel property –Details
- Improve HMR for web extensions –Details
Web Manifest
- Add support for icons in file_handlers –Details
Fixed
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from theSecurity Alerts page.
Bumps@babel/traverse to 7.23.2 and updates ancestor dependencyparcel. These dependencies need to be updated together.
Updates
@babel/traverse
from 7.20.13 to 7.23.2Release notes
Sourced from
@babel/traverse
's releases.... (truncated)
Changelog
Sourced from
@babel/traverse
's changelog.... (truncated)
Commits
b4b9942
v7.23.2b13376b
Only evaluate own String/Number/Math methods (#16033)ca58ec1
v7.23.00f333da
AddcreateImportExpressions
parser option (#15682)3744545
Fix lintingc7e6806
Addt.buildUndefinedNode
(#15893)38ee8b4
Expand evaluation of global built-ins in@babel/traverse
(#15797)9f3dfd9
v7.22.203ed28b2
Fully support||
and&&
inpluginToggleBooleanFlag
(#15961)77b0d73
v7.22.19Updates
parcel
from 1.12.3 to 1.12.4Changelog
Sourced fromparcel's changelog.
... (truncated)
Commits
d9ec7af
Publish430679c
Update yarn.lockfe08980
fix source maps on coffeescript assets (#3423)dc393bf
Fixes#3133 by upgrading serialize-to-js from 1.1.1 to 3.0.0 (#3451)96119be
Fix up misleading usage information (#3158)a92e9b2
bump chokidar to get a reload fix for linux (#2878)75a891e
Use uppercase for the first letter of the issue template (#3192)6fbfe96
Update dotenv-expand to allow overriding of falsy values (#2971)7ad25fd
Fixes 3076: HMR update breaks in webworker due to window (and location.reload...4b50182
Scope hoisting destructuring (#2742)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from theSecurity Alerts page.