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 external fixes #369

Merged
merged 1 commit into from
Sep 14, 2024
Merged

fix(deps): update external fixes #369

merged 1 commit into from
Sep 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-dynamodb (source) 3.645.0 -> 3.651.1 age adoption passing confidence
@aws-sdk/client-s3 (source) 3.645.0 -> 3.651.1 age adoption passing confidence
@aws-sdk/client-secrets-manager (source) 3.645.0 -> 3.651.1 age adoption passing confidence
@aws-sdk/client-sqs (source) 3.645.0 -> 3.651.1 age adoption passing confidence
@aws-sdk/lib-dynamodb (source) 3.645.0 -> 3.651.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.4.0 -> 8.5.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.4.0 -> 8.5.0 age adoption passing confidence
husky 9.1.5 -> 9.1.6 age adoption passing confidence
jose 5.8.0 -> 5.9.2 age adoption passing confidence
jsdoc-to-markdown 9.0.0 -> 9.0.1 age adoption passing confidence
semantic-release 24.1.0 -> 24.1.1 age adoption passing confidence
sinon (source) 18.0.0 -> 18.0.1 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-dynamodb)

v3.651.1

Compare Source

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

v3.650.0

Compare Source

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

v3.649.0

Compare Source

Features
  • endpoints: codegen sync for request creation performance improvements (#​6449) (c8e8f28)

v3.648.0

Compare Source

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

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.651.1

Compare Source

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

v3.651.0

Compare Source

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

v3.650.0

Compare Source

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

v3.649.0

Compare Source

Features
  • endpoints: codegen sync for request creation performance improvements (#​6449) (c8e8f28)
aws/aws-sdk-js-v3 (@​aws-sdk/client-secrets-manager)

v3.651.1

Compare Source

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

v3.650.0

Compare Source

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

v3.649.0

Compare Source

Features
  • endpoints: codegen sync for request creation performance improvements (#​6449) (c8e8f28)
aws/aws-sdk-js-v3 (@​aws-sdk/client-sqs)

v3.651.1

Compare Source

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

v3.650.0

Compare Source

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

v3.649.0

Compare Source

Features
  • endpoints: codegen sync for request creation performance improvements (#​6449) (c8e8f28)
aws/aws-sdk-js-v3 (@​aws-sdk/lib-dynamodb)

v3.651.1

Compare Source

Note: Version bump only for package @​aws-sdk/lib-dynamodb

v3.650.0

Compare Source

Bug Fixes
  • codegen: checkstyle issue in DocumentBareBonesClientGenerator (#​6455) (c3d86a6)

v3.649.0

Compare Source

Features
  • endpoints: codegen sync for request creation performance improvements (#​6449) (c8e8f28)

v3.648.0

Compare Source

Note: Version bump only for package @​aws-sdk/lib-dynamodb

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.5.0

Compare Source

🚀 Features
  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `

  • eslint-plugin: [no-unsafe-argument] differentiate error types

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer

  • eslint-plugin: [no-misused-promises] handle static method

  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis

  • eslint-plugin: [consistent-type-assertions] access parser services lazily

❤️ Thank You
  • f44da95
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.5.0

Compare Source

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.

typicode/husky (husky)

v9.1.6

Compare Source

panva/jose (jose)

v5.9.2

Compare Source

Refactor
  • types: remove index signatures from JWK interfaces (ccf0cda)

v5.9.1

Compare Source

Fixes
  • types: add missing index signature on the convenience JWK types (90a93dc)

v5.9.0

Compare Source

Features
  • allow JWK objects as "key" input to sign and verify (c6302ea)
jsdoc2md/jsdoc-to-markdown (jsdoc-to-markdown)

v9.0.1

Compare Source

semantic-release/semantic-release (semantic-release)

v24.1.1

Compare Source

sinonjs/sinon (sinon)

v18.0.1

Compare Source

Basically a patch release to update a transitive dependency in Nise.

  • 03e33ec6
    Pin [email protected] to avoid breaking change (Carl-Erik Kopseng)
  • 5a7924ad
    Add createStubInstance header in stubs.md (Daniel Kaplan)
  • ad6804cd
    Bump elliptic from 6.5.5 to 6.5.7 (#​2608) (dependabot[bot])
  • 033287bd
    Bump path-to-regexp and nise (#​2611) (dependabot[bot])

    Bumps path-to-regexp to 8.1.0 and updates ancestor dependency nise. These dependencies need to be updated together.

    Updates path-to-regexp from 6.2.2 to 8.1.0

    Updates nise from 6.0.0 to 6.0.1


    updated-dependencies:

    • dependency-name: path-to-regexp

      dependency-type: indirect

    • dependency-name: nise

      dependency-type: direct:production

    ...

    Signed-off-by: dependabot[bot] [email protected]

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>

  • 0c609f95
    re-add testing of esm browser builds (Carl-Erik Kopseng)

    It seems unclear why it was removed in the first place: I have tested extensively that it
    does work and it does fail the build if changing any assertion in the script

  • da4230a0
    Bump braces from 3.0.2 to 3.0.3 (#​2605) (dependabot[bot])

    Bumps braces from 3.0.2 to 3.0.3.


    updated-dependencies:

    • dependency-name: braces

      dependency-type: indirect

    ...

    Signed-off-by: dependabot[bot] [email protected]

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>

  • 02542370
    feat(ci): add node v22 (#​2600) (Rotzbua)
  • 794cb81a
    fix(tests): typo (#​2603) (Rotzbua)
  • 1eb2a254
    Use NodeJS 22.2.0 as base development version (Carl-Erik Kopseng)
  • 1aa713fd
    Bump rexml from 3.2.5 to 3.2.8 (#​2599) (dependabot[bot])

    Bumps rexml from 3.2.5 to 3.2.8. >

Released by Carl-Erik Kopseng on 2024-09-10.

microsoft/TypeScript (typescript)

v5.6.2

Compare Source


Configuration

📅 Schedule: Branch creation - "after 2pm on Saturday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

This PR will trigger a patch release when merged.

@renovate renovate bot merged commit 5412d7b into main Sep 14, 2024
8 checks passed
@renovate renovate bot deleted the renovate-external-fixes branch September 14, 2024 17:24
adobe-bot pushed a commit that referenced this pull request Sep 14, 2024
@adobe-bot
Copy link

🎉 This issue has been resolved in version @adobe/spacecat-shared-ahrefs-client-v1.5.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Sep 14, 2024
@adobe-bot
Copy link

🎉 This issue has been resolved in version @adobe/spacecat-shared-content-client-v1.0.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Sep 14, 2024
@adobe-bot
Copy link

🎉 This issue has been resolved in version @adobe/spacecat-shared-data-access-v1.44.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Sep 14, 2024
@adobe-bot
Copy link

🎉 This issue has been resolved in version @adobe/spacecat-shared-dynamo-v1.3.36 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Sep 14, 2024
@adobe-bot
Copy link

🎉 This issue has been resolved in version @adobe/spacecat-shared-google-client-v1.2.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Sep 14, 2024
@adobe-bot
Copy link

🎉 This issue has been resolved in version @adobe/spacecat-shared-gpt-client-v1.2.13 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Sep 14, 2024
@adobe-bot
Copy link

🎉 This issue has been resolved in version @adobe/spacecat-shared-http-utils-v1.6.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Sep 14, 2024
@adobe-bot
Copy link

🎉 This issue has been resolved in version @adobe/spacecat-shared-ims-client-v1.3.14 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Sep 14, 2024
@adobe-bot
Copy link

🎉 This issue has been resolved in version @adobe/spacecat-shared-rum-api-client-v2.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Sep 14, 2024
@adobe-bot
Copy link

🎉 This issue has been resolved in version @adobe/spacecat-shared-slack-client-v1.3.15 🎉

The release is available on:

Your semantic-release bot 📦🚀

adobe-bot pushed a commit that referenced this pull request Sep 14, 2024
# [@adobe/spacecat-shared-utils-v1.19.8](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.19.7...@adobe/spacecat-shared-utils-v1.19.8) (2024-09-14)

### Bug Fixes

* **deps:** update external fixes ([#369](#369)) ([5412d7b](5412d7b))
@adobe-bot
Copy link

🎉 This issue has been resolved in version @adobe/spacecat-shared-utils-v1.19.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant