Skip to content

chore(deps): bump ajv-formats from 2.1.1 to 3.0.1 - #16682

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ajv-formats-3.0.1
Open

chore(deps): bump ajv-formats from 2.1.1 to 3.0.1#16682
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ajv-formats-3.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps ajv-formats from 2.1.1 to 3.0.1.

Release notes

Sourced from ajv-formats's releases.

v3.0.0-rc.0

Formats time and date-time now require timezone, as per JSON Schema specification / RFC3339. Added formats iso-time and iso-date-time that have optional timezone, they can be used for backwards compatibility. Keywords formatMaximum and formatMinimum for time and date-time format now take into account timezone (both for time and for date), the previous comparison logic that ignored timezone is preserved for iso-time and iso-date-time formats.

Commits
  • 1fb3fa7 fix: build missing in 3.0.0 - bump to 3.0.1 (#93)
  • e1a8bdd chore: update version to 3.0.0 for publishing (#92)
  • 4dd6544 3.0.0-rc.0
  • 8b424f1 formatMaximum/Minimum take timezone into account for time and date-time forma...
  • 37d7538 add formats iso-time and iso-date-time, make time and date-time strict (#42)
  • 46dbae5 Merge pull request #41 from ajv-validator/ep/json-schema-tests
  • 86d71eb pass all JSON Schema Test Suite tests
  • fdbd714 Merge branch 'stoplightio-fix/date-time'
  • 34df8db docs: strictTime option
  • d1a9e36 simplify strictTime option
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jason-green, a new releaser for ajv-formats since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ajv-formats](https://github.com/ajv-validator/ajv-formats) from 2.1.1 to 3.0.1.
- [Release notes](https://github.com/ajv-validator/ajv-formats/releases)
- [Commits](ajv-validator/ajv-formats@v2.1.1...v3.0.1)

---
updated-dependencies:
- dependency-name: ajv-formats
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 3, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 3, 2026 18:37
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 3, 2026
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

Hello 👋! When you're ready to run Chromatic, please apply the run_chromatic label to this PR.

You will need to reapply the label each time you want to run Chromatic.

Click here to see the Chromatic project.

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

🚀 Image pushed to AWS ECR

Image digest: sha256:ab008acc8d0cb16742fcd14541ce2d1080ca1a0823480a6a0098677d05dc1790

🐛 Run the image locally

The following can be used to run the image locally:

# Refer to image using the immutable digest. Find alternatives below.
IMAGE_IDENTIFIER="@sha256:ab008acc8d0cb16742fcd14541ce2d1080ca1a0823480a6a0098677d05dc1790"

# Refer to image using branch tag
# IMAGE_IDENTIFIER=":branch-dependabot-npm_and_yarn-ajv-formats-3.0.1"

# Refer to image using build tag
# IMAGE_IDENTIFIER=":build-30808"

# Refer to image via the GitHub commit SHA tag
# IMAGE_IDENTIFIER=":sha-baa5a3f8b0ab869a146174eccecf85a3615695b6"

# Set environment variables for the AWS CLI
AWS_PROFILE="<A_PROFILE_FROM_JANUS>"
AWS_DEFAULT_REGION="eu-west-1"

IMAGE_ACCOUNT_ID=$(aws ssm get-parameter --name /organisation/accounts/deployTools --query "Parameter.Value" --output text)
REGISTRY="${IMAGE_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com"
IMAGE="${REGISTRY}/guardian/dotcom-rendering${IMAGE_IDENTIFIER}"

# Login to AWS ECR https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html
aws ecr get-login-password | docker login --username AWS --password-stdin $REGISTRY

# Pull the image
docker pull $IMAGE

# Run the image. You'll likely need to set additional flags. See https://docs.docker.com/reference/cli/docker/container/run.
docker run $IMAGE

From guardian/actions-publish-image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants