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.8 age adoption passing confidence devDependencies minor 7.26.9
@babel/preset-env (source) 7.25.8 -> 7.26.8 age adoption passing confidence devDependencies minor 7.26.9
@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.36.18 age adoption passing confidence dependencies minor 1.36.23 (+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
poethepoet ^0.24.4 -> ^0.32.0 age adoption passing confidence test minor
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
translate-toolkit (source) 3.13.2 -> 3.14.7 age adoption passing confidence dependencies minor 3.14.8
validators (changelog) ^0.28.3 -> ^0.34.0 age adoption passing confidence dependencies minor
webpack 5.94.0 -> 5.97.1 age adoption passing confidence devDependencies minor 5.98.0

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.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

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
babel/babel (@​babel/preset-react)

v7.26.3

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator
🏃‍♀️ Performance

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance

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
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

v6.6.2

Compare Source

Bug Fixes

v6.6.1

Compare Source

v6.6.0

Compare Source

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: Release 4.10.2

Compare Source

This release prevents axe from sometimes crashing when a page changes in the middle of a test.

Bug Fixes

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

v8.4.0

Compare Source

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.36.18

Compare Source

=======

  • api-change:acm-pca: [botocore] Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option.
  • api-change:appsync: [botocore] Add support for operation level caching
  • api-change:ec2: [botocore] Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created.
  • api-change:pi: [botocore] Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis.

v1.36.17

Compare Source

=======

  • api-change:apigatewayv2: [botocore] Documentation updates for Amazon API Gateway
  • api-change:cloudfront: [botocore] Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.
  • api-change:connect: [botocore] Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.
  • api-change:dms: [botocore] New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS

v1.36.16

Compare Source

=======

  • api-change:ecr: [botocore] Adds support to handle the new basic scanning daily quota.
  • api-change:eks: [botocore] Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API
  • api-change:mediaconvert: [botocore] This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format
  • api-change:pi: [botocore] Adds documentation for dimension groups and dimensions to analyze locks for Database Insights.
  • api-change:transcribe: [botocore] This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.

v1.36.15

Compare Source

=======

  • api-change:cloudformation: [botocore] We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions.
  • api-change:connectcases: [botocore] This release adds the ability to conditionally require fields on a template. Check public documentation for more information.
  • api-change:cost-optimization-hub: [botocore] This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types.
  • api-change:s3: [botocore] Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.
  • enhancement:Eventsteam: [botocore] The SDK no longer validates payload size for eventstreams. This is to facilitate varying payload requirements across AWS services.

v1.36.14

Compare Source

=======

  • api-change:rds: [botocore] Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation.

v1.36.13

Compare Source

=======

  • api-change:datasync: [botocore] Doc-only update to provide more information on using Kerberos authentication with SMB locations.
  • api-change:dms: [botocore] Introduces TargetDataSettings with the TablePreparationMode option available for data migrations.
  • api-change:iam: [botocore] This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM.
  • api-change:neptune-graph: [botocore] Added argument to list-export to filter by graph ID
  • api-change:qbusiness: [botocore] Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes.
  • api-change:sagemaker: [botocore] IPv6 support for Hyperpod clusters

v1.36.12

Compare Source

=======

  • api-change:mediatailor: [botocore] Add support for CloudWatch Vended Logs which allows for delivery of customer logs to CloudWatch Logs, S3, or Firehose.

v1.36.11

Compare Source

=======

  • api-change:amp: [botocore] Add support for sending metrics to cross account and CMCK AMP workspaces through RoleConfiguration on Create/Update Scraper.
  • api-change:bedrock-agent-runtime: [botocore] This change is to deprecate the existing citation field under RetrieveAndGenerateStream API response in lieu of GeneratedResponsePart and RetrievedReferences
  • api-change:codebuild: [botocore] Added support for CodeBuild self-hosted Buildkite runner builds
  • api-change:geo-routes: [botocore] The OptimizeWaypoints API now supports 50 waypoints per request (20 with constraints like AccessHours or AppointmentTime). It adds waypoint clustering via Clustering and ClusteringIndex for better optimization. Also, total distance validation is removed for greater flexibility.
  • api-change:rds: [botocore] Updates to Aurora MySQL and Aurora PostgreSQL API pages with instance log type in the create and modify DB Cluster.
  • api-change:sagemaker: [botocore] This release introduces a new valid value in InstanceType parameter: p5en.48xlarge, in ProductionVariant.

v1.36.10

Compare Source

=======

  • api-change:appstream: [botocore] Add support for managing admin consent requirement on selected domains for OneDrive Storage Connectors in AppStream2.0.
  • api-change:bedrock-agent-runtime: [botocore] Add a 'reason' field to InternalServerException
  • api-change:ecr: [botocore] Temporarily updating dualstack endpoint support
  • api-change:ecr-public: [botocore] Temporarily updating dualstack endpoint support
  • api-change:mediatailor: [botocore] Adds options for configuring how MediaTailor conditions ads before inserting them into the content stream. Based on the new settings, MediaTailor will either transcode ads to match the content stream as it has in the past, or it will insert ads without first transcoding them.
  • api-change:qbusiness: [botocore] Added APIs to manage QBusiness user subscriptions
  • api-change:s3tables: [botocore] You can now use the CreateTable API operation to create tables with schemas by adding an optional metadata argument.
  • api-change:verifiedpermissions: [botocore] Adds Cedar JSON format support for entities and context data in authorization requests
  • enhancement:AWSCRT: [botocore] Update awscrt version to 0.23.8

v1.36.9

Compare Source

======

  • api-change:bcm-pricing-calculator: [botocore] Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations.
  • api-change:ecr: [botocore] Add support for Dualstack and Dualstack-with-FIPS Endpoints
  • api-change:ecr-public: [botocore] Add support for Dualstack Endpoints
  • api-change:mailmanager: [botocore] This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.
  • api-change:s3: [botocore] Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.

v1.36.8

Compare Source

======

  • api-change:appsync: [botocore] Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response
  • api-change:datasync: [botocore] AWS DataSync now supports the Kerberos authentication protocol for SMB locations.
  • api-change:deadline: [botocore] feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job
  • api-change:ec2: [botocore] This release changes the CreateFleet CLI and SDK's such that if you do not specify a client to

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
  - notifications-utils requires Python ~3.12.7, so it will not be satisfied for Python >=3.13.0,<3.14.0

Because notifications-utils (53.1.1) @ git+https://github.com/cds-snc/[email protected] requires Python ~3.12.7
 and notifications-utils (53.1.1) @ git+https://github.com/cds-snc/[email protected] 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

@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 f4ade29 to 4b4df1d Compare February 14, 2025 18:47
@renovate renovate bot force-pushed the renovate/all-minor branch 9 times, most recently from eb29854 to 9e3bd7b Compare February 18, 2025 17:24
@renovate renovate bot force-pushed the renovate/all-minor branch from 9e3bd7b to f9cad29 Compare February 18, 2025 22:11
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