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

Update all non-major dependencies #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/compat 1.2.1 -> 1.2.4 age adoption passing confidence dependencies patch
@eslint/js (source) 9.13.0 -> 9.17.0 age adoption passing confidence dependencies minor
@stylistic/eslint-plugin (source) 2.9.0 -> 2.12.1 age adoption passing confidence dependencies minor
@swc/cli 0.4.0 -> 0.5.2 age adoption passing confidence devDependencies minor
@swc/core (source) 1.7.39 -> 1.10.1 age adoption passing confidence devDependencies minor
@types/node (source) 22.7.8 -> 22.10.2 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) 2.1.3 -> 2.1.8 age adoption passing confidence devDependencies patch
@vitest/eslint-plugin 1.1.7 -> 1.1.18 age adoption passing confidence dependencies patch
eslint-import-resolver-typescript 3.6.3 -> 3.7.0 age adoption passing confidence dependencies minor
eslint-plugin-import-x 4.3.1 -> 4.5.1 age adoption passing confidence dependencies minor
eslint-plugin-jsdoc 50.4.3 -> 50.6.1 age adoption passing confidence dependencies minor
eslint-plugin-n 17.11.1 -> 17.15.0 age adoption passing confidence dependencies minor
eslint-plugin-promise 7.1.0 -> 7.2.1 age adoption passing confidence dependencies minor
neostandard 0.11.6 -> 0.12.0 age adoption passing confidence dependencies minor
node (source) 22.10.0 -> 22.12.0 age adoption passing confidence volta minor
npm (source) 10.9.0 -> 10.9.2 age adoption passing confidence packageManager patch
npm (source) 10.9.0 -> 10.9.2 age adoption passing confidence volta patch
npm-run-all2 7.0.0 -> 7.0.2 age adoption passing confidence devDependencies patch
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence devDependencies minor
typescript-eslint (source) 8.11.0 -> 8.18.1 age adoption passing confidence dependencies minor
vite-tsconfig-paths 5.0.1 -> 5.1.4 age adoption passing confidence devDependencies minor
vitest (source) 2.1.3 -> 2.1.8 age adoption passing confidence devDependencies patch

Release Notes

eslint/rewrite (@​eslint/compat)

v1.2.4

Compare Source

v1.2.3

Compare Source

v1.2.2

Compare Source

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

v9.16.0

Compare Source

v9.15.0

Compare Source

v9.14.0

Compare Source

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v2.12.1

Compare Source

Features
  • indent: introduce offsetTernaryExpressionsOffsetCallExpressions options (#​636) (c14a3ee)
Documentation
Chores

v2.12.0

Compare Source

Bug Fixes
  • comma-style: handles comma after default import and trailing comma (#​600) (2d8d8ce)
  • function-call-spacing: remove invalid defaults from schema (#​617) (0714754)
  • indent: consider CallExpression when offsetTernaryExpressions is true (#​625) (55d3529)
  • jsx-wrap-multilines: text between replacement texts included in parentheses (#​618) (0764252)
Documentation
Chores

v2.11.0

Compare Source

Features
  • comma-dangle: add support for Import Attributes (#​586) (4c177c3)
  • comma-style: add support for more syntax (#​597) (922151c)
  • function-call-argument-newline: add support for Import Attributes (#​603) (8ee0c24)
  • function-call-spacing: add optionalChain to control the space around the optional chain (#​605) (f732798)
  • function-paren-newline: add support for Import Attributes (#​585) (4ede153)
Bug Fixes
Build Related

v2.10.1

Compare Source

Features
  • indent-binary-ops: disabled to lower indent when starts closing bracket (#​591) (25fe554)
Bug Fixes
  • key-spacing: crash for import without attributes when using align: "colon" (#​594) (6000f43)
Chores

v2.10.0

Compare Source

Features
  • cross test comma-spacing (#​562) (ea72317)
  • function-call-spacing: auto-fix optional chain when option is never (#​589) (7a2b47f)
  • function-call-spacing: support ImportExpression in ts version (#​570) (19d1f8c)
  • indent-binary-ops: logical expression indent (#​576) (cbf800d)
  • indent: add support for Import Attributes (#​579) (4f944d8)
  • key-spacing: add support for Import Attributes (#​583) (789d893)
  • max-statements-per-line: new option to allow specific statements (#​558) (2ed4054)
  • no-multi-spaces: add support for Import Attributes (#​584) (0da0713)
  • padding-line-between-statements: add support for multiline-export and singleline-export (#​582) (2690a30)
  • quote-props: add support for Import Attributes (#​581) (4edfee2)
Bug Fixes
  • correct the type of quotes in customize (#​590) (b86c2df)
  • function-call-spacing: don't remove comments while auto-fixing (#​588) (53b4a55)
  • jsx-closing-bracket-location: should not remove comment in jsx (#​566) (e2ba8d5)
Documentation
Chores
swc-project/swc (@​swc/core)

v1.10.1

Compare Source

Bug Fixes
  • (es/resolver) Fix wrong syntax context of vars with the same names as catch params (#​9786) (5a44c6b)
Features

v1.10.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.9.3

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor

v1.9.2

Compare Source

Bug Fixes
Features

v1.9.1

Compare Source

Bug Fixes

v1.9.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks

v1.8.0

Compare Source

Bug Fixes
  • (es/typescript) Handle multiline type parameters in async arrow functions (#​9704) (c5ed19c)

  • (es/typescript) Handle ASI hazards in fast type strip (#​9707) (c135f71)

Features
Performance

v1.7.42

Compare Source

Bug Fixes
Features
  • (es/minifier) Optimize switch with side effect and termination tests (#​9677) (7344a63)

  • (es/parser) Ability to get script's potential module errors (#​9682) (2bbd1e8)

Miscellaneous Tasks
Performance

v1.7.40

Compare Source

Bug Fixes
Documentation
Miscellaneous Tasks
  • (deps) Update dependency swc-plugin-coverage-instrument to ^0.0.25 (#​9676) (b8d255b)
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

v2.1.5

Compare Source

   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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.

@renovate renovate bot enabled auto-merge (rebase) November 4, 2024 06:34
Copy link
Contributor Author

renovate bot commented Nov 4, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 57966e7 to e4d848e Compare November 11, 2024 18:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 57a70d4 to 7d35ecc Compare November 18, 2024 18:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 7c2ea2d to 6e1332d Compare November 22, 2024 07:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 37f9c3e to cdeeb3e Compare December 6, 2024 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 029703b to 0822d3a Compare December 16, 2024 03:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from aaa6728 to bb18574 Compare December 17, 2024 15:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bb18574 to 73ffc35 Compare December 18, 2024 01:05
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