Skip to content

fix(deps): update all non-major dependencies#5566

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-non-major-dependencies
Open

fix(deps): update all non-major dependencies#5566
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-non-major-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@babel/core (source) 7.26.87.29.0 age confidence devDependencies minor
@babel/plugin-transform-modules-commonjs (source) 7.26.37.28.6 age confidence devDependencies minor
@babel/preset-env (source) 7.26.87.29.0 age confidence devDependencies minor
@babel/preset-typescript (source) 7.26.07.28.5 age confidence devDependencies minor
@babel/register (source) 7.25.97.28.6 age confidence devDependencies minor
@changesets/changelog-github (source) 0.5.00.6.0 age confidence devDependencies minor
@changesets/cli (source) 2.27.122.30.0 age confidence devDependencies minor
@changesets/get-github-info (source) 0.6.00.8.0 age confidence dependencies minor
@grpc/grpc-js (source) ~1.9.0~1.14.0 age confidence dependencies minor
@grpc/proto-loader (source) ^0.7.8^0.8.0 age confidence dependencies minor
@rollup/plugin-node-resolve (source) 16.0.016.0.3 age confidence dependencies patch
@rollup/plugin-node-resolve (source) 16.0.016.0.3 age confidence devDependencies patch
@rollup/plugin-replace (source) 6.0.26.0.3 age confidence devDependencies patch
@rushstack/node-core-library (source) 5.19.15.20.3 age confidence dependencies minor
@rushstack/ts-command-line (source) 4.23.34.23.7 age confidence dependencies patch
@types/express (source) 4.17.214.17.25 age confidence devDependencies patch
@types/inquirer (source) 8.2.108.2.12 age confidence devDependencies patch
@types/listr (source) 0.14.90.14.10 age confidence devDependencies patch
@types/mz (source) 2.7.82.7.9 age confidence devDependencies patch
@types/node (source) 18.19.8318.19.130 age confidence dependencies patch
@types/node (source) 18.19.8318.19.130 age confidence devDependencies patch
@types/request (source) 2.48.122.48.13 age confidence devDependencies patch
@types/yargs (source) 17.0.3317.0.35 age confidence devDependencies patch
babel-jest (source) 30.2.030.3.0 age confidence devDependencies minor
cors 2.8.52.8.6 age confidence dependencies patch
eslint-plugin-import 2.31.02.32.0 age confidence devDependencies minor
express (source) 4.21.24.22.1 age confidence devDependencies minor
firebase (source, changelog) 11.8.111.10.0 age confidence dependencies minor
firebase-tools 13.30.013.35.1 age confidence devDependencies minor
inquirer (source) 8.2.68.2.7 age confidence devDependencies patch
jest (source) 30.2.030.3.0 age confidence devDependencies minor
jest-environment-jsdom (source) 30.2.030.3.0 age confidence devDependencies minor
js-yaml 4.1.04.1.1 age confidence dependencies patch
js-yaml 4.1.04.1.1 age confidence devDependencies patch
json-stable-stringify 1.2.11.3.0 age confidence devDependencies minor
mocha-chai-jest-snapshot 1.1.61.1.7 age confidence devDependencies patch
node 22.10.022.22.1 age confidence uses-with minor
playwright (source) 1.51.11.58.2 age confidence devDependencies minor
protobufjs (source) 7.4.07.5.4 age confidence devDependencies minor
protobufjs-cli ^1.1.3^1.2.0 age confidence devDependencies minor
rollup (source) 2.79.22.80.0 age confidence dependencies minor
rollup (source) 2.79.22.80.0 age confidence devDependencies minor
rollup-plugin-license 3.5.33.7.0 age confidence devDependencies minor
selenium-webdriver (source) 4.30.04.41.0 age confidence devDependencies minor
semver 7.7.17.7.4 age confidence devDependencies patch
simple-git (source) 3.27.03.32.3 age confidence devDependencies minor
sinon.js (source) 4.1.34.5.0 age confidence minor
terser (source) 5.37.05.46.0 age confidence dependencies minor
terser (source) 5.38.15.46.0 age confidence devDependencies minor
ts-essentials 10.0.410.1.1 age confidence devDependencies minor
ts-loader 9.5.29.5.4 age confidence devDependencies patch
tsec 0.2.80.2.9 age confidence devDependencies patch
webpack 5.98.05.105.4 age confidence dependencies minor
webpack 5.98.05.105.4 age confidence devDependencies minor
webpack-dev-server 5.2.15.2.3 age confidence devDependencies patch

Release Notes

babel/babel (@​babel/core)

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6

v7.28.6

Compare Source

v7.28.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse
🏠 Internal
🏃‍♀️ Performance

v7.28.4

Compare Source

🏠 Internal

v7.28.3

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

v7.28.0

Compare Source

🚀 New Feature
  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types
🐛 Bug Fix
🏠 Internal
  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3

v7.27.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread

v7.27.4

Compare Source

👓 Spec Compliance
  • babel-parser, babel-plugin-proposal-explicit-resource-management
💅 Polish
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

v7.27.3

Compare Source

🐛 Bug Fix
  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • #​17257 Preserve class id when transforming using declarations with exported class (@​JLHwung)
  • babel-parser
  • babel-generator, babel-parser

v7.27.1

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #​17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator
💅 Polish
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse
🏠 Internal
  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • Other
  • babel-register
  • babel-cli, babel-compat-data, babel-core, babel-generator, babel-helper-compilation-targets, babel-helper-fixtures, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-plugin-test-runner, babel-helper-transform-fixture-test-runner, babel-helpers, babel-node, babel-parser, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-react-display-name, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-preset-env, babel-register, babel-standalone, babel-types
  • babel-plugin-transform-regenerator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-regenerator
  • babel-helpers
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

v7.26.10

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal
babel/babel (@​babel/preset-typescript)

v7.28.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse
🏠 Internal

Configuration

📅 Schedule: Branch creation - "before 3am on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Oct 1, 2021

⚠️ No Changeset found

Latest commit: 8b46f16

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@google-oss-bot
Copy link
Collaborator

google-oss-bot commented Oct 1, 2021

@google-oss-bot
Copy link
Collaborator

google-oss-bot commented Oct 1, 2021

Size Analysis Report 1

Affected Products

No changes between base commit (6a02778) and merge commit (0747f3e).

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/f6gT6LNxO9.html

@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from bf50472 to d526749 Compare October 1, 2021 08:38
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 10 times, most recently from c2979ca to 6cf7147 Compare October 6, 2021 21:40
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 16 times, most recently from 99ceda6 to 5d1f27e Compare October 25, 2021 19:45
@dwyfrequency
Copy link
Contributor

@dwyfrequency either make a copy of this PR and try to remove problematic PRs or do a blank branch and one by one add in updates

@github-actions
Copy link
Contributor

github-actions bot commented May 27, 2022

Changeset File Check ✅

  • No modified packages are missing from the changeset file.
  • No changeset formatting errors detected.

@@ -25,7 +25,7 @@
<script src="/firebase-messaging.js"></script>
<script src="../app.js"></script>
<script src="../constants.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium test

Script loaded from content delivery network with no integrity check.
@@ -26,7 +26,7 @@
<script src="/firebase-messaging.js"></script>
<script src="../app.js"></script>
<script src="../constants.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium test

Script loaded from content delivery network with no integrity check.
@@ -26,7 +26,7 @@
<script src="/firebase-messaging.js"></script>
<script src="../app.js"></script>
<script src="../constants.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium test

Script loaded from content delivery network with no integrity check.
@@ -26,7 +26,7 @@
<script src="/firebase-messaging.js"></script>
<script src="../app.js"></script>
<script src="../constants.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium test

Script loaded from content delivery network with no integrity check.
@github-actions
Copy link
Contributor

Vertex AI Mock Responses Check ⚠️

A newer major version of the mock responses for Vertex AI unit tests is available. update_vertexai_responses.sh should be updated to clone the latest version of the responses: v16.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants