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): lock file maintenance minor/patch updates #227

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@aws-sdk/client-apigatewaymanagementapi (source) dependencies minor ^3.699.0 -> ^3.713.0 3.716.0 (+1) age adoption passing confidence
@aws-sdk/client-dynamodb (source) dependencies minor ^3.705.0 -> ^3.713.0 3.716.0 (+1) age adoption passing confidence
@aws-sdk/lib-dynamodb (source) dependencies minor ^3.705.0 -> ^3.713.0 3.716.0 (+1) age adoption passing confidence
@eslint/js (source) dependencies minor ^9.16.0 -> ^9.17.0 age adoption passing confidence
@rollup/plugin-replace (source) dependencies patch ^6.0.1 -> ^6.0.2 age adoption passing confidence
@rollup/plugin-typescript (source) dependencies patch ^12.1.1 -> ^12.1.2 age adoption passing confidence
eslint (source) dependencies minor ^9.16.0 -> ^9.17.0 age adoption passing confidence
lint-staged dependencies patch ^15.2.10 -> ^15.2.11 age adoption passing confidence
nodemon (source) dependencies patch ^3.1.7 -> ^3.1.9 age adoption passing confidence
npm-run-all2 dependencies patch ^7.0.1 -> ^7.0.2 age adoption passing confidence
preact (source) dependencies patch ^10.25.1 -> ^10.25.2 10.25.3 age adoption passing confidence
preact-render-to-string dependencies patch ^6.5.11 -> ^6.5.12 age adoption passing confidence
typescript-eslint (source) dependencies patch ^8.18.0 -> ^8.18.1 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

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

v3.713.0

Compare Source

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

v3.712.0

Compare Source

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

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

v3.713.0

Compare Source

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

v3.712.0

Compare Source

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

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

v3.713.0

Compare Source

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

v3.712.0

Compare Source

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

eslint/eslint (@​eslint/js)

v9.17.0

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

rollup/plugins (@​rollup/plugin-replace)

v6.0.2

2024-12-15

Bugfixes
  • fix: add missing types for objectGuards option (#​1818)
rollup/plugins (@​rollup/plugin-typescript)

v12.1.2

2024-12-15

Bugfixes
  • fix: path validation issue in validatePaths function (#​1800)
eslint/eslint (eslint)

v9.17.0

Compare Source

remy/nodemon (nodemon)

v3.1.9

Compare Source

Bug Fixes
  • maintain backward support for exitcrash (9c9de6e)

v3.1.8

Compare Source

Bug Fixes
bcomnes/npm-run-all2 (npm-run-all2)

v7.0.2

Compare Source

Merged
  • Upgrade: Bump neostandard from 0.11.9 to 0.12.0 #164
  • Upgrade: Bump codecov/codecov-action from 4 to 5 #161
Commits
  • Raise cross-spawn version floor to ^7.0.6 45a9e19
  • Merge pull request #​163 from bcomnes/dependabot/npm_and_yarn/mocha-11.0.1 285967a
  • Upgrade: Bump mocha from 10.8.2 to 11.0.1 5d1aea5
typescript-eslint/typescript-eslint (typescript-eslint)

v8.18.1

Compare Source

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

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


Configuration

📅 Schedule: Branch creation - "before 4am on Friday" (UTC), 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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot enabled auto-merge December 20, 2024 00:06
@renovate renovate bot merged commit b8871ac into master Dec 20, 2024
4 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch December 20, 2024 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants