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

Bump the minor group with 11 updates #8

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the minor group with 11 updates:

Package From To
@aws-sdk/client-sqs 3.721.0 3.726.1
@js-joda/core 5.6.3 5.6.4
@js-joda/locale 4.14.1 4.15.1
@js-joda/locale_en 4.14.0 4.15.1
@ministryofjustice/frontend 3.3.0 3.3.1
govuk-frontend 5.7.1 5.8.0
@types/node 22.10.5 22.10.6
@typescript-eslint/eslint-plugin 8.19.1 8.20.0
@typescript-eslint/parser 8.19.1 8.20.0
glob 11.0.0 11.0.1
typescript 5.7.2 5.7.3

Updates @aws-sdk/client-sqs from 3.721.0 to 3.726.1

Release notes

Sourced from @​aws-sdk/client-sqs's releases.

v3.726.1

3.726.1(2025-01-10)

Documentation Changes
  • client-securitylake: Doc only update for ServiceName that fixes several customer-reported issues (f29fee90)
  • client-sts: Fixed typos in the descriptions. (3ea4627b)
  • client-redshift: Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are. (05635df2)
New Features
  • clients: update client endpoints as of 2025-01-10 (9f3d4f99)
Bug Fixes
  • codegen: handle case when sample operation not found (#6788) (a4fb2d43)

For list of updated packages, view updated-packages.md in assets-3.726.1.zip

v3.726.0

3.726.0(2025-01-09)

Chores
  • util-endpoints: update aws partitions.json (5927fcdc)
  • endpoints: update endpoints model (1ba5717c)
  • models: update API models (9284063c)
  • codegen: update template typescript version (#6784) (a5635725)
New Features
  • client-fms: AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator. (e43d607d)
  • client-codebuild: AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda (4fb5b7ee)
  • client-compute-optimizer: This release expands AWS Compute Optimizer rightsizing recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies and multiple instance types. (b33aa6f1)
Tests

For list of updated packages, view updated-packages.md in assets-3.726.0.zip

v3.725.0

3.725.0(2025-01-08)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-sqs's changelog.

3.726.1 (2025-01-10)

Note: Version bump only for package @​aws-sdk/client-sqs

3.726.0 (2025-01-09)

Note: Version bump only for package @​aws-sdk/client-sqs

3.723.0 (2025-01-06)

Note: Version bump only for package @​aws-sdk/client-sqs

Commits

Updates @js-joda/core from 5.6.3 to 5.6.4

Changelog

Sourced from @​js-joda/core's changelog.

Changelog

2025-01-09

Versions

  • @​js-joda/core@​5.6.4
  • @​js-joda/extra@​0.12.2
  • @​js-joda/locale@​4.4.15.0
  • @​js-joda/timezone@​2.21.2

🚀 Enhancement

  • core
  • locale
    • #747 prebuilt packages for new locales: Ukrainian, Czech, Slovakian and Turkish (uk, cs, sk, tr) (@​marcinkozaczyk)
    • #732 prebuilt packages for new locales: Lithuania, Norway (lt, nb-no, nn-no) (@​mstawick)

🐛 Bug Fix

🏠 Dependency update

2024-06-18

Versions

  • @​js-joda/core@​5.6.3

🐛 Bug Fix

🏠 Dependency update

2024-06-17

Versions

... (truncated)

Commits
  • 209ba19 Publish
  • 0c881fc update CHANGELOG.md
  • 91753f6 Merge pull request #748 from js-joda/upgrade-github-actions
  • 3e30594 kick out ie11 saucelabs test
  • dd949df upgrade actions/stale to v9
  • 71dabec upgrade saucelabs/sauce-connect-action to v2
  • a16bc5d upgrade actions/setup-node to v4
  • 7c491a7 upgrade actions/checkout@ to v4
  • 1b1fbe4 upgrade actions/cache to v4
  • d74947e Merge pull request #737 from js-joda/number-is-integer
  • Additional commits viewable in compare view

Updates @js-joda/locale from 4.14.1 to 4.15.1

Commits

Updates @js-joda/locale_en from 4.14.0 to 4.15.1

Commits

Updates @ministryofjustice/frontend from 3.3.0 to 3.3.1

Release notes

Sourced from @​ministryofjustice/frontend's releases.

v3.3.1

3.3.1 (2025-01-09)

Bug Fixes

Changelog

Sourced from @​ministryofjustice/frontend's changelog.

3.3.1 (2025-01-09)

Bug Fixes

Commits
  • 5ccb926 chore(release): 3.3.1 [skip ci]
  • c8a3800 fix: text color in interruption card and initAll function updates (#1062)
  • 2ab2996 docs: Add figma guidance (#978)
  • 250719c test(datepicker): fix issues with multiple dates being found in leadingZero t...
  • 1e46510 docs: reinstate newsletter sign-up link (#1057)
  • 5d6052c docs: add headinglevel to Nunjucks macro options (#1052)
  • dcd3f48 docs: update apply service pattern page (#1033)
  • 1a20657 docs: apply tabbed view to components (#1038)
  • 5b8a085 docs(tabbed-doc): don't have any space or new lines around content when placi...
  • a9767b7 test(multi-select): add tests for the multi select checkbox (#1035)
  • Additional commits viewable in compare view

Updates govuk-frontend from 5.7.1 to 5.8.0

Release notes

Sourced from govuk-frontend's releases.

GOV.UK Frontend v5.8.0

To install this version with npm, run npm install [email protected]. You can also find more information about how to stay up to date in our documentation.

New features

Use our base configurable component to build your own configurable component

We've added a ConfigurableComponent class to help you build your own configurable components. It extends our Component class and allows you to focus on your components' specific features by handling these shared behaviours across components:

  • checking that GOV.UK Frontend is supported
  • checking that the component is not already initialised on its root element
  • checking the type of the root element and storing it for access within the component as this.$root
  • taking a configuration object as a parameter and then storing it for access within the component as this.config
  • merging a passed configuration object with configuration options specified on the data attributes of the root element

We introduced this change in:

Deprecated features

Importing Sass using govuk/all

You'll see a warning when compiling your Sass if you import all of GOV.UK Frontend's styling using govuk/all. Importing using the all file is deprecated, and we’ll remove it in the next major release.

In your import statements, use a trailing /index rather than /all to load GOV.UK Frontend's files:

  • @import "govuk/index"; instead of @import "govuk/all";

You do not need /index at the end of each import path if you’re using Dart Sass.

This change was introduced in [pull request #5518: Deprecate govuk/all.scss and only reference govuk/index.scss internally](alphagov/govuk-frontend#5518).

Fixes

We've made fixes to GOV.UK Frontend in the following pull requests:

Changelog

Sourced from govuk-frontend's changelog.

v5.8.0 (Feature release)

To install this version with npm, run npm install [email protected]. You can also find more information about how to stay up to date in our documentation.

New features

Use our base configurable component to build your own configurable component

We've added a ConfigurableComponent class to help you build your own configurable components. It extends our Component class and allows you to focus on your components' specific features by handling these shared behaviours across components:

  • checking that GOV.UK Frontend is supported
  • checking that the component is not already initialised on its root element
  • checking the type of the root element and storing it for access within the component as this.$root
  • taking a configuration object as a parameter and then storing it for access within the component as this.config
  • merging a passed configuration object with configuration options specified on the data attributes of the root element

We introduced this change in:

Deprecated features

Importing Sass using govuk/all

You'll see a warning when compiling your Sass if you import all of GOV.UK Frontend's styling using govuk/all. Importing using the all file is deprecated, and we’ll remove it in the next major release.

In your import statements, use a trailing /index rather than /all to load GOV.UK Frontend's files:

  • @import "govuk/index"; instead of @import "govuk/all";

You do not need /index at the end of each import path if you’re using Dart Sass.

This change was introduced in [pull request #5518: Deprecate govuk/all.scss and only reference govuk/index.scss internally](alphagov/govuk-frontend#5518).

Fixes

We've made fixes to GOV.UK Frontend in the following pull requests:

Commits
  • 9b78915 Merge pull request #5588 from alphagov/release-5.8.0
  • 43f2b61 Release v5.8.0
  • db96257 Merge pull request #5586 from alphagov/bk-editorconfig-bug
  • cc1766d Disable editorconfig linting temporarily
  • 9b31d39 Merge pull request #5516 from alphagov/bk-config-docs
  • f3e4031 Move most guidance to Frontend Docs site
  • 43e59d1 Update components coding standards
  • c2f962e Merge pull request #5573 from alphagov/dependabot/npm_and_yarn/highlight.js-1...
  • c627c8d Bump highlight.js from 11.10.0 to 11.11.1
  • 8fbdd9d Merge pull request #5578 from alphagov/bk-fix-ubuntu-to-22
  • Additional commits viewable in compare view

Updates @types/node from 22.10.5 to 22.10.6

Commits

Updates @typescript-eslint/eslint-plugin from 8.19.1 to 8.20.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.20.0

8.20.0 (2025-01-13)

🚀 Features

  • standardize debug namespaces to file paths (#10599)
  • eslint-plugin: [no-misused-spread] add new rule (#10551)
  • eslint-plugin: [no-deprecated] add allow options (#10585)
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)

🩹 Fixes

  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.20.0 (2025-01-13)

🚀 Features

  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)
  • eslint-plugin: [no-deprecated] add allow options (#10585)
  • eslint-plugin: [no-misused-spread] add new rule (#10551)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • ea6fbea chore(release): publish 8.20.0
  • a7fc28c feat(eslint-plugin): [consistent-type-assertions] add arrayLiteralTypeAsserti...
  • d6e5978 fix(eslint-plugin): [no-unnecessary-condition] don't flag optional chaining f...
  • 63135f7 fix(eslint-plugin): [no-shadow] ignore ordering of type declarations (#10593)
  • 6dda0a4 feat(eslint-plugin): [no-deprecated] add allow options (#10585)
  • 04166e0 feat(eslint-plugin): [no-misused-spread] add new rule (#10551)
  • b17c7f2 chore: export all Options and MessageIds types from rule files (#10556)
  • 03d9639 test(eslint-plugin): add extra tests (#10587)
  • e697cfa chore: fix CI snapshot failure (#10624)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.19.1 to 8.20.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.20.0

8.20.0 (2025-01-13)

🚀 Features

  • standardize debug namespaces to file paths (#10599)
  • eslint-plugin: [no-misused-spread] add new rule (#10551)
  • eslint-plugin: [no-deprecated] add allow options (#10585)
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)

🩹 Fixes

  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.20.0 (2025-01-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates glob from 11.0.0 to 11.0.1

Commits

Updates typescript from 5.7.2 to 5.7.3

Release notes

Sourced from typescript's releases.

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

Commits
  • a5e123d Update LKG
  • 8bc0204 🤖 Pick PR #60828 (Fix CodeQL configuration, releases) into release-5.7 (#60923)
  • 7aa63df 🤖 Pick PR #60393 (Don't try to add an implicit undefi...) into release-5.7 (#...
  • 9df7c36 Bump version to 5.7.3 and LKG
  • e167412 🤖 Pick PR #60794 (Harden sanitizeLog against incorr...) into release-5.7 (#...
  • 9ba364c Fix coverage build on release-5.7 (#60792)
  • 4b7441a 🤖 Pick PR #60680 (Mark the inherited any-based index ...) into release-5.7 (#...
  • e844dc3 Cherry-pick #60402, #60440, #60616 into release-5.7 (#60777)
  • 21b02a1 🤖 Pick PR #60749 (Do not require import attribute on ...) into release-5.7 (#...
  • b82fd16 🤖 Pick PR #60576 (Avoid incorrectly reusing assertion...) into release-5.7 (#...
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.721.0` | `3.726.1` |
| [@js-joda/core](https://github.com/js-joda/js-joda) | `5.6.3` | `5.6.4` |
| [@js-joda/locale](https://github.com/js-joda/js-joda) | `4.14.1` | `4.15.1` |
| [@js-joda/locale_en](https://github.com/js-joda/js-joda) | `4.14.0` | `4.15.1` |
| [@ministryofjustice/frontend](https://github.com/ministryofjustice/moj-frontend) | `3.3.0` | `3.3.1` |
| [govuk-frontend](https://github.com/alphagov/govuk-frontend) | `5.7.1` | `5.8.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.10.6` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.19.1` | `8.20.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.19.1` | `8.20.0` |
| [glob](https://github.com/isaacs/node-glob) | `11.0.0` | `11.0.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |


Updates `@aws-sdk/client-sqs` from 3.721.0 to 3.726.1
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.726.1/clients/client-sqs)

Updates `@js-joda/core` from 5.6.3 to 5.6.4
- [Release notes](https://github.com/js-joda/js-joda/releases)
- [Changelog](https://github.com/js-joda/js-joda/blob/main/CHANGELOG.md)
- [Commits](https://github.com/js-joda/js-joda/compare/@js-joda/[email protected]...@js-joda/[email protected])

Updates `@js-joda/locale` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/js-joda/js-joda/releases)
- [Changelog](https://github.com/js-joda/js-joda/blob/main/CHANGELOG.md)
- [Commits](https://github.com/js-joda/js-joda/compare/@js-joda/[email protected]...@js-joda/[email protected])

Updates `@js-joda/locale_en` from 4.14.0 to 4.15.1
- [Release notes](https://github.com/js-joda/js-joda/releases)
- [Changelog](https://github.com/js-joda/js-joda/blob/main/CHANGELOG.md)
- [Commits](https://github.com/js-joda/js-joda/compare/@js-joda/[email protected]...@js-joda/[email protected])

Updates `@ministryofjustice/frontend` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/ministryofjustice/moj-frontend/releases)
- [Changelog](https://github.com/ministryofjustice/moj-frontend/blob/main/CHANGELOG.md)
- [Commits](ministryofjustice/moj-frontend@v3.3.0...v3.3.1)

Updates `govuk-frontend` from 5.7.1 to 5.8.0
- [Release notes](https://github.com/alphagov/govuk-frontend/releases)
- [Changelog](https://github.com/alphagov/govuk-frontend/blob/main/CHANGELOG.md)
- [Commits](alphagov/govuk-frontend@v5.7.1...v5.8.0)

Updates `@types/node` from 22.10.5 to 22.10.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.19.1 to 8.20.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.20.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.19.1 to 8.20.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.20.0/packages/parser)

Updates `glob` from 11.0.0 to 11.0.1
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v11.0.0...v11.0.1)

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sqs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@js-joda/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@js-joda/locale"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@js-joda/locale_en"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@ministryofjustice/frontend"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: govuk-frontend
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 13, 2025
@probation-integration-bot probation-integration-bot bot enabled auto-merge (squash) January 13, 2025 20:19
@probation-integration-bot probation-integration-bot bot merged commit f43c1be into main Jan 13, 2025
9 checks passed
@probation-integration-bot probation-integration-bot bot deleted the dependabot/npm_and_yarn/minor-c28cc8eb19 branch January 13, 2025 20:20
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