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

fix(deps): update all minor dependencies #1875

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@babel/core (source) 7.25.8 -> 7.26.9 age adoption passing confidence devDependencies minor
@babel/preset-env (source) 7.25.8 -> 7.26.9 age adoption passing confidence devDependencies minor
@babel/preset-react (source) 7.24.7 -> 7.26.3 age adoption passing confidence devDependencies minor
@fortawesome/fontawesome-svg-core (source) 6.6.0 -> 6.7.2 age adoption passing confidence dependencies minor
@fortawesome/free-solid-svg-icons (source) 6.6.0 -> 6.7.2 age adoption passing confidence dependencies minor
@testing-library/jest-dom 6.5.0 -> 6.6.3 age adoption passing confidence devDependencies minor
Babel (source) 2.16.0 -> 2.17.0 age adoption passing confidence dependencies minor
WTForms (changelog) 3.1.2 -> 3.2.1 age adoption passing confidence dependencies minor
apig-wsgi (changelog) 2.18.0 -> 2.19.0 age adoption passing confidence dependencies minor
axe-core (source) 4.9.1 -> 4.10.2 age adoption passing confidence devDependencies minor
babel-loader 8.3.0 -> 8.4.1 age adoption passing confidence devDependencies minor
beautifulsoup4 (changelog) 4.12.3 -> 4.13.3 age adoption passing confidence test minor
blinker 1.8.2 -> 1.9.0 age adoption passing confidence dependencies minor
boto3 1.34.153 -> 1.37.0 age adoption passing confidence dependencies minor 1.37.5 (+4)
certifi 2024.8.30 -> 2024.12.14 age adoption passing confidence dependencies minor
cypress-axe 1.5.0 -> 1.6.0 age adoption passing confidence dependencies minor
cypress-real-events 1.13.0 -> 1.14.0 age adoption passing confidence devDependencies minor
html-validate (source) 8.18.2 -> 8.29.0 age adoption passing confidence dependencies minor
jquery-migrate 3.4.1 -> 3.5.2 age adoption passing confidence dependencies minor
mcr.microsoft.com/vscode/devcontainers/python 3.12 -> 3.13 age adoption passing confidence final minor
mypy (changelog) 1.11.2 -> 1.15.0 age adoption passing confidence test minor
node-polyglot 2.5.0 -> 2.6.0 age adoption passing confidence dependencies minor
nodemailer (source) 6.9.15 -> 6.10.0 age adoption passing confidence dependencies minor
notifications-utils 53.1.1 -> 53.2.0 age adoption passing confidence dependencies minor
poethepoet ^0.24.4 -> ^0.32.0 age adoption passing confidence test minor 0.33.0
python ~3.12.7 -> ~3.13.0 age adoption passing confidence dependencies minor
ruff (source, changelog) ^0.8.2 -> ^0.9.0 age adoption passing confidence test minor 0.9.9 (+1)
translate-toolkit 3.13.2 -> 3.15.0 age adoption passing confidence dependencies minor
validators (changelog) ^0.28.3 -> ^0.34.0 age adoption passing confidence dependencies minor
webpack 5.94.0 -> 5.98.0 age adoption passing confidence devDependencies 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.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
FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v6.7.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

testing-library/jest-dom (@​testing-library/jest-dom)

v6.6.3

Compare Source

Bug Fixes
  • add vitest import when extending vitest matchers (#​646) (5ba0156)

v6.6.2

Compare Source

Bug Fixes

v6.6.1

Compare Source

Bug Fixes

v6.6.0

Compare Source

Features
python-babel/babel (Babel)

v2.17.0

Compare Source

Happy 2025! This release is being made from FOSDEM 2025, in Brussels, Belgium.

Thank you to all contributors, new and old,
and here's to another great year of internationalization and localization!

Features


* CLDR: Babel now uses CLDR 46, by @​tomasr8 in :gh:`1145`
* Dates: Allow specifying an explicit format in parse_date/parse_time by @​tomasr8 in :gh:`1131`
* Dates: More alternate characters are now supported by `format_skeleton`. By @​tomasr8 in :gh:`1122`
* Dates: Support short and narrow formats for format_timedelta when using `add_direction`, by @​akx in :gh:`1163`
* Messages: .po files now enclose white spaces in filenames like GNU gettext does. By @​Dunedan in :gh:`1105`, and @​tomasr8 in :gh:`1120`
* Messages: Initial support for `Message.python_brace_format`, by @​tomasr8 in :gh:`1169`
* Numbers: LC_MONETARY is now preferred when formatting currencies, by @​akx in :gh:`1173`

Bugfixes
  • Dates: Make seconds optional in parse_time time formats by @​tomasr8 in :gh:1141
  • Dates: Replace str.index with str.find by @​tomasr8 in :gh:1130
  • Dates: Strip extra leading slashes in /etc/localtime by @​akx in :gh:1165
  • Dates: Week numbering and formatting of dates with week numbers was repaired by @​jun66j5 in :gh:1179
  • General: Improve handling for locale=None by @​akx in :gh:1164
  • General: Remove redundant assignment in Catalog.__setitem__ by @​tomasr8 in :gh:1167
  • Messages: Fix extracted lineno with nested calls, by @​dylankiss in :gh:1126
  • Messages: Fix of list index out of range when translations is empty, by @​gabe-sherman in :gh:1135
  • Messages: Fix the way obsolete messages are stored by @​tomasr8 in :gh:1132
  • Messages: Simplify read_mo logic regarding catalog.charset by @​tomasr8 in :gh:1148
  • Messages: Use the first matching method & options, rather than first matching method & last options, by @​jpmckinney in :gh:1121

Deprecation and compatibility


* Dates: Fix deprecation warnings for `datetime.utcnow()` by @​tomasr8 in :gh:`1119`
* Docs: Adjust docs/conf.py to add compatibility with sphinx 8 by @​hrnciar in :gh:`1155`
* General: Import `Literal` from the typing module by @​tomasr8 in :gh:`1175`
* General: Replace `OrderedDict` with just `dict` by @​tomasr8 in :gh:`1149`
* Messages: Mark `wraptext` deprecated; use `TextWrapper` directly in `write_po` by @​akx in :gh:`1140`

Infrastructure
~~~~~~~~~~~~~~

* Add tzdata as dev dependency and sync with tox.ini by @​wandrew004 in :gh:`1159`
* Duplicate test code was deleted by @​mattdiaz007 in :gh:`1138`
* Increase test coverage of the `python_format` checker by @​tomasr8 in :gh:`1176`
* Small cleanups by @​akx in :gh:`1160`, :gh:`1166`, :gh:`1170` and :gh:`1172`
* Update CI to use python 3.13 and Ubuntu 24.04 by @​tomasr8 in :gh:`1153`
adamchainz/apig-wsgi (apig-wsgi)

v2.19.0

Compare Source

  • Support Python 3.13.

  • Drop Python 3.8 support.

  • Send binary responses if the 'content-encoding' header is set to any value, rather than just 'gzip'.

    Thanks to Zoe Guillen for the report in PR #&#8203;496 <https://github.com/adamchainz/apig-wsgi/pull/496>__.

  • Enable binary support by default for ALB events.

    Thanks to Oliver Ford for the report in Issue #&#8203;513 <https://github.com/adamchainz/apig-wsgi/issues/513>__.

  • Treat the content-type header "application/problem+json" as non binary by default.

    Thanks to Ido Savion in PR #&#8203;503 <https://github.com/adamchainz/apig-wsgi/pull/503>__.

dequelabs/axe-core (axe-core)

v4.10.2

Compare Source

v4.10.1

Compare Source

v4.10.0

Compare Source

Features
Bug Fixes
4.9.1 (2024-05-06)
Bug Fixes
  • Prevent errors when loading axe in a page with prototype.js
  • aria-allowed-attr: allow meter role allowed aria-* attributes on meter element (#​4435) (7ac6392)
  • aria-allowed-role: add gridcell, separator, slider and treeitem to allowed roles of button element (#​4398) (4788bf8)
  • aria-roles: correct abstract roles (types) for aria-roles(#​4421)
  • aria-valid-attr-value: aria-controls & aria-haspopup incomplete (#​4418)
  • fix building axe-core translation files with region locales (#​4396) (5c318f3), closes #​4388
  • invalidrole: allow upper and mixed case role names (#​4358) (105016c), closes #​2695
  • isVisibleOnScreen: account for position: absolute elements inside overflow container (#​4405) (2940f6e), closes #​4016
  • label-content-name-mismatch: better dismiss and wysiwyg symbolic text characters (#​4402)
  • region: Decorative images ignored by region rule (#​4412)
  • target-size: ignore descendant elements in shadow dom (#​4410) (6091367)
  • target-size: pass for element that has nearby elements that are obscured (#​4422) (3a90bb7), closes #​4387
babel/babel-loader (babel-loader)

v8.4.1

Compare Source

What's Changed

Full Changelog: babel/babel-loader@v8.4.0...v8.4.1

v8.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v8.3.0...v8.4.0

pallets-eco/blinker (blinker)

v1.9.0

Compare Source

Released 2024-11-08

  • Drop support for Python 3.8. :pr:175
  • Remove previously deprecated __version__, receiver_connected,
    Signal.temporarily_connected_to and WeakNamespace. :pr:172
  • Skip weakref signal cleanup if the interpreter is shutting down.
    :issue:173
boto/boto3 (boto3)

v1.37.0

Compare Source

======

  • api-change:bedrock-agent: [botocore] This release improves support for newer models in Amazon Bedrock Flows.
  • api-change:bedrock-agent-runtime: [botocore] Adding support for ReasoningContent fields in Pre-Processing, Post-Processing and Orchestration Trace outputs.
  • api-change:bedrock-runtime: [botocore] This release adds Reasoning Content support to Converse and ConverseStream APIs
  • api-change:elasticache: [botocore] Documentation update, adding clarity and rephrasing.
  • api-change:elastic-inference: [botocore] The elastic-inference client has been removed following the deprecation of the service.
  • feature:Endpoints: [botocore] Generate and use AWS-account-based endpoints for compatible services when the account ID is available. At launch, DynamoDB is the first and only compatible service. The new endpoint URL pattern will be https://<account-id>.ddb.<region>.amazonaws.com. Additional services may be added in the future. See the documentation for details: https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html

v1.36.26

Compare Source

=======

  • api-change:appstream: [botocore] Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets.
  • api-change:bedrock-agent: [botocore] Introduce a new parameter which represents the user-agent header value used by the Bedrock Knowledge Base Web Connector.

v1.36.25

Compare Source

=======

  • api-change:codebuild: [botocore] Add webhook status and status message to AWS CodeBuild webhooks
  • api-change:guardduty: [botocore] Reduce the minimum number of required attack sequence signals from 2 to 1
  • api-change:license-manager-user-subscriptions: [botocore] Updates entity to include Microsoft RDS SAL as a valid type of user subscription.
  • api-change:rds: [botocore] CloudWatch Database Insights now supports Amazon RDS.
  • api-change:sagemaker: [botocore] Added new capability in the UpdateCluster operation to remove instance groups from your SageMaker HyperPod cluster.
  • api-change:workspaces-web: [botocore] Add support for toolbar configuration under user settings.

v1.36.24

Compare Source

=======

  • api-change:codepipeline: [botocore] Add environment variables to codepipeline action declaration.
  • api-change:ecs: [botocore] This is a documentation only release for Amazon ECS that supports the CPU task limit increase.
  • api-change:lightsail: [botocore] Documentation updates for Amazon Lightsail.
  • api-change:location: [botocore] Adds support for larger property maps for tracking and geofence positions changes. It increases the maximum number of items from 3 to 4, and the maximum value length from 40 to 150.
  • api-change:mailmanager: [botocore] This release adds additional metadata fields in Mail Manager archive searches to show email source and details about emails that were archived when being sent with SES.
  • api-change:network-firewall: [botocore] This release introduces Network Firewall's Automated Domain List feature. New APIs include UpdateFirewallAnalysisSettings, StartAnalysisReport, GetAnalysisReportResults, and ListAnalysisReports. These allow customers to enable analysis on firewalls to identify and report frequently accessed domain.
  • api-change:sagemaker: [botocore] Adds r8g instance type support to SageMaker Realtime Endpoints
  • api-change:sesv2: [botocore] This release adds the ability for outbound email sent with SES to preserve emails to a Mail Manager archive.

v1.36.23

Compare Source

=======

  • api-change:batch: [botocore] This documentation-only update corrects some typos.
  • api-change:emr-containers: [botocore] EMR on EKS StartJobRun Api will be supporting the configuration of log storage in AWS by using "managedLogs" under "MonitoringConfiguration".
  • api-change:medialive: [botocore] Adds support for creating CloudWatchAlarmTemplates for AWS Elemental MediaTailor Playback Configuration resources.

v1.36.22

Compare Source

=======

  • api-change:amplify: [botocore] Add ComputeRoleArn to CreateApp, UpdateApp, CreateBranch, and UpdateBranch, allowing caller to specify a role to be assumed by Amplify Hosting for server-side rendered applications.
  • api-change:dms: [botocore] Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API.
  • api-change:timestream-influxdb: [botocore] This release introduces APIs to manage DbClusters and adds support for read replicas
  • enhancement:Parsers: [botocore] Minor Parser updates to support the new smithy-generated protocol tests. See boto/botocore#3247 <https://github.com/boto/botocore/pull/3247>__ for more details.

v1.36.21

Compare Source

=======

  • api-change:codebuild: [botocore] Added test suite names to test case metadata
  • api-change:connect: [botocore] Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency.
  • api-change:dms: [botocore] Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications
  • api-change:rds-data: [botocore] Add support for Stop DB feature.
  • api-change:s3: [botocore] Added support for Content-Range header in HeadObject response.
  • api-change:wafv2: [botocore] The WAFv2 API now supports configuring data protection in webACLs.
  • api-change:workspaces-thin-client: [botocore] Update Environment and Device name field definitions

v1.36.20

Compare Source

=======

  • api-change:accessanalyzer: [botocore] This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation.
  • api-change:acm-pca: [botocore] Private Certificate Authority (PCA) documentation updates
  • api-change:ecs: [botocore] This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format.
  • api-change:fis: [botocore] Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration.
  • api-change:sagemaker: [botocore] Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type.
  • api-change:storagegateway: [botocore] This release adds support for generating cache reports on S3 File Gateways for files that fail to upload.

v1.36.19

Compare Source

=======

  • api-change:b2bi: [botocore] Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code
  • api-change:bedrock-agent: [botocore] This releases adds the additionalModelRequestFields field to the CreateAgent and UpdateAgent operations. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
  • api-change:bedrock-agent-runtime: [botocore] This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
  • api-change:codebuild: [botocore] Add note for the RUNNER_BUILDKITE_BUILD buildType.
  • api-change:fsx: [botocore] Support for in-place Lustre version upgrades
  • api-change:medialive: [botocore] Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations.
  • api-change:opensearchserverless: [botocore] Custom OpenSearchServerless Entity ID for SAML Config.
  • api-change:polly: [botocore] Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only.
  • enhancement:Protocols: [botocore] Added support for multiple protocols within a service based on performance priority.

v1.36.18

Compare Source

=======

  • api-change:acm-pca: [botocore] Private Certificate Aut

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Contributor Author

renovate bot commented Jun 22, 2024

⚠️ 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: poetry.lock
Updating dependencies
Resolving dependencies...

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

The current project's supported Python range (>=3.13.0,<3.14.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.13.0,<3.14.0

Because notification-admin depends on notifications-utils (53.2.0) @ git+https://github.com/cds-snc/[email protected] which 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>"

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

@renovate renovate bot force-pushed the renovate/all-minor branch 10 times, most recently from 7315bb1 to a599c3c Compare June 28, 2024 18:18
@renovate renovate bot force-pushed the renovate/all-minor branch 5 times, most recently from 19b5c46 to 9f58966 Compare July 10, 2024 19:09
@renovate renovate bot force-pushed the renovate/all-minor branch 7 times, most recently from d22f3ca to da42ddd Compare July 17, 2024 20:03
@renovate renovate bot force-pushed the renovate/all-minor branch 5 times, most recently from 2f6c6fb to 4d2fc46 Compare July 22, 2024 19:11
@renovate renovate bot force-pushed the renovate/all-minor branch 19 times, most recently from 1872003 to ec2e6c8 Compare February 26, 2025 14:29
@renovate renovate bot force-pushed the renovate/all-minor branch 9 times, most recently from 443c881 to aac548d Compare March 3, 2025 18:45
@renovate renovate bot force-pushed the renovate/all-minor branch from aac548d to f5a49cc Compare March 4, 2025 01:14
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