Skip to content

Update dependencies#711

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/dependencies
Open

Update dependencies#711
renovate[bot] wants to merge 2 commits intomainfrom
renovate/dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2026

This PR contains the following updates:

Package Change Age Confidence
@aws-sdk/client-s3 (source) 3.992.03.995.0 age confidence
@aws-sdk/s3-request-presigner (source) 3.992.03.995.0 age confidence
eslint (source) 10.0.010.0.1 age confidence
glob 13.0.513.0.6 age confidence
nx (source) 22.5.122.5.2 age confidence

Release Notes

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

v3.995.0

Compare Source

3.995.0(2026-02-20)
Chores
New Features
  • clients: update client endpoints as of 2026-02-20 (aa23f1e0)
  • client-appstream: Adding new attribute to disable IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. (72021889)
  • client-sagemaker-runtime: Added support for S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync API to allow users to customize the S3 output path and file name for async inference response payloads. (edac3d73)
  • client-trustedadvisor: Adding a new enum attribute(statusReason) to TrustedAdvisorAPI response. This attribute explains reasoning behind check status for certain specific scenarios. (2d4a1eb4)
  • client-ecs: Migrated to Smithy. No functional changes (20258a5f)
  • client-ssm: Add support for AssociationDispatchAssumeRole in AWS SSM State Manager. (83535fc8)
  • client-signer-data: This release introduces AWS Signer Data Plane SDK client supporting GetRevocationStatus API. The new client enables AWS PrivateLink connectivity with both private DNS and VPC endpoint URLs. (b03b059d)

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

v3.994.0

Compare Source

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

v3.993.0

Compare Source

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

aws/aws-sdk-js-v3 (@​aws-sdk/s3-request-presigner)

v3.995.0

Compare Source

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

v3.994.0

Compare Source

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

v3.993.0

Compare Source

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

eslint/eslint (eslint)

v10.0.1

Compare Source

Bug Fixes

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#​20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#​20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

isaacs/node-glob (glob)

v13.0.6

Compare Source

nrwl/nx (nx)

v22.5.2

Compare Source

22.5.2 (2026-02-20)
🚀 Features
🩹 Fixes
  • core: handle Ctrl+C gracefully in configure-ai-agents (9128fcb66f)
  • core: prevent staggered and duplicate lines in dynamic output (#​34462)
  • core: only pull configure-ai-agents from latest if local version is not latest (#​34484)
  • core: gate tui-logger init behind NX_TUI env var (#​34426)
  • core: avoid blocking event loop during TUI PTY resize (#​34385)
  • core: use workspace root for path resolution when baseUrl is not set (#​34453)
  • core: replace buggy ignore-files trie with correct path-component gitignore matching (#​34447)
  • core: skip stale recomputations and prevent lost file changes in daemon (#​34424)
  • core: reduce terminal output duplication and allocations in task runner (#​34427)
  • core: commands shouldn't hang when passing --help (#​34506)
  • maven: write output after each task in batch mode to ensure correct files are cached (#​34400)
  • misc: rewrite Framer URLs to nx.dev in HTML responses (#​34445)
  • misc: prevent nxCloudId from being generated for new workspaces (#​34532)
  • nextjs: reset daemon client after project graph creation in withNx (#​34518, #​32880)
  • nx-dev: use shared preview url for netlify deploy (#​34467)
  • nx-dev: widen search dialog (#​34504)
  • nx-dev: update breadcrumb links to match sidebar (#​34500)
  • release: remove unnecessary number from release return type (#​34481)
  • repo: fix e2e CI failures from Node 22.12 incompatibility (#​34501)
❤️ Thank You

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

@renovate renovate bot added dependencies Pull requests that update a dependency file minor-version patch-version renovate labels Feb 23, 2026
[entityName, val, i6] = this.readEntityExp(xmlData, i6 + 1, this.suppressValidationErr);
if (val.indexOf("&") === -1)
if (val.indexOf("&") === -1) {
const escaped = entityName.replace(/[.\-+*:]/g, "\\.");

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Copilot Autofix

AI 25 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

const entKeys = Object.keys(externalEntities);
for (let i6 = 0; i6 < entKeys.length; i6++) {
const ent = entKeys[i6];
const escaped = ent.replace(/[.\-+*:]/g, "\\.");

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Copilot Autofix

AI 25 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 23, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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 minor-version patch-version renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants