Skip to content

fix: update all non-major dependencies#524

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Mar 2, 2026
Merged

fix: update all non-major dependencies#524
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@eslint/js (source) 9.39.29.39.3 age confidence devDependencies patch
@slack/types (source) 2.19.02.20.0 age confidence devDependencies minor
@types/node (source) 24.10.924.11.0 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.54.08.56.1 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.54.08.56.1 age confidence devDependencies minor
aws-cdk (source) 2.1104.02.1108.0 age confidence devDependencies minor
constructs 10.4.510.5.1 age confidence dependencies minor
dotenv 17.2.317.3.1 age confidence dependencies minor
eslint (source) 9.39.29.39.3 age confidence devDependencies patch
eslint-plugin-only-warn 1.1.01.2.1 age confidence devDependencies minor
google-auth-library (source) 10.5.010.6.1 age confidence dependencies minor
google-spreadsheet (source) 5.0.25.2.0 age confidence dependencies minor
node (source) 24.13.024.14.0 age confidence minor
tar 7.5.87.5.9 age confidence dependencies patch
typescript-eslint (source) 8.54.08.56.1 age confidence devDependencies minor

Release Notes

eslint/eslint (@​eslint/js)

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

slackapi/node-slack-sdk (@​slack/types)

v2.20.0

Compare Source

Minor Changes
  • f1fb7bf: feat: add thinking steps types

    Added types for Thinking Steps features:

    • Block types: PlanBlock and TaskCard for displaying task progress in messages
    • Chunk types: MarkdownTextChunk, PlanUpdateChunk, TaskUpdateChunk for streaming
    • Source types: UrlSourceElements for displaying sources within task cards

    Related PRs:

    • #​2471 - add task_card and plan blocks
Example
await client.chat.postMessage({
  channel: CHANNEL_ID,
  text: "Task progress update",
  blocks: [
    {
      type: "plan",
      plan_id: "plan-123",
      title: "My Task",
      tasks: [
        {
          type: "task_card",
          task_id: "task-124",
          title: "Task 1",
          status: "complete",
        },
        {
          type: "task_card",
          task_id: "task-125",
          title: "Task 2",
          status: "pending",
        },
      ],
    },
  ],
});
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.56.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.56.0

Compare Source

🚀 Features
🩹 Fixes
  • use parser options from context.languageOptions (#​12043)
❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

Compare Source

🚀 Features
  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#​11992)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#​11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#​11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#​11966, #​12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#​11990)
❤️ Thank You

See GitHub Releases for more information.

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

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

v8.56.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.56.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

aws/aws-cdk-cli (aws-cdk)

v2.1108.0

Compare Source

2.1108.0 (2026-02-26)

Features

v2.1107.0

Compare Source

2.1107.0 (2026-02-23)

Features

v2.1106.1

Compare Source

2.1106.1 (2026-02-18)

Bug Fixes
  • cli: cdk init fails to run dotnet restore && dotnet build for C# & F# projects (#​1148) (69b9c33)
  • cli: use NuGet floating version for constructs in .NET templates (#​1145) (4e0d9f7)
  • cloud-assembly-schema: manifest validation takes up majority of synthesis time (#​1135) (efb810f)

v2.1106.0

Compare Source

v2.1105.0

Compare Source

2.1105.0 (2026-02-05)

Features
aws/constructs (constructs)

v10.5.1

Compare Source

10.5.1 (2026-02-19)

Bug Fixes
  • provide default implementation of with() on Node class (#​2848) (f0f37e5)

v10.5.0

Compare Source

10.5.0 (2026-02-17)

Features
  • mixin: add IMixin interface and Construct.with() method (#​2843) (0f1005b)
motdotla/dotenv (dotenv)

v17.3.1

Compare Source

Changed
  • Fix as2 example command in README and update spanish README

v17.3.0

Compare Source

Added
  • Add a new README section on dotenv’s approach to the agentic future.
Changed
  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

v17.2.4

Compare Source

Changed
  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#​915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
bfanger/eslint-plugin-only-warn (eslint-plugin-only-warn)

v1.2.1

Compare Source

v1.2.0

Compare Source

googleapis/google-cloud-node-core (google-auth-library)

v10.6.1

Compare Source

Bug Fixes
  • DefaultAwsSecurityCredentialSupplier fetches aws-credentials correctly from credential-url (#​901) (8c50526)
theoephraim/node-google-spreadsheet (google-spreadsheet)

v5.2.0

Compare Source

Minor Changes
  • 74cdc44: Add searchDeveloperMetadata method and support DeveloperMetadataLookup filters in loadCells
  • 71ee84d: Add retryConfig parameter to allow customising error handling
Patch Changes
  • fd12a3b: Fix crash when saving a row with all empty values, and ensure empty cells always return '' instead of undefined
  • 557ce16: Allow setting cell.stringValue to strings starting with = — they are now stored as literal string values instead of throwing an error

v5.1.0

Compare Source

Minor Changes
  • 3edb1ba: Add deleteDimension, deleteRows, and deleteColumns methods to GoogleSpreadsheetWorksheet

  • a2f00b2: Add comprehensive data manipulation and convenience methods to GoogleSpreadsheetWorksheet:

    Data Manipulation Methods:

    • pasteData: Insert delimited data at a coordinate
    • appendDimension: Append rows or columns to sheet
    • textToColumns: Split delimited text into columns
    • deleteRange: Delete cells and shift remaining
    • deleteDimension: Delete rows or columns
    • moveDimension: Move rows or columns
    • sortRange: Sort data by columns
    • trimWhitespace: Remove leading/trailing spaces
    • deleteDuplicates: Remove duplicate rows
    • copyPaste: Copy and paste ranges
    • cutPaste: Cut and paste ranges
    • autoFill: Fill cells with patterns
    • repeatCell: Repeat cell data across range
    • appendCells: Append cell data to sheet
    • findReplace: Find and replace text
    • randomizeRange: Randomize row order

    Convenience Wrapper Methods (auto-fill sheetId):

    • addNamedRange: Create named ranges in worksheet
    • updateNamedRange: Update existing named ranges
    • deleteNamedRange: Delete named ranges
    • setBasicFilter: Set basic filter on sheet
    • clearBasicFilter: Clear basic filter from sheet
    • updateBorders: Update cell borders in range

    Filter View Methods:

    • addFilterView: Add filter views to sheets
    • updateFilterView: Update existing filter views
    • deleteFilterView: Delete filter views
    • duplicateFilterView: Duplicate filter views

    Conditional Formatting Methods:

    • addConditionalFormatRule: Add conditional format rules
    • updateConditionalFormatRule: Update or move conditional format rules
    • deleteConditionalFormatRule: Delete conditional format rules

    Banding Methods:

    • addBanding: Add alternating row/column colors
    • updateBanding: Update banding properties
    • deleteBanding: Delete banded ranges

    Developer Metadata Methods:

    • createDeveloperMetadata: Create custom metadata
    • updateDeveloperMetadata: Update existing metadata
    • deleteDeveloperMetadata: Delete metadata

v5.0.3

Compare Source

Patch Changes
  • c1db500: Implement autoResizeDimensions method to auto-resize rows or columns to fit their contents
  • c1db500: Add deletePermission method to revoke access for a user, group, or domain
  • c1db500: Implement insertRange method to insert empty cells in a range and shift existing cells
  • c1db500: Add protected range CRUD operations (addProtectedRange, updateProtectedRange, deleteProtectedRange) on worksheets
  • c1db500: Fix addNamedRange request body to correctly nest properties under namedRange key
nodejs/node (node)

v24.14.0

Compare Source

v24.13.1

Compare Source

isaacs/node-tar (tar)

v7.5.9

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.56.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.56.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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


Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) in timezone America/Chicago, 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.

@renovate renovate bot added the dependency Updates to one or more dependencies label Mar 1, 2026
@renovate renovate bot merged commit 1c4ea0b into main Mar 2, 2026
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 2, 2026 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Updates to one or more dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants