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 9 updates #25

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the minor group with 9 updates:

Package From To
@aws-sdk/client-sqs 3.750.0 3.758.0
@ministryofjustice/frontend 3.4.0 3.7.0
@types/node 22.13.5 22.13.9
@typescript-eslint/eslint-plugin 8.25.0 8.26.0
@typescript-eslint/parser 8.25.0 8.26.0
cypress 14.0.3 14.1.0
prettier 3.5.2 3.5.3
typescript 5.7.3 5.8.2
wiremock 3.12.0 3.12.1

Updates @aws-sdk/client-sqs from 3.750.0 to 3.758.0

Release notes

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

v3.758.0

3.758.0(2025-02-27)

Chores
  • codegen:
Documentation Changes
  • client-emr: Definition update for EbsConfiguration. (73febedf)
New Features
  • clients: update client endpoints as of 2025-02-27 (cee1e677)
  • client-sagemaker: SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference. (5850cddf)
  • client-qbusiness: This release supports deleting attachments from conversations. (e5ad2704)
  • client-storage-gateway: 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. (6ee1cf4d)
  • client-redshift-serverless: Add track support for Redshift Serverless workgroup. (a3fdee6c)
  • client-bedrock-agent-runtime: Introduces Sessions (preview) to enable stateful conversations in GenAI applications. (f62fcc0a)
Bug Fixes

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

v3.757.0

3.757.0(2025-02-26)

Documentation Changes
  • client-cloudfront: Documentation update for VPC origin config. (ba92993e)
New Features
  • clients: update client endpoints as of 2025-02-26 (19a610d4)
  • client-application-signals: 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. (577b28e6)
  • client-sagemaker: AWS SageMaker InferenceComponents now support rolling update deployments for Inference Components. (91fa4eba)
  • client-iotfleetwise: This release adds an optional listResponseScope request parameter in certain list API requests to limit the response to metadata only. (618b5ed4)
  • client-ec2: 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. (7ac960d6)
  • client-chime: 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. (95b84bb2)
  • client-batch: AWS Batch: Resource Aware Scheduling feature support (a48eb96b)
  • client-oam: This release adds support for sharing AWS::ApplicationSignals::Service and AWS::ApplicationSignals::ServiceLevelObjective resources. (c3382128)

... (truncated)

Changelog

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

3.758.0 (2025-02-27)

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

Commits

Updates @ministryofjustice/frontend from 3.4.0 to 3.7.0

Release notes

Sourced from @​ministryofjustice/frontend's releases.

v3.7.0

3.7.0 (2025-02-26)

Bug Fixes

  • ensure Dart Sass file:// sources use relative paths (11db6df)

Features

v3.6.3

3.6.3 (2025-02-26)

Bug Fixes

  • ensure node_modules is added to Sass load paths (4c035f1)
  • ensure peerDependencies are installed (69c8572)

v3.6.2

3.6.2 (2025-02-25)

Bug Fixes

  • revert to $ for jQuery external global (c722f15)

v3.6.1

3.6.1 (2025-02-25)

Bug Fixes

  • typo in status label comment (7078172)

v3.6.0

3.6.0 (2025-02-25)

Bug Fixes

  • ignore build output from jest (7f85d64)
  • ignore test files from gulp watch (12494a3)

Features

... (truncated)

Changelog

Sourced from @​ministryofjustice/frontend's changelog.

3.7.0 (2025-02-26)

Bug Fixes

  • ensure Dart Sass file:// sources use relative paths (11db6df)

Features

3.6.3 (2025-02-26)

Bug Fixes

  • ensure node_modules is added to Sass load paths (4c035f1)
  • ensure peerDependencies are installed (69c8572)

3.6.2 (2025-02-25)

Bug Fixes

  • revert to $ for jQuery external global (c722f15)

3.6.1 (2025-02-25)

Bug Fixes

  • typo in status label comment (7078172)

3.6.0 (2025-02-25)

Bug Fixes

  • ignore build output from jest (7f85d64)
  • ignore test files from gulp watch (12494a3)

Features

  • default to ES module sources (adab275)
  • export to ES modules (8e8787a)
  • swap JavaScript minifier from UglifyJS to terser (a0e165a)

3.5.0 (2025-02-25)

... (truncated)

Commits
  • 9edd13f chore(release): 3.7.0 [skip ci]
  • 11db6df fix: ensure Dart Sass file:// sources use relative paths
  • 3c14da6 feat: add source map support
  • 4d1ccf3 chore(release): 3.6.3 [skip ci]
  • 4c035f1 fix: ensure node_modules is added to Sass load paths
  • 69c8572 fix: ensure peerDependencies are installed
  • c42fb81 style: Prefer double quotes for Nunjucks
  • 122b3fb style: Nunjucks indentation etc (docs only)
  • 5e1b0da docs: change to YOI prisons style (#1191)
  • 5f2ce1b docs: adding establishment and prison entries (#1187)
  • Additional commits viewable in compare view

Updates @types/node from 22.13.5 to 22.13.9

Commits

Updates @typescript-eslint/eslint-plugin from 8.25.0 to 8.26.0

Release notes

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

v8.26.0

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
  • rule-tester: export TestLanguageOptions (#10892)
  • scope-manager: only call Object.entries once for each lib (#10647)

🩹 Fixes

  • deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#10864)
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
  • rule-tester: Add missing parser dependency (#10909)

❤️ Thank You

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

Changelog

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

8.26.0 (2025-03-03)

🚀 Features

  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
  • support TypeScript 5.8 (#10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#10864)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)

❤️ Thank You

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

Commits
  • bc6d19f chore(release): publish 8.26.0
  • 02d9d73 feat(eslint-plugin): [unified-signatures] support ignoring overload signature...
  • 84af50e feat(eslint-plugin): [explicit-module-boundary-types] add an option to ignore...
  • a03b7ef fix(eslint-plugin): [no-unnecessary-type-assertion] handle unknown (#10875)
  • 4082ad0 docs(eslint-plugin): [consistent-return] add link to noImplicitReturns docs...
  • d8d4b3c feat(eslint-plugin): [no-unused-var] handle implicit exports in declaration f...
  • 9674629 feat: support TypeScript 5.8 (#10903)
  • 3c7b8ff chore: fix integration-tests (#10906)
  • 735064a fix(eslint-plugin): [no-invalid-void-type] report accessor properties with ...
  • a6feb59 fix(eslint-plugin): [unified-signatures] does not differentiate truly private...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.25.0 to 8.26.0

Release notes

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

v8.26.0

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
  • rule-tester: export TestLanguageOptions (#10892)
  • scope-manager: only call Object.entries once for each lib (#10647)

🩹 Fixes

  • deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#10864)
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
  • rule-tester: Add missing parser dependency (#10909)

❤️ Thank You

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

Changelog

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

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)

❤️ Thank You

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

Commits

Updates cypress from 14.0.3 to 14.1.0

Release notes

Sourced from cypress's releases.

v14.1.0

Changelog: https://docs.cypress.io/app/references/changelog#14-1-0

Commits
  • 7ffd5a3 chore: release 14.1.0 (#31168)
  • 2d80905 fix: corrects unit calculations in the slow network error message during Test...
  • 63a9f88 chore: updating v8 snapshot cache (#31163)
  • 3d9617c chore: updating v8 snapshot cache (#31162)
  • 77e5219 chore: updating v8 snapshot cache (#31161)
  • b4c7e40 dependency: update dependency compression to v1.8.0 (#31151)
  • 1e7b596 misc: Add some missing types + Convert js driver/query tests to ts (#31154)
  • 5da0995 feat: implement webdriver BiDi for Firefox versions 135 and greater (#30870)
  • 0177508 chore: set up sharing of react via module federation in studio (#31129)
  • a6e2efc chore: Update v8 snapshot cache - windows (#31157)
  • Additional commits viewable in compare view

Updates prettier from 3.5.2 to 3.5.3

Release notes

Sourced from prettier's releases.

3.5.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.5.3

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#17196 by @​fisker)

// Input
type T<U> = 'a' | ('b' extends U ? 'c' : empty);
type T<U> = 'a' & ('b' extends U ? 'c' : empty);
// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;
// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);

Commits

Updates typescript from 5.7.3 to 5.8.2

Release notes

Sourced from typescript's releases.

TypeScript 5.8

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 RC

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • beb69e4 Bump version to 5.8.2 and LKG
  • 8fdbd54 🤖 Pick PR #61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...
  • f4a3a8a 🤖 Pick PR #61175 (Ban import=require and export= unde...) into release-5.8 (#...
  • 420ff06 Bump version to 5.8.1-rc and LKG
  • 48eb13f Update LKG
  • fb59c19 Merge remote-tracking branch 'origin/main' into release-5.8
  • df342b7 Fixed rewriteRelativeImportExtensions for import() within call expression...
  • 775412a Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...
  • e1629e5 Pass ignoreErrors=true to more resolveEntityName callers (#61144)
  • 6fd1799 Update LKG
  • Additional commits viewable in compare view

Updates wiremock from 3.12.0 to 3.12.1

Commits

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 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.750.0` | `3.758.0` |
| [@ministryofjustice/frontend](https://github.com/ministryofjustice/moj-frontend) | `3.4.0` | `3.7.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.5` | `22.13.9` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.25.0` | `8.26.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.25.0` | `8.26.0` |
| [cypress](https://github.com/cypress-io/cypress) | `14.0.3` | `14.1.0` |
| [prettier](https://github.com/prettier/prettier) | `3.5.2` | `3.5.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` |
| [wiremock](https://github.com/wiremock/wiremock-npm) | `3.12.0` | `3.12.1` |


Updates `@aws-sdk/client-sqs` from 3.750.0 to 3.758.0
- [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.758.0/clients/client-sqs)

Updates `@ministryofjustice/frontend` from 3.4.0 to 3.7.0
- [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.4.0...v3.7.0)

Updates `@types/node` from 22.13.5 to 22.13.9
- [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.25.0 to 8.26.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.26.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.25.0 to 8.26.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.26.0/packages/parser)

Updates `cypress` from 14.0.3 to 14.1.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.0.3...v14.1.0)

Updates `prettier` from 3.5.2 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.2...3.5.3)

Updates `typescript` from 5.7.3 to 5.8.2
- [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.3...v5.8.2)

Updates `wiremock` from 3.12.0 to 3.12.1
- [Commits](wiremock/wiremock-npm@3.12.0...3.12.1)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sqs"
  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-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: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: prettier
  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-minor
  dependency-group: minor
- dependency-name: wiremock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

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 Mar 3, 2025
@probation-integration-bot probation-integration-bot bot enabled auto-merge (squash) March 3, 2025 21:00
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