Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2022

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) ^7.17.8 -> ^7.28.5 age confidence
@babel/preset-env (source) ^7.16.11 -> ^7.28.5 age confidence
@babel/preset-typescript (source) ^7.16.7 -> ^7.28.5 age confidence
@microsoft/api-documenter (source) ^7.17.0 -> ^7.28.1 age confidence
@microsoft/api-extractor (source) ^7.20.0 -> ^7.55.1 age confidence
@nuxt/types (source) ^2.15.8 -> ^2.18.1 age confidence
@types/cookie-parser (source) ^1.4.2 -> ^1.4.10 age confidence
@types/jest (source) ^27.4.1 -> ^27.5.2 age confidence
@types/jsonwebtoken (source) ^8.5.8 -> ^8.5.9 age confidence
@types/lodash.get (source) ^4.4.6 -> ^4.4.9 age confidence
@types/node (source) ^16.11.26 -> ^16.18.126 age confidence
@​types/puppeteer ^5.4.5 -> ^5.4.7 age confidence
axios (source) ^0.26.1 -> ^0.30.2 age confidence
body-parser ^1.19.2 -> ^1.20.4 age confidence
bootstrap-vue (source) ^2.21.2 -> ^2.23.1 age confidence
cookie ^0.4.2 -> ^0.7.2 age confidence
cookie-parser ^1.4.6 -> ^1.4.7 age confidence
eslint (source) ^8.12.0 -> ^8.57.1 age confidence
eslint-config-prettier ^8.5.0 -> ^8.10.2 age confidence
eslint-plugin-prettier ^4.0.0 -> ^4.2.5 age confidence
express (source) ^4.17.3 -> ^4.22.1 age confidence
express-jwt ^6.1.1 -> ^6.1.2 age confidence
jiti ^1.13.0 -> ^1.21.7 age confidence
jquery (source) ^3.6.0 -> ^3.7.1 age confidence
nuxt (source) ^2.15.8 -> ^2.18.1 age confidence
oidc-provider ^7.10.6 -> ^7.14.3 age confidence
playwright (source) ^1.20.1 -> ^1.57.0 age confidence
prettier (source) ^2.6.1 -> ^2.8.8 age confidence
ts-jest (source) ^27.1.4 -> ^27.1.5 age confidence
ts-loader ^8.3.0 -> ^8.4.0 age confidence
typescript (source) ^4.6.3 -> ^4.9.5 age confidence
vue (source) 2.6.14 -> 2.7.16 age confidence

Release Notes

babel/babel (@​babel/core)

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

v7.26.8

Compare Source

v7.26.8 (2025-02-08)
🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7

Compare Source

🐛 Bug Fix

v7.26.0

Compare Source

🚀 New Feature
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser
🐛 Bug Fix
💅 Polish
  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone
🏠 Internal
🏃‍♀️ Performance
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance

v7.25.8

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-partial-application, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-preset-env

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance

v7.25.2

Compare Source

🐛 Bug Fix

v7.24.9

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal

v7.24.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish

v7.24.7

Compare Source

🐛 Bug Fix

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Apr 1, 2022
@renovate renovate bot closed this Apr 1, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch April 1, 2022 08:39
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Apr 1, 2022
@renovate renovate bot reopened this Apr 1, 2022
@renovate renovate bot restored the renovate/all-minor-patch branch April 1, 2022 21:44
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency playwright to ^1.20.2 Apr 1, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ea14fea to e129506 Compare April 1, 2022 21:44
@renovate renovate bot changed the title chore(deps): update devdependency playwright to ^1.20.2 chore(deps): update all non-major dependencies Apr 2, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 49147e5 to 63c625f Compare April 9, 2022 03:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a1c886c to 0bc3412 Compare April 15, 2022 01:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 175886b to 4092b03 Compare April 23, 2022 02:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 82185e8 to 7bae7a6 Compare August 20, 2025 21:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ace8c72 to 97cf41f Compare September 5, 2025 19:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4bdf1c2 to 691077a Compare September 13, 2025 11:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6c64f70 to f7d5209 Compare September 27, 2025 14:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 42eacee to 0f770e8 Compare October 6, 2025 15:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f770e8 to 316fb5d Compare October 8, 2025 05:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from cdd4c36 to d4506a0 Compare October 24, 2025 03:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d4506a0 to de2627d Compare October 24, 2025 10:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2b09d1e to c7a6402 Compare November 10, 2025 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0767862 to 0a6f391 Compare November 18, 2025 23:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4251aa3 to ce2087f Compare November 25, 2025 12:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 686032b to 953ea7d Compare December 1, 2025 22:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 953ea7d to 1d10c06 Compare December 3, 2025 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant