forest-express-mongoose
forest-express-mongoose copied to clipboard
chore(deps-dev): bump @babel/plugin-proposal-optional-chaining from 7.14.5 to 7.21.0
Bumps @babel/plugin-proposal-optional-chaining from 7.14.5 to 7.21.0.
Release notes
Sourced from @​babel/plugin-proposal-optional-chaining's releases.
v7.21.0 (2023-02-20)
Thanks
@​azizghuloum,@​ehoogeveen-medweb,@​fwienber, and@​Lioness100for your first PRs!:rocket: New Feature
babel-core,babel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods,babel-plugin-proposal-private-property-in-object
- #15435 feat: Implement
privateFieldsAsSymbolsassumption for classes (@​fwienber)babel-helper-create-regexp-features-plugin,babel-plugin-proposal-regexp-modifiers,babel-standalone
- #15226 feat: Support regexp modifiers proposal (
@​liuxingbaoyu)babel-cli,babel-core,babel-generator,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-plugin-transform-react-jsx,babel-traverse
- #15022 feat: Generate sourcemaps of friendly call frames (
@​liuxingbaoyu)babel-parser,babel-types
- #15384 [ts] Support
constmodifier in type parameters (@​nicolo-ribaudo)babel-generator,babel-helpers,babel-parser,babel-plugin-proposal-decorators,babel-plugin-syntax-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15405 Implement decorators as presented at
2023-01TC39 meeting (@​nicolo-ribaudo)babel-parser
- #15114 Parser option to allow
new.targetoutside functions (@​overlookmotel)- #15320 Add
annexb: falseparser option to disable Annex B (@​nicolo-ribaudo)babel-core
- #15283 feat: Support
.ctsas configuration file (@​liuxingbaoyu)babel-generator,babel-parser,babel-plugin-transform-typescript
- #15381 [ts] Support
export type * from(@​nicolo-ribaudo):bug: Bug Fix
babel-plugin-transform-typescript
- #15379 [ts5.0] Better inlining of constants in enums (
@​liuxingbaoyu)babel-core
- #15366 handling circular/shared structures in deep-clone (
@​azizghuloum)babel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-proposal-private-methods,babel-plugin-transform-classes,babel-plugin-transform-new-target
- #15406 Preserve class elements comments in class transform (
@​JLHwung)babel-parser,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-types
- #15414 [ts] Fix restrictions for optional parameters (
@​nicolo-ribaudo):nail_care: Polish
babel-parser
- #15400 polish: improve "
awaitas identifier" error in modules (@​JLHwung):house: Internal
babel-core
- #15137 Improve CJS compat with ESM-based
@babel/core(@​nicolo-ribaudo):microscope: Output optimization
babel-plugin-transform-typescript
- #15418 [ts] Handle exponentiation operator in constant folding (
@​ehoogeveen-medweb)Committers: 11
- Abdulaziz Ghuloum (
@​azizghuloum)- Babel Bot (
@​babel-bot)- Emanuel Hoogeveen (
@​ehoogeveen-medweb)- Frank Wienberg (
@​fwienber)
... (truncated)
Changelog
Sourced from @​babel/plugin-proposal-optional-chaining's changelog.
v7.21.0 (2023-02-20)
:rocket: New Feature
babel-core,babel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods,babel-plugin-proposal-private-property-in-object
- #15435 feat: Implement
privateFieldsAsSymbolsassumption for classes (@​fwienber)babel-helper-create-regexp-features-plugin,babel-plugin-proposal-regexp-modifiers,babel-standalone
- #15226 feat: Support regexp modifiers proposal (
@​liuxingbaoyu)babel-cli,babel-core,babel-generator,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-plugin-transform-react-jsx,babel-traverse
- #15022 feat: Generate sourcemaps of friendly call frames (
@​liuxingbaoyu)babel-parser,babel-types
- #15384 [ts] Support
constmodifier in type parameters (@​nicolo-ribaudo)babel-generator,babel-helpers,babel-parser,babel-plugin-proposal-decorators,babel-plugin-syntax-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15405 Implement decorators as presented at
2023-01TC39 meeting (@​nicolo-ribaudo)babel-parser
- #15114 Parser option to allow
new.targetoutside functions (@​overlookmotel)- #15320 Add
annexb: falseparser option to disable Annex B (@​nicolo-ribaudo)babel-core
- #15283 feat: Support
.ctsas configuration file (@​liuxingbaoyu)babel-generator,babel-parser,babel-plugin-transform-typescript
- #15381 [ts] Support
export type * from(@​nicolo-ribaudo):bug: Bug Fix
babel-plugin-transform-typescript
- #15379 [ts5.0] Better inlining of constants in enums (
@​liuxingbaoyu)babel-core
- #15366 handling circular/shared structures in deep-clone (
@​azizghuloum)babel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-proposal-private-methods,babel-plugin-transform-classes,babel-plugin-transform-new-target
- #15406 Preserve class elements comments in class transform (
@​JLHwung)babel-parser,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-types
- #15414 [ts] Fix restrictions for optional parameters (
@​nicolo-ribaudo):nail_care: Polish
babel-parser
- #15400 polish: improve "
awaitas identifier" error in modules (@​JLHwung):house: Internal
babel-core
- #15137 Improve CJS compat with ESM-based
@babel/core(@​nicolo-ribaudo):microscope: Output optimization
babel-plugin-transform-typescript
- #15418 [ts] Handle exponentiation operator in constant folding (
@​ehoogeveen-medweb)v7.20.15 (2023-02-02)
:eyeglasses: Spec Compliance
babel-parser
- #15391 Disallow await as bound name in using declaration (
@​JLHwung)babel-generator,babel-parser,babel-plugin-proposal-export-namespace-from
- #15385 Disallows specifiers after export * as ns (
@​JLHwung)
... (truncated)
Commits
de7d75av7.21.034136c5docs: fix typos (#15432)d414940v7.20.7362451bchore: Enable eslint ruleno-unnecessary-type-assertion(#15260)67cb9f1fix: Correctly generate(a ?? b) as T(#15258)d45d59aImprove comments generation (#14979)f1ac290v7.18.90df9f62RemoveSuperfromExpressionalias (#14750)41582eeProvide better parentPath typings (#14739)7c91b80v7.18.6- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Code Climate has analyzed commit e1f376d9 and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (95% is the threshold).
This pull request will bring the total coverage in the repository to 86.6%.
View more on Code Climate.