Skip to content

chore(deps): update all non-major dependencies - autoclosed #68

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

This PR contains the following updates:

Package Type Update Change
codecov/codecov-action action patch v5.4.0 -> v5.4.3
node (source) minor 22 -> 22.16.0
node (source) engines minor >=22 -> >=22.16.0

Release Notes

codecov/codecov-action (codecov/codecov-action)

v5.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

nodejs/node (node)

v22.16.0: 2025-05-21, Version 22.16.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [c3ceaebb7a] - deps: update timezone to 2025b (Node.js GitHub Bot) #​57857
  • [5059a746ec] - doc: add dario-piotrowicz to collaborators (Dario Piotrowicz) #​58102
  • [c8ceaaf397] - (SEMVER-MINOR) doc: graduate multiple experimental apis (James M Snell) #​57765
  • [e21b37d9df] - (SEMVER-MINOR) esm: graduate import.meta properties (James M Snell) #​58011
  • [832640c35e] - (SEMVER-MINOR) esm: support top-level Wasm without package type (Guy Bedford) #​57610
  • [c510391d2f] - (SEMVER-MINOR) sqlite: add StatementSync.prototype.columns() (Colin Ihrig) #​57490
  • [5d1230bec0] - (SEMVER-MINOR) src: set default config as node.config.json (Marco Ippolito) #​57171
  • [30bb1ccbb0] - (SEMVER-MINOR) src: create THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING (Marco Ippolito) #​57016
  • [0350c6f478] - (SEMVER-MINOR) src: add config file support (Marco Ippolito) #​57016
  • [e1d3a9e192] - (SEMVER-MINOR) src: add ExecutionAsyncId getter for any Context (Attila Szegedi) #​57820
  • [0ec912f452] - (SEMVER-MINOR) stream: preserve AsyncLocalStorage context in finished() (Gürgün Dayıoğlu) #​57865
  • [43490c8797] - (SEMVER-MINOR) util: add types.isFloat16Array() (Livia Medeiros) #​57879
  • [dda6ca9172] - (SEMVER-MINOR) worker: add worker.getHeapStatistics() (Matteo Collina) #​57888
Commits

v22.15.1

Compare Source

v22.15.0

Compare Source

v22.14.0: 2025-02-11, Version 22.14.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [82a9000e9e] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #​56566
  • [b7fe54fc88] - (SEMVER-MINOR) fs: allow exclude option in globs to accept glob patterns (Daeyeon Jeong) #​56489
  • [3ac92ef607] - (SEMVER-MINOR) lib: add typescript support to STDIN eval (Marco Ippolito) #​56359
  • [1614e8e7bc] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #​56610
  • [6d6cffa9cc] - (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith) #​55412
  • [d35333ae18] - (SEMVER-MINOR) process: add process.ref() and process.unref() methods (James M Snell) #​56400
  • [07ff3ddcb5] - (SEMVER-MINOR) sqlite: support TypedArray and DataView in StatementSync (Alex Yang) #​56385
  • [94d3fe1b62] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #​56441
  • [5afffb4415] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #​56469
  • [697a851fb3] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #​56595
  • [047537b48c] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #​56459
  • [926cf84e95] - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) #​56434
  • [c658a8afdf] - (SEMVER-MINOR) worker: add eval ts input (Marco Ippolito) #​56394
Commits

Configuration

📅 Schedule: Branch creation - "before 4am on Wednesday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 requested a review from mheob as a code owner April 16, 2024 22:01
Copy link

changeset-bot bot commented Apr 16, 2024

⚠️ No Changeset found

Latest commit: 40012c7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

coderabbitai bot commented Apr 16, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

"""

Walkthrough

The recent updates involve an upgrade to the Node.js version specified in the .nvmrc file, changing from a major version to a specific minor version. Additionally, the package.json file has been modified to reflect updates to various dependencies and devDependencies, ensuring that the project utilizes the latest versions available. Furthermore, the GitHub Actions workflow configuration has been updated to use a newer version of the codecov/codecov-action.

Changes

File Change Summary
.nvmrc Updated Node.js version from 20 to 20.19.0.
package.json Multiple dependency updates, including:
- @changesets/types from ^6.0.0 to ^6.1.0
- dotenv from ^16.4.1 to ^16.5.0
- @changesets/cli from ^2.27.1 to ^2.29.2
- @changesets/parse from ^0.4.0 to ^0.4.1
- @commitlint/cli from ^19.0.0 to ^19.8.0
- @mheob/commitlint-config from ^1.1.1 to ^1.2.1
- @mheob/prettier-config from ^3.2.0 to ^3.3.3
- @mheob/tsconfig from ^2.0.0 to ^2.2.1
- @types/node from ^20.11.16 to ^20.17.30
- @vitest/coverage-istanbul from ^1.2.2 to ^1.6.1
- commitizen from ^4.3.0 to ^4.3.1
- cz-git from ^1.8.0 to ^1.11.1
- eslint from ^8.56.0 to ^8.57.1
- lint-staged from ^15.2.2 to ^15.5.1
- tsup from ^8.0.1 to ^8.4.0
- typescript from ^5.3.3 to ^5.8.3.
.github/workflows/check.yml Updated codecov/codecov-action version from v5.4.0 to v5.4.2.

Possibly related issues

  • Dependency Dashboard #12: This PR updates specific dependency versions and the Node.js version in .nvmrc, aligning with the objectives of dependency version management discussed in the issue.
    """

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 895a91f to bf4a3ac Compare May 1, 2024 15:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c5267b4 to c1b0d23 Compare May 20, 2024 23:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c1b0d23 to 7d869f9 Compare May 23, 2024 08:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d869f9 to 529a64d Compare June 13, 2024 08:54
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5cc4e31 to 81a5ad9 Compare August 6, 2024 09:36
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 22137c8 and 81a5ad9.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • .nvmrc (1 hunks)
  • package.json (1 hunks)
Additional comments not posted (16)
.nvmrc (1)

1-1: Ensure compatibility with Node.js version 20.16.0.

The Node.js version has been updated from 20 to 20.16.0. Ensure that all dependencies and the project itself are compatible with this specific version.

package.json (15)

63-63: Update @vitest/coverage-istanbul to version 1.6.0.

The @vitest/coverage-istanbul package has been updated from ^1.2.2 to ^1.6.0. Ensure that the updated version is compatible with the project.


60-60: Update @mheob/prettier-config to version 3.3.1.

The @mheob/prettier-config package has been updated from ^3.2.0 to ^3.3.1. Ensure that the updated version is compatible with the project.


55-55: Update @changesets/cli to version 2.27.7.

The @changesets/cli package has been updated from ^2.27.1 to ^2.27.7. Ensure that the updated version is compatible with the project.


70-70: Update tsup to version 8.2.4.

The tsup package has been updated from ^8.0.1 to ^8.2.4. Ensure that the updated version is compatible with the project.


73-73: Update vitest to version 1.6.0.

The vitest package has been updated from ^1.2.2 to ^1.6.0. Ensure that the updated version is compatible with the project.


66-66: Update eslint to version 8.57.0.

The eslint package has been updated from ^8.56.0 to ^8.57.0. Ensure that the updated version is compatible with the project.


62-62: Update @types/node to version 20.14.14.

The @types/node package has been updated from ^20.11.16 to ^20.14.14. Ensure that the updated version is compatible with the project.


61-61: Update @mheob/tsconfig to version 2.1.0.

The @mheob/tsconfig package has been updated from ^2.0.0 to ^2.1.0. Ensure that the updated version is compatible with the project.


58-58: Update @mheob/commitlint-config to version 1.1.2.

The @mheob/commitlint-config package has been updated from ^1.1.1 to ^1.1.2. Ensure that the updated version is compatible with the project.

Verification successful

Update @mheob/commitlint-config to version 1.1.2.

The @mheob/commitlint-config package has been updated from ^1.1.1 to ^1.1.2. The package.json and pnpm-lock.yaml files confirm the update. The peer dependencies listed are compatible with the project.

  • package.json confirms version ^1.1.2.
  • pnpm-lock.yaml confirms resolved version 1.1.2.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify compatibility of @mheob/commitlint-config version 1.1.2 with the project.

# Test: Check if @mheob/commitlint-config 1.1.2 is compatible with the project.
# Expect: No compatibility issues.
npm ls @mheob/commitlint-config

Length of output: 104


Script:

#!/bin/bash
# Step 1: Confirm the version of @mheob/commitlint-config in package.json
echo "Checking package.json for @mheob/commitlint-config version..."
grep -A 2 '"@mheob/commitlint-config"' package.json

# Step 2: Confirm the resolved version of @mheob/commitlint-config in package-lock.json
echo "Checking package-lock.json for resolved @mheob/commitlint-config version..."
grep -A 2 '"@mheob/commitlint-config"' package-lock.json

# Step 3: Search the codebase for any references to @mheob/commitlint-config
echo "Searching the codebase for references to @mheob/commitlint-config..."
rg '@mheob/commitlint-config' -A 3

Length of output: 1511


52-52: Update dotenv to version 16.4.5.

The dotenv package has been updated from ^16.4.1 to ^16.4.5. Ensure that the updated version is compatible with the project.


72-72: Update vite to version 5.3.5.

The vite package has been updated from ^5.0.12 to ^5.3.5. Ensure that the updated version is compatible with the project.


57-57: Update @commitlint/cli to version 19.3.0.

The @commitlint/cli package has been updated from ^19.0.0 to ^19.3.0. Ensure that the updated version is compatible with the project.

Verification successful

Update @commitlint/cli to version 19.3.0.

The @commitlint/cli package has been verified to be updated to version 19.3.0 and is compatible with the project based on the information in the pnpm-lock.yaml file.

  • package.json confirms the version is set to ^19.3.0.
  • pnpm-lock.yaml shows no conflicts with other dependencies.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify compatibility of @commitlint/cli version 19.3.0 with the project.

# Test: Check if @commitlint/cli 19.3.0 is compatible with the project.
# Expect: No compatibility issues.
npm ls @commitlint/cli

Length of output: 95


Script:

#!/bin/bash
# Check the version of @commitlint/cli in package.json
rg '@commitlint/cli' package.json

# Check for @commitlint/cli dependencies in package-lock.json (if it exists)
if [ -f "package-lock.json" ]; then
  rg '@commitlint/cli' package-lock.json
fi

Length of output: 96


Script:

#!/bin/bash
# Search for any other references to @commitlint/cli in the codebase
rg '@commitlint/cli'

Length of output: 525


65-65: Update cz-git to version 1.9.4.

The cz-git package has been updated from ^1.8.0 to ^1.9.4. Ensure that the updated version is compatible with the project.


68-68: Update lint-staged to version 15.2.8.

The lint-staged package has been updated from ^15.2.2 to ^15.2.8. Ensure that the updated version is compatible with the project.

Verification successful

Update lint-staged to version 15.2.8.

The lint-staged package has been updated from ^15.2.2 to ^15.2.8. The configuration in package.json is compatible with the updated version.

  • package.json:
    "lint-staged": {
      "!(pnpm-)*.{cjs,js,mjs,ts,json,md,mdx,yaml,yml}": "pnpm exec prettier --write",
      "*.{cjs,js,mjs,ts}": "eslint --fix",
      "package.json": "pnpm dlx sort-package-json"
    }
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify compatibility of lint-staged version 15.2.8 with the project.

# Test: Check if lint-staged 15.2.8 is compatible with the project.
# Expect: No compatibility issues.
npm ls lint-staged

Length of output: 91


Script:

#!/bin/bash
# Search for lint-staged configuration in the project files to review for compatibility with version 15.2.8.
# This configuration is usually found in package.json or a separate .lintstagedrc file.

# Check for lint-staged configuration in package.json
rg '"lint-staged": {[^}]*}' package.json

# Check for a .lintstagedrc file
fd .lintstagedrc --exec cat {}

Length of output: 198


Script:

#!/bin/bash
# Corrected search for lint-staged configuration in the project files to review for compatibility with version 15.2.8.

# Check for lint-staged configuration in package.json
rg '"lint-staged": \{[^}]*\}' package.json

# Check for a .lintstagedrc file
fd .lintstagedrc --exec cat {}

Length of output: 79


Script:

#!/bin/bash
# Search for lint-staged configuration across all project files to review for compatibility with version 15.2.8.

# Search for lint-staged configuration in all project files
rg 'lint-staged' .

Length of output: 213


Script:

#!/bin/bash
# Extract the lint-staged configuration block from package.json for review.

# Extract lint-staged configuration from package.json
rg -A 10 '"lint-staged": \{' package.json

Length of output: 376


71-71: Update typescript to version 5.5.4.

The typescript package has been updated from ^5.3.3 to ^5.5.4. Ensure that the updated version is compatible with the project.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 81a5ad9 to a993f39 Compare August 10, 2024 10:43
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 81a5ad9 and a993f39.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • .nvmrc (1 hunks)
  • package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • package.json
Files skipped from review as they are similar to previous changes (1)
  • .nvmrc

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a993f39 to 532f485 Compare August 10, 2024 15:31
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between a993f39 and 532f485.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • .nvmrc (1 hunks)
  • package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • package.json
Files skipped from review as they are similar to previous changes (1)
  • .nvmrc

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 532f485 to 3cbc829 Compare August 12, 2024 18:28
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 532f485 and 3cbc829.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • .nvmrc (1 hunks)
  • package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • package.json
Files skipped from review as they are similar to previous changes (1)
  • .nvmrc

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3cbc829 to e156de7 Compare August 16, 2024 06:11
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 3cbc829 and e156de7.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • .nvmrc (1 hunks)
  • package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • package.json
Files skipped from review as they are similar to previous changes (1)
  • .nvmrc

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e156de7 to 33e16e5 Compare August 18, 2024 16:28
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between e156de7 and 33e16e5.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • .nvmrc (1 hunks)
  • package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • package.json
Files skipped from review as they are similar to previous changes (1)
  • .nvmrc

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 33e16e5 to b59856a Compare August 19, 2024 19:57
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 33e16e5 and b59856a.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • .nvmrc (1 hunks)
  • package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • package.json
Files skipped from review as they are similar to previous changes (1)
  • .nvmrc

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b59856a to 2054880 Compare August 21, 2024 09:48
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between b59856a and 2054880.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • .nvmrc (1 hunks)
  • package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • package.json
Files skipped from review as they are similar to previous changes (1)
  • .nvmrc

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2054880 to 8fdaa4c Compare August 21, 2024 20:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 28c22d2 to ab8476a Compare April 22, 2025 16:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b499aed to 8f35253 Compare May 1, 2025 11:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 8e1d2f0 to 0739179 Compare May 14, 2025 22:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 46f697f to 76ac1e9 Compare May 22, 2025 03:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a83a38c to 191553d Compare May 23, 2025 23:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 191553d to 40012c7 Compare May 28, 2025 14:44
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies May 28, 2025
Copy link

@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 28, 2025
@renovate renovate bot closed this May 28, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch May 28, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant