Skip to content

fix(deps): update all minor dependencies#2623

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor
Open

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 21, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@babel/core (source) 7.25.87.29.0 age confidence devDependencies minor
@babel/preset-env (source) 7.25.87.29.2 age confidence devDependencies minor
@babel/preset-react (source) 7.24.77.28.5 age confidence devDependencies minor
@cdssnc/sanitize-pii 2.0.02.1.2 age confidence dependencies minor
@fortawesome/fontawesome-svg-core (source) 6.6.06.7.2 age confidence dependencies minor
@fortawesome/free-solid-svg-icons (source) 6.6.06.7.2 age confidence dependencies minor
@testing-library/jest-dom 6.5.06.9.1 age confidence devDependencies minor
@tiptap/extension-blockquote (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-bold (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-bullet-list (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-document (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-hard-break (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-heading (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-history (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-horizontal-rule (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-italic (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-link (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-list-item (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-ordered-list (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-paragraph (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-text (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/extension-text-align (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/pm (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/react (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
@tiptap/starter-kit (source) 3.15.33.21.0 age confidence dependencies minor 3.22.2 (+2)
aws-xray-sdk 2.14.02.15.0 age confidence dependencies minor
babel-loader 8.3.08.4.1 age confidence devDependencies minor
certifi 2024.8.302024.12.14 age confidence dependencies minor
gulp-rename 2.0.02.1.0 age confidence devDependencies minor
jquery-migrate 3.4.13.6.0 age confidence dependencies minor
node-polyglot 2.5.02.6.0 age confidence dependencies minor
python ~3.12.7~3.14.0 age confidence dependencies minor
ruff (source, changelog) ^0.8.2^0.15.0 age confidence test minor 0.15.9
types-requests (changelog) 2.32.4.202509132.33.0.20260327 age confidence test minor 2.33.0.20260402
unidecode 1.3.81.4.0 age confidence dependencies minor

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

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

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
babel/babel (@​babel/preset-env)

v7.29.2

Compare Source

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
    • #​17519 fix: rest correctly returns plain array ([@&

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 21, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts 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: poetry.lock
The --no-wheel and --wheel options are deprecated. They have no effect for Python > 3.8 as wheel is no longer bundled in virtualenv.
Updating dependencies
Resolving dependencies...

Creating virtualenv notification-admin-3EIkLYcy-py3.14 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.14.0,<3.15.0) is not compatible with some of the required packages Python requirement:
  - notifications-utils requires Python ~3.12.7, so it will not be satisfied for Python >=3.14.0,<3.15.0
  - notifications-utils requires Python ~3.12.7, so it will not be satisfied for Python >=3.14.0,<3.15.0

Because notifications-utils (53.2.20) @ git+https://github.com/cds-snc/notifier-utils.git@53.2.20 requires Python ~3.12.7
 and notifications-utils (53.2.20) @ git+https://github.com/cds-snc/notifier-utils.git@53.2.20 requires Python ~3.12.7, version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For notifications-utils, a possible solution would be to set the `python` property to "<empty>"
    For notifications-utils, a possible solution would be to set the `python` property to "<empty>"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: notifications-admin@0.0.1
npm ERR! Found: @tiptap/pm@3.21.0
npm ERR! node_modules/@tiptap/pm
npm ERR!   @tiptap/pm@"3.21.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @tiptap/pm@"^3.22.1" from @tiptap/core@3.22.1
npm ERR! node_modules/@tiptap/core
npm ERR!   peer @tiptap/core@"^3.21.0" from @tiptap/extension-blockquote@3.21.0
npm ERR!   node_modules/@tiptap/extension-blockquote
npm ERR!     @tiptap/extension-blockquote@"3.21.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2026-04-03T18_46_06_021Z-debug-0.log

@renovate renovate bot added the Renovate label Mar 21, 2026
@renovate renovate bot force-pushed the renovate/all-minor branch 11 times, most recently from 964a650 to fb32340 Compare March 27, 2026 19:34
@renovate renovate bot force-pushed the renovate/all-minor branch 5 times, most recently from b6f27de to 1d25bb4 Compare April 2, 2026 15:35
@renovate renovate bot force-pushed the renovate/all-minor branch from 1d25bb4 to 6b9e474 Compare April 3, 2026 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants