Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @babel/preset-env to v7.13.0 #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Jan 8, 2023

This PR contains the following updates:

Package Type Update Change
@babel/preset-env (source) devDependencies minor 7.6.2 -> 7.13.0

By merging this PR, the below issues will be automatically resolved and closed:

Severity CVSS Score CVE GitHub Issue
Medium 5.3 CVE-2021-23364 #73
Medium 5.3 CVE-2022-25883 #126

Release Notes

babel/babel (@​babel/preset-env)

v7.13.0

Compare Source

v7.13.0 (2021-02-22)

You can read the release post at https://babeljs.io/blog/2021/02/22/7.13.0!

Thanks @​dsainati1, @​immitsu, and @​perrin4869 for your first PRs!

🚀 New Feature
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-module-blocks, babel-standalone, babel-traverse, babel-types
  • babel-generator, babel-parser, babel-types
  • babel-core, babel-register
  • babel-traverse
    • #​12603 feat(referencesImport): support named exports accessed via namespace imports (@​jeysal)
  • babel-plugin-transform-typescript, babel-preset-typescript
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-plugin-transform-parameters, babel-types
  • babel-plugin-proposal-record-and-tuple
  • babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-core, babel-helper-plugin-utils, babel-preset-env
  • babel-core, babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-core
🐛 Bug Fix
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, 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-typescript, babel-preset-env
  • babel-cli
  • babel-node
  • babel-standalone
  • babel-plugin-proposal-optional-chaining, babel-traverse
🏠 Internal
  • babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-decorators, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2
  • babel-plugin-transform-runtime
  • babel-standalone
  • babel-helper-transform-fixture-test-runner, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-decorators, babel-preset-env
🏃‍♀️ Performance
  • babel-register
🔬 Output optimization
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties
Committers: 14

v7.12.17

Compare Source

v7.12.17 (2021-02-18)

We re-published all the packages updated in v7.12.15 and v7.12.16, because we accidentally didn't include LICENSE files.

Thanks @​eltociear for your first PR!

🐛 Bug Fix
💅 Polish
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-private-methods
🏠 Internal
Committers: 7

v7.12.16

Compare Source

v7.12.16 (2021-02-11)
🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • babel-cli, babel-core, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-member-expression-to-functions, babel-helper-validator-option, babel-node, babel-parser, babel-plugin-proposal-class-static-block, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-optional-chaining, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-env, babel-preset-typescript
Committers: 5

v7.12.13

Compare Source

v7.12.13 (2021-02-03)

Thanks @​bradzacher, @​bz2, @​ChALkeR, @​FauxFaux, @​fedeci, @​karansapolia, @​panzarino, @​shrinktofit, and @​Zalathar for your first PRs!

👓 Spec Compliance
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-computed-properties, babel-plugin-transform-shorthand-properties
🐛 Bug Fix
💅 Polish
  • babel-helper-transform-fixture-test-runner, babel-parser, babel-preset-env
    • #​12716 refactor: raise AwaitNotInAsyncContext when an AwaitExpression will be parsed (@​JLHwung)
  • babel-cli, babel-core, babel-parser
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-private-methods
  • babel-helper-compilation-targets, babel-preset-env
  • babel-code-frame
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-transform-modules-commonjs, babel-plugin-transform-template-literals, babel-plugin-transform-unicode-escapes, babel-preset-env
  • babel-plugin-transform-react-jsx
Committers: 22

v7.12.11

Compare Source

v7.12.11 (2020-12-16)

Thanks @​vitorveiga for your first PR!

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-transform-block-scoping
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • babel-helper-builder-react-jsx-experimental, babel-preset-react
  • babel-preset-env
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx-development, babel-preset-react
🏠 Internal
Committers: 5

v7.12.10

Compare Source

v7.12.10 (2020-12-09)

Thanks @​AndrewSouthpaw for your first PR!

👓 Spec Compliance
  • babel-parser
    • #​12443 Make sure estree test should not throw if babel parser does not throw (@​JLHwung)
    • #​12375 Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled (@​JLHwung)
🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
Committers: 7

v7.12.7

Compare Source

v7.12.7 (2020-11-20)

Thanks @​fraywing for your first PR!

👓 Spec Compliance
🐛 Bug Fix
  • babel-parser
  • babel-helper-optimise-call-expression, babel-plugin-proposal-class-properties
  • babel-compat-data, babel-preset-env
  • babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-preset-env, babel-traverse
  • babel-plugin-proposal-numeric-separator
💅 Polish
  • babel-preset-react, babel-preset-typescript
  • babel-types
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-optional-chaining
Committers: 10

v7.12.1

Compare Source

v7.12.1 (2020-10-16)
🐛 Bug Fix
🏠 Internal
  • Other
  • Every package
  • babel-compat-data, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-remap-async-to-generator, babel-helper-simple-access, babel-helper-transform-fixture-test-runner, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-object-assign, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx-source, babel-plugin-transform-template-literals, babel-preset-env, babel-preset-react, babel-runtime-corejs2, babel-runtime, babel-standalone
Committers: 2

v7.12.0

Compare Source

v7.12.0 (2020-10-14)

Thanks @​akphi, @​Amareis, @​barronwei, @​iamfotx, @​mischnic, @​overlookmotel, @​ryanrhee, @​snitin315, @​sosukesuzuki, @​timgates42, @​zweimach for their first PRs.

👓 Spec Compliance
  • babel-core, babel-helper-module-transforms, babel-parser, babel-plugin-proposal-export-namespace-from, babel-plugin-syntax-module-string-names, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-types
  • babel-parser
🚀 New Feature
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-module-attributes, babel-standalone, babel-types
  • babel-core, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-replace-supers, babel-plugin-proposal-class-static-block, babel-plugin-transform-modules-commonjs, babel-standalone, babel-traverse, babel-types
  • babel-generator, babel-parser, babel-plugin-syntax-class-static-block, babel-types
  • babel-generator, babel-parser, babel-types
  • babel-parser, babel-types
  • babel-plugin-transform-modules-systemjs
  • babel-plugin-transform-typescript, babel-preset-typescript
  • babel-core, babel-helper-module-transforms, babel-parser, babel-plugin-proposal-export-namespace-from, babel-plugin-syntax-module-string-names, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-types
  • babel-core
🐛 Bug Fix
💅 Polish
🏠 Internal

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by WhiteSource label Jan 8, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/babel-preset-env-7.x-lockfile branch 5 times, most recently from 8f85e3b to 8d6b552 Compare January 19, 2023 07:46
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/babel-preset-env-7.x-lockfile branch 5 times, most recently from 5cfaa19 to 2f88d5f Compare January 28, 2023 00:06
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/babel-preset-env-7.x-lockfile branch 7 times, most recently from 02c12e6 to 392d0e3 Compare February 6, 2023 08:45
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/babel-preset-env-7.x-lockfile branch 10 times, most recently from 4827dba to a1fbdee Compare February 13, 2023 23:18
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/babel-preset-env-7.x-lockfile branch 2 times, most recently from eadeb7f to f7fa12b Compare February 15, 2023 09:48
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/babel-preset-env-7.x-lockfile branch 7 times, most recently from 2eb022e to 564138a Compare July 18, 2024 02:02
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/babel-preset-env-7.x-lockfile branch 6 times, most recently from 4a743da to c32b622 Compare July 26, 2024 02:02
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/babel-preset-env-7.x-lockfile branch 7 times, most recently from ad87ba3 to c29dffd Compare August 2, 2024 02:03
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/babel-preset-env-7.x-lockfile branch 7 times, most recently from 704efe0 to dcc0c07 Compare August 10, 2024 02:03
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/babel-preset-env-7.x-lockfile branch from dcc0c07 to 237401a Compare August 15, 2024 02:02
Copy link
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
[02:02:18.261] INFO (37892): Installing tool [email protected]...
[02:02:55.421] WARN (37892): Npm error:
npm ERR! weird error 1
[02:02:55.422] FATAL (37892): node-gyp update command failed
    err: {
      "type": "Error",
      "message": "node-gyp update command failed",
      "stack":
          Error: node-gyp update command failed
              at InstallNodeService.updateNodeGyp (/snapshot/dist/containerbase-cli.js:53021:13)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallNodeService.install (/snapshot/dist/containerbase-cli.js:53157:7)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:53690:11)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:53907:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:54101:3)
    }
[02:02:56.384] INFO (37892): Installed tool node with errors in 38.1s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by WhiteSource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants