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 4.10.3
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.5 age adoption passing confidence dependencies minor 1.37.10 (+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.33.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 0.9.10
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.5

Compare Source

======

  • api-change:cognito-idp: [botocore] Added the capacity to return available challenges in admin authentication and to set version 3 of the pre token generation event for M2M ATC.
  • api-change:ec2: [botocore] Update the DescribeVpcs response
  • api-change:qbusiness: [botocore] Adds support for the ingestion of audio and video files by Q Business, which can be configured with the mediaExtractionConfiguration parameter.
  • api-change:rum: [botocore] Add support for PutResourcePolicy, GetResourcePolicy and DeleteResourcePolicy to support resource based policies for AWS CloudWatch RUM
  • api-change:sagemaker: [botocore] Add DomainId to CreateDomainResponse
  • api-change:transcribe: [botocore] Updating documentation for post call analytics job queueing.
  • enhancement:configuration: [botocore] Add support for disabling host prefix injection via the AWS_DISABLE_HOST_PREFIX_INJECTION environment variable or the disable_host_prefix_injection parameter in the shared aws configuration file.

v1.37.4

Compare Source

======

  • api-change:bedrock-agent: [botocore] This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20.
  • api-change:bedrock-data-automation: [botocore] Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging.
  • api-change:bedrock-data-automation-runtime: [botocore] Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging.
  • api-change:dms: [botocore] Add skipped status to the Result Statistics of an Assessment Run
  • api-change:eks: [botocore] Adding licenses to EKS Anywhere Subscription operations response.
  • api-change:mediaconvert: [botocore] The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.
  • api-change:pricing: [botocore] Update GetProducts and DescribeServices API request input validations.
  • api-change:ssm: [botocore] Systems Manager doc-only updates for Feb. 2025.
  • enhancement:useragent: [botocore] Update user agent string to include client feature use.

v1.37.3

Compare Source

======

  • api-change:bedrock-agent-runtime: [botocore] Introduces Sessions (preview) to enable stateful conversations in GenAI applications.
  • api-change:emr: [botocore] Definition update for EbsConfiguration.
  • api-change:qbusiness: [botocore] This release supports deleting attachments from conversations.
  • api-change:redshift-serverless: [botocore] Add track support for Redshift Serverless workgroup.
  • api-change:sagemaker: [botocore] SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference.
  • api-change:storagegateway: [botocore] This release adds support to invoke a process that cleans the specified file share's cache of file entries that are failing upload to Amazon S3.

v1.37.2

Compare Source

======

  • api-change:application-signals: [botocore] This release adds API support for reading Service Level Objectives and Services from monitoring accounts, from SLO and Service-scoped operations, including ListServices and ListServiceLevelObjectives.
  • api-change:batch: [botocore] AWS Batch: Resource Aware Scheduling feature support
  • api-change:chime: [botocore] Removes the Amazon Chime SDK APIs from the "chime" namespace. Amazon Chime SDK APIs continue to be available in the AWS SDK via the dedicated Amazon Chime SDK namespaces: chime-sdk-identity, chime-sdk-mediapipelines, chime-sdk-meetings, chime-sdk-messaging, and chime-sdk-voice.
  • api-change:cloudfront: [botocore] Documentation update for VPC origin config.
  • api-change:ec2: [botocore] Amazon EC2 Fleet customers can now override the Block Device Mapping specified in the Launch Template when creating a new Fleet request, saving the effort of creating and associating new Launch Templates to customize the Block Device Mapping.
  • api-change:iotfleetwise: [botocore] This release adds an optional listResponseScope request parameter in certain list API requests to limit the response to metadata only.
  • api-change:oam: [botocore] This release adds support for sharing AWS::ApplicationSignals::Service and AWS::ApplicationSignals::ServiceLevelObjective resources.
  • api-change:sagemaker: [botocore] AWS SageMaker InferenceComponents now support rolling update deployments for Inference Components.
  • enhancement:Protocol: [botocore] Adds support for the smithy-rpc-v2-cbor protocol. If a service supports smithy-rpc-v2-cbor, this protocol will automatically be used. For more information, see https://smithy.io/2.0/additional-specs/protocols/smithy-rpc-v2.html

v1.37.1

Compare Source

======

  • api-change:codebuild: [botocore] Adding "reportArns" field in output of BatchGetBuildBatches API. "reportArns" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build.
  • api-change:devicefarm: [botocore] Add an optional configuration to the ScheduleRun and CreateRemoteAccessSession API to set a device level http/s proxy.
  • api-change:ec2: [botocore] Adds support for time-based EBS-backed AMI copy operations. Time-based copy ensures that EBS-backed AMIs are copied within and across Regions in a specified timeframe.
  • api-change:iot: [botocore] AWS IoT - AWS IoT Device Defender adds support for a new Device Defender Audit Check that monitors device certificate age and custom threshold configurations for both the new device certificate age check and existing device certificate expiry check.
  • api-change:taxsettings: [botocore] PutTaxRegistration API changes for Egypt, Greece, Vietnam countries

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](https://redirect.github.com/boto/boto3/


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/notifier-utils.git@53.2.0 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 15 times, most recently from aac548d to f5a49cc Compare March 4, 2025 01:14
@renovate renovate bot force-pushed the renovate/all-minor branch 13 times, most recently from 9d70452 to a76d040 Compare March 10, 2025 18:05
@renovate renovate bot force-pushed the renovate/all-minor branch from a76d040 to baf717a Compare March 10, 2025 21:27
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