Skip to content

fix(deps): update external fixes#204

Merged
renovate[bot] merged 1 commit intomainfrom
renovate-external-fixes
Mar 7, 2026
Merged

fix(deps): update external fixes#204
renovate[bot] merged 1 commit intomainfrom
renovate-external-fixes

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 7, 2026

This PR contains the following updates:

Package Change Age Confidence
@aws-sdk/client-cloudwatch-logs (source) 3.1000.03.1004.0 age confidence
@aws-sdk/client-lambda (source) 3.1000.03.1004.0 age confidence
@aws-sdk/client-s3 (source) 3.1000.03.1004.0 age confidence
@aws-sdk/client-sqs (source) 3.1000.03.1004.0 age confidence
@aws-sdk/credential-provider-node (source) 3.972.143.972.18 age confidence
@eslint/config-helpers (source) 0.5.20.5.3 age confidence
@redocly/cli 2.20.02.20.4 age confidence
@semantic-release/npm 13.1.413.1.5 age confidence
eslint (source) 9.39.39.39.4 age confidence
lint-staged 16.3.016.3.2 age confidence
sinon (source) 21.0.121.0.2 age confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-cloudwatch-logs)

v3.1004.0

Compare Source

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

v3.1003.0

Compare Source

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

v3.1002.0

Compare Source

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

v3.1001.0

Compare Source

Features
  • client-cloudwatch-logs: CloudWatch Logs updates- Added support for the PutBearerTokenAuthentication API to enable or disable bearer token authentication on a log group. For more information, see CloudWatch Logs API documentation. (4efe87a)
aws/aws-sdk-js-v3 (@​aws-sdk/client-lambda)

v3.1004.0

Compare Source

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

v3.1003.0

Compare Source

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

v3.1002.0

Compare Source

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

v3.1001.0

Compare Source

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

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

v3.1004.0

Compare Source

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

v3.1003.0

Compare Source

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

v3.1002.0

Compare Source

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

v3.1001.0

Compare Source

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

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

v3.1004.0

Compare Source

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

v3.1003.0

Compare Source

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

v3.1002.0

Compare Source

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

v3.1001.0

Compare Source

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

aws/aws-sdk-js-v3 (@​aws-sdk/credential-provider-node)

v3.972.18

Chores
  • credential-provider-node: update dependencies.

v3.972.17

Chores

v3.972.16

Chores
  • credential-provider-node: update dependencies.

v3.972.15

Chores
  • credential-provider-node: update dependencies.
eslint/rewrite (@​eslint/config-helpers)

v0.5.3

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
Redocly/redocly-cli (@​redocly/cli)

v2.20.4

Compare Source

Patch Changes
  • Improved error messaging when a path parameter referenced via $ref is not used in the path.
  • Updated @​redocly/openapi-core to v2.20.4.

v2.20.3

Compare Source

Patch Changes

v2.20.2

Compare Source

Patch Changes
  • Add support for data: URLs (RFC 2397) in references.
    The resolver now handles inline base64-encoded and URL-encoded data in $ref fields, allowing schemas and other content to be embedded directly as data URLs.
  • Updated @​redocly/openapi-core to v2.20.2.

v2.20.1

Compare Source

Patch Changes
semantic-release/npm (@​semantic-release/npm)

v13.1.5

Compare Source

Bug Fixes
eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

lint-staged/lint-staged (lint-staged)

v16.3.2

Compare Source

Patch Changes
  • #​1735 2adaf6c Thanks @​iiroj! - Hide the extra cmd window on Windows by spawning tasks without the detached option.

v16.3.1

Compare Source

Patch Changes
  • #​1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.
sinonjs/sinon (sinon)

v21.0.2

Compare Source

  • 024321c4
    fix: skip Node specific tests in browser env (Carl-Erik Kopseng)
  • b836fccb
    fix: js-yaml breaking change from v3 to v4 (Carl-Erik Kopseng)
  • ebf0c431
    docs: add how-to article for stubbing ES module imports (#​1832) (#​2676) (Eduard Barrera)
    • docs: add how-to article for stubbing ES module imports with esm package

    Adds a comprehensive How-To guide that addresses issue #​1832, documenting
    how to configure Node.js to allow Sinon stubs to work with ES modules.

    • Explains why ES module namespace bindings are immutable by spec
    • Shows how to use the 'esm' npm package with mutableNamespace: true
    • Provides a complete working example with project layout, package.json,
      loader file, source modules, and a full test suite
    • Documents limitations (destructured imports, non-standard behavior)
    • Replaces the TODO comment in link-seams-commonjs.md with a cross-reference

    Closes #​1832
    Co-authored-by: Eduard Barrera eduardbar@users.noreply.github.com
    Co-authored-by: Carl-Erik Kopseng carlerik@gmail.com

  • ebcd506c
    Fix spies not being reset properly (#​2673) (simon-id)
  • 3beab2ba
    Make doc tests pass with new jQuery (Carl-Erik Kopseng)
  • 766715c6
    build: reduce transitive audit findings (Carl-Erik Kopseng)
  • 92aaf5c9
    build: upgrade eslint config and replace dependency-check (Carl-Erik Kopseng)
  • c6aaa871
    chore: ignore project worktrees (Carl-Erik Kopseng)
  • ef387e8e
    Upgrade most deps (Carl-Erik Kopseng)
  • 3cf4e77d
    docs: improve writing of documentation (#​2675) (Eduardo de la Cruz Palacios)
  • 6349032f
    Check login status before publishing steps are performed (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2026-03-04.


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.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 7, 2026

This PR will trigger a patch release when merged.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@renovate renovate bot merged commit e85c2a4 into main Mar 7, 2026
16 checks passed
@renovate renovate bot deleted the renovate-external-fixes branch March 7, 2026 18:56
solaris007 pushed a commit that referenced this pull request Mar 7, 2026
## [1.11.6](v1.11.5...v1.11.6) (2026-03-07)

### Bug Fixes

* **deps:** update adobe fixes ([#203](#203)) ([4613464](4613464))
* **deps:** update external fixes ([#204](#204)) ([e85c2a4](e85c2a4))
@solaris007
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.11.6 🎉

The release is available on GitHub release

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