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 npm-dependencies group across 1 directory with 9 updates #4336

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2024

Bumps the npm-dependencies group with 9 updates in the /npm directory:

Package From To
@aws-sdk/client-s3 3.705.0 3.709.0
@nationalarchives/tdr-components 1.0.43 1.0.46
@nationalarchives/tdr-generated-graphql 1.0.477 1.0.478
keycloak-js 26.0.6 26.0.7
sass 1.82.0 1.83.0
@smithy/types 3.7.1 3.7.2
@typescript-eslint/eslint-plugin 8.17.0 8.18.0
@typescript-eslint/parser 8.17.0 8.18.0
lint-staged 15.2.10 15.2.11

Updates @aws-sdk/client-s3 from 3.705.0 to 3.709.0

Release notes

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

v3.709.0

3.709.0(2024-12-10)

Chores
  • codegen: update clients for String dispatch fix (#6721) (c6859500)
Documentation Changes
  • client-dsql: Doc only update to examples for DeleteMultiRegionClusters & CreateMultiRegionClusters (ca62a3c1)
  • client-application-auto-scaling: Doc only update for AAS Predictive Scaling policy configuration API. (ba20f1db)
New Features
  • clients: update client endpoints as of 2024-12-10 (6f523dce)
  • client-sesv2: Introduces support for creating DEED (Deterministic Easy-DKIM) identities. (9587ce34)
  • client-ivs-realtime: IVS Real-Time now offers customers the ability to customize thumbnails recording mode and interval for both Individual Participant Recording (IPR) and Server-Side Compositions (SSC). (e9f436eb)
  • client-connect: Add support for Push Notifications for Amazon Connect chat. With Push Notifications enabled an alert could be sent to customers about new messages even when they aren't actively using the mobile application. (8f9a63c6)
  • client-finspace: Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons (db4712c8)
  • client-bcm-pricing-calculator: Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links. (7e392d42)

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

v3.708.0

3.708.0(2024-12-09)

Chores
  • client-sesv2: enable sigv4a code generation in sesv2 ahead of service availability (#6719) (bdfa8685)
Documentation Changes
  • client-ecs: This is a documentation only update to address various tickets for Amazon ECS. (8dfab180)
  • client-workspaces: Added text to clarify case-sensitivity (f62407ad)
  • client-appsync: Provides description of new Amazon Bedrock runtime datasource. (35613283)
  • client-keyspaces: Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API. (a4233c3b)
New Features
  • clients: update client endpoints as of 2024-12-09 (0141da01)
  • client-cognito-identity-provider: Change CustomDomainConfig from a required to an optional parameter for the UpdateUserPoolDomain operation. (7c1425c9)
  • client-ec2: This release includes a new API for modifying instance network-performance-options after launch. (2f49c14f)
  • client-medialive: H265 outputs now support disabling the deblocking filter. (4adf1d4f)

... (truncated)

Changelog

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

3.709.0 (2024-12-10)

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

Commits

Updates @nationalarchives/tdr-components from 1.0.43 to 1.0.46

Commits

Updates @nationalarchives/tdr-generated-graphql from 1.0.477 to 1.0.478

Commits

Updates keycloak-js from 26.0.6 to 26.0.7

Release notes

Sourced from keycloak-js's releases.

26.0.7

... (truncated)

Commits
  • 812d849 Set version to 26.0.7
  • fc2a45a Make sure event details are not stored if they are null (#35502)
  • c5426ed Port required changes for reCAPTCHA to the new login theme (#35474) (#35492)
  • 1fae6be Persist admin event only when roles is non-empty
  • babd656 setting the user in ExecuteActionsActionTokenHandler.handleToken to manage us...
  • f89ce01 Flaky test: org.keycloak.testsuite.forms.BrowserButtonsTest#appInitiatedRegis...
  • b9f4c92 Flaky test: AuthenticationSessionTest
  • 640f419 Use regular CREATE TABLE instead of CREATE TEMPORARY
  • 7acb302 Improve session polling to prevent accidental redirects
  • 73ed061 Do not count current sessions in UserSessionLimitsAuthenticator
  • Additional commits viewable in compare view

Updates sass from 1.82.0 to 1.83.0

Release notes

Sourced from sass's releases.

Dart Sass 1.83.0

To install Sass 1.83.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Allow trailing commas in all argument and parameter lists.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.83.0

  • Allow trailing commas in all argument and parameter lists.
Commits
  • f38dbb0 Merge pull request #2464 from sass/rest-param-comma
  • 0230ccf Update pkg/sass_api/CHANGELOG.md
  • dd9b106 Rename ArgumentInvocation and ArgumentDeclaration
  • c45bc70 Allow a trailing comma after rest parameters and arguments
  • 219fe67 Fix static analysis issues for dart 3.6 (#2462)
  • f9eef81 Fix links to importers in the internal documentation (#2458)
  • 1b3c7de Represent rest parameters as properties on Parameter (#2454)
  • 7a6722c Fix the declaration of ReturnRule._returnExpression (#2455)
  • 1536dc0 Merge pull request #2453 from sass/return
  • a74f9c3 Enable useDefineForClassFields and fix affected TS files. (#2447)
  • Additional commits viewable in compare view

Updates @smithy/types from 3.7.1 to 3.7.2

Release notes

Sourced from @​smithy/types's releases.

@​smithy/types@​3.7.2

Patch Changes

  • b52b4e8: add support for error cause in transient error checks
Changelog

Sourced from @​smithy/types's changelog.

3.7.2

Patch Changes

  • b52b4e8: add support for error cause in transient error checks
Commits

Updates @typescript-eslint/eslint-plugin from 8.17.0 to 8.18.0

Release notes

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

v8.18.0

8.18.0 (2024-12-09)

🚀 Features

  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)

🩹 Fixes

  • typescript peer dependency (#10373)
  • deps: update dependency eslint to v9.16.0 (#10471)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#10432)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)

❤️ Thank You

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

Changelog

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

8.18.0 (2024-12-09)

🚀 Features

  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)

🩹 Fixes

  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
  • typescript peer dependency (#10373)

❤️ Thank You

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

Commits
  • c60dbab chore(release): publish 8.18.0
  • 0d65f17 chore: enforce repo nullish check style (#10419)
  • a54a8e1 fix(eslint-plugin): [use-unknown-in-catch-callback-variable] only flag functi...
  • 24a1510 fix(eslint-plugin): [no-base-to-string] handle more robustly when multiple `t...
  • 47f1ab3 feat(eslint-plugin): [switch-exhaustiveness-check] add support for "no defaul...
  • 772bd43 fix(eslint-plugin): [no-deprecated] check if a JSX attribute is deprecated (#...
  • 4cb2cf8 fix: typescript peer dependency (#10373)
  • 0cc7919 feat(eslint-plugin): [no-deprecated] report on super call of deprecated const...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.17.0 to 8.18.0

Release notes

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

v8.18.0

8.18.0 (2024-12-09)

🚀 Features

  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)

🩹 Fixes

  • typescript peer dependency (#10373)
  • deps: update dependency eslint to v9.16.0 (#10471)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#10432)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)

❤️ Thank You

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

Changelog

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

8.18.0 (2024-12-09)

🩹 Fixes

  • typescript peer dependency (#10373)

❤️ Thank You

  • rtritto

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

Commits

Updates lint-staged from 15.2.10 to 15.2.11

Release notes

Sourced from lint-staged's releases.

v15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Changelog

Sourced from lint-staged's changelog.

15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Commits
  • 1d39241 Merge pull request #1485 from lint-staged/changeset-release/master
  • 622f554 chore(changeset): release
  • 08ca5de Merge pull request #1487 from lint-staged/submodule-test
  • 7dd8caa fix: do not treat submodule root paths as staged files
  • 368c130 test: assert committing changes to submodule works from the repo
  • 5260203 Merge pull request #1486 from lint-staged/deps-2024-12-10
  • 6dbc3f4 build(deps): update dependencies
  • a1931f3 Merge pull request #1484 from wormsik/path-space-fix
  • bcfe309 docs: extract function and link to execa's implementation
  • 3d91525 fix: escape paths with spaces when using "shell" option
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
keycloak-js [>= 12.a, < 13]
keycloak-js [>= 14.a, < 15]
@nationalarchives/tdr-generated-graphql [>= 1.0.160.a, < 1.0.161]
keycloak-js [>= 17.a, < 18]
@nationalarchives/tdr-generated-graphql [>= 1.0.183.a, < 1.0.184]
@nationalarchives/tdr-generated-graphql [>= 1.0.182.a, < 1.0.183]
@nationalarchives/tdr-generated-graphql [>= 1.0.188.a, < 1.0.189]
@nationalarchives/tdr-generated-graphql [>= 1.0.226.a, < 1.0.227]

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 npm-dependencies group with 9 updates in the /npm directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.705.0` | `3.709.0` |
| [@nationalarchives/tdr-components](https://github.com/nationalarchives/tdr-components) | `1.0.43` | `1.0.46` |
| [@nationalarchives/tdr-generated-graphql](https://github.com/nationalarchives/tdr-generated-graphql) | `1.0.477` | `1.0.478` |
| [keycloak-js](https://github.com/keycloak/keycloak) | `26.0.6` | `26.0.7` |
| [sass](https://github.com/sass/dart-sass) | `1.82.0` | `1.83.0` |
| [@smithy/types](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/types) | `3.7.1` | `3.7.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.17.0` | `8.18.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.17.0` | `8.18.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `15.2.11` |



Updates `@aws-sdk/client-s3` from 3.705.0 to 3.709.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-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.709.0/clients/client-s3)

Updates `@nationalarchives/tdr-components` from 1.0.43 to 1.0.46
- [Commits](https://github.com/nationalarchives/tdr-components/commits)

Updates `@nationalarchives/tdr-generated-graphql` from 1.0.477 to 1.0.478
- [Commits](https://github.com/nationalarchives/tdr-generated-graphql/commits)

Updates `keycloak-js` from 26.0.6 to 26.0.7
- [Release notes](https://github.com/keycloak/keycloak/releases)
- [Commits](keycloak/keycloak@26.0.6...26.0.7)

Updates `sass` from 1.82.0 to 1.83.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.82.0...1.83.0)

Updates `@smithy/types` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/awslabs/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/awslabs/smithy-typescript/commits/@smithy/[email protected]/packages/types)

Updates `@typescript-eslint/eslint-plugin` from 8.17.0 to 8.18.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.18.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.17.0 to 8.18.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.18.0/packages/parser)

Updates `lint-staged` from 15.2.10 to 15.2.11
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.10...v15.2.11)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@nationalarchives/tdr-components"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@nationalarchives/tdr-generated-graphql"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: keycloak-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@smithy/types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

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 Dec 13, 2024
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