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

chore(dev-deps): update all non-major dependencies #16

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rebeccastevens/eslint-config 2.0.10 -> 2.0.11 age adoption passing confidence devDependencies patch
@types/node (source) 20.11.10 -> 20.12.13 age adoption passing confidence devDependencies minor
amannn/action-semantic-pull-request v5.4.0 -> v5.5.2 age adoption passing confidence action minor
cspell (source) 8.3.2 -> 8.8.3 age adoption passing confidence devDependencies minor
dedent 1.5.1 -> 1.5.3 age adoption passing confidence devDependencies patch
eslint-plugin-functional 6.0.0 -> 6.5.1 age adoption passing confidence devDependencies minor
eslint-plugin-jsdoc 48.0.4 -> 48.2.7 age adoption passing confidence devDependencies minor
eslint-plugin-n 17.2.1 -> 17.7.0 age adoption passing confidence devDependencies minor
eslint-plugin-promise 6.1.1 -> 6.2.0 age adoption passing confidence devDependencies minor
eslint-plugin-sonarjs 0.23.0 -> 0.25.1 age adoption passing confidence devDependencies minor
eslint-plugin-vitest 0.3.20 -> 0.5.4 age adoption passing confidence devDependencies minor
husky 9.0.7 -> 9.0.11 age adoption passing confidence devDependencies patch
knip (source) 5.0.4 -> 5.17.3 age adoption passing confidence devDependencies minor
lint-staged 15.2.0 -> 15.2.5 age adoption passing confidence devDependencies patch
magic-string 0.30.5 -> 0.30.10 age adoption passing confidence dependencies patch
markdownlint-cli 0.39.0 -> 0.41.0 age adoption passing confidence devDependencies minor
node (source) 20.11.0 -> 20.14.0 age adoption passing confidence minor
pnpm (source) 9.0.5 -> 9.1.4 age adoption passing confidence packageManager minor
prettier (source) 3.2.4 -> 3.2.5 age adoption passing confidence devDependencies patch
prettier-plugin-packagejson 2.4.9 -> 2.5.0 age adoption passing confidence devDependencies minor
rimraf 5.0.5 -> 5.0.7 age adoption passing confidence devDependencies patch
rollup (source) 4.9.6 -> 4.18.0 age adoption passing confidence devDependencies minor
typescript (source) 5.3.3 -> 5.4.5 age adoption passing confidence devDependencies minor
vite-tsconfig-paths 4.3.1 -> 4.3.2 age adoption passing confidence devDependencies patch

Release Notes

RebeccaStevens/eslint-config-rebeccastevens (@​rebeccastevens/eslint-config)

v2.0.11

Compare Source

Bug Fixes
amannn/action-semantic-pull-request (amannn/action-semantic-pull-request)

v5.5.2

Compare Source

Bug Fixes

v5.5.1

Compare Source

Bug Fixes

v5.5.0

Compare Source

Features
streetsidesoftware/cspell (cspell)

v8.8.3

Compare Source

v8.8.2

Compare Source

v8.8.1

Compare Source

  • chore: Do not stop update if it fails to lint. (64ba085)

v8.8.0

Compare Source

Note: Version bump only for package cspell

v8.7.0

Compare Source

Note: Version bump only for package cspell

v8.6.1

Compare Source

Note: Version bump only for package cspell

v8.6.0

Compare Source

Note: Version bump only for package cspell

v8.5.0

Compare Source

Note: Version bump only for package cspell

v8.4.1

Compare Source

Note: Version bump only for package cspell

v8.4.0

Compare Source

Note: Version bump only for package cspell

dmnd/dedent (dedent)

v1.5.3

Compare Source

What's Changed

Full Changelog: dmnd/dedent@v1.5.2...v1.5.3

v1.5.2

Compare Source

What's Changed

New Contributors

Full Changelog: dmnd/dedent@v1.5.1...v1.5.2

eslint-functional/eslint-plugin-functional (eslint-plugin-functional)

v6.5.1

Compare Source

Bug Fixes

v6.5.0

Compare Source

Features

6.4.1 (2024-04-14)

Bug Fixes
  • prefer-tacit: handling functions that don't map to directly to an eslint node (#​802) (423e249)

v6.4.1

Compare Source

Bug Fixes
  • prefer-tacit: handling functions that don't map to directly to an eslint node (#​802) (423e249)

v6.4.0

Compare Source

Bug Fixes
  • type-declaration-immutability: replace fixer with suggestions for recommended and lite configs (ae62abb)
Features
  • type-declaration-immutability: add support for in-editor suggestions (7a0a790), closes #​797

6.3.2 (2024-04-01)

Bug Fixes
  • readonly-type: empty object types should not trigger reports (fc6a394), closes #​796

6.3.1 (2024-04-01)

Bug Fixes
  • improve types for flat configs (68e6450)

v6.3.2

Compare Source

Bug Fixes
  • readonly-type: empty object types should not trigger reports (fc6a394), closes #​796

v6.3.1

Compare Source

Bug Fixes
  • improve types for flat configs (68e6450)

v6.3.0

Compare Source

Features
  • immutable-data: add option for ignoreNonConstDeclarations to treatParametersAsConst (#​794) (059591a), closes #​724

6.2.3 (2024-03-25)

Bug Fixes
  • no-mixed-types: handle more than just property signatures, check the type of type references (#​793) (55bd794), closes #​734

6.2.2 (2024-03-25)

Bug Fixes

6.2.1 (2024-03-24)

Bug Fixes

v6.2.3

Compare Source

Bug Fixes
  • no-mixed-types: handle more than just property signatures, check the type of type references (#​793) (55bd794), closes #​734

v6.2.2

Compare Source

Bug Fixes

v6.2.1

Compare Source

Bug Fixes

v6.2.0

Compare Source

Bug Fixes
  • type-declaration-immutability: some (hopefully all) maximum call stack size exceeded errors (61c561c), closes #​767
Features

v6.1.1

Compare Source

Bug Fixes
  • immutable-data: handle immediate mutation of arrays generated from strings (b003d1c), closes #​759

v6.1.0

Compare Source

Bug Fixes
  • immutable-data: treat Object.entries({}).sort() as immediate mutation (245886f), closes #​773
Features
  • new config to disable all rules that require type info (af30f15)

6.0.1 (2024-02-23)

Bug Fixes
  • typos in function names (05b2f9c)

v6.0.1

Compare Source

Bug Fixes
  • typos in function names (05b2f9c)
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v48.2.7

Compare Source

v48.2.6

Compare Source

Bug Fixes
  • require-yields: avoid error when ExportNamedDeclaration has no declaration prop (93a9415)

v48.2.5

Compare Source

Bug Fixes

v48.2.4

Compare Source

v48.2.3

Compare Source

Bug Fixes

v48.2.2

Compare Source

Bug Fixes

v48.2.1

Compare Source

v48.2.0

Compare Source

Features
  • check-param-names: Add disableMissingParamChecks option (#​1206) (ba642e4)

v48.1.0

Compare Source

Features
  • check-line-alignment: add `disableWrapIndent`` option (37df54d)

v48.0.6

Compare Source

Bug Fixes
  • informative-docs: check default named declaration (e9a9b74)
  • informative-docs: check named export declarations: fixes #​1198 (5a79d3f)

v48.0.5

Compare Source

Bug Fixes
  • informative-docs: Improve wording in rule description (f2aef87)
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.7.0

Compare Source

🌟 Features
  • hashbang: Add support to map extensions to executables (#​278) (3fd7639)
  • node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#​276) (4a685c0)
🩹 Fixes
  • node-builtins: Remove "node:" prefix from "ignores" message (#​277) (704f0b9)
📚 Documentation
  • node-builtins: Specify that only static properties are supported (#​272) (735a520)
  • Provide an example with eslint-plugin-n to Playground (#​275) (cb8ffa6)

v17.6.0

Compare Source

🌟 Features
📚 Documentation

v17.5.1

Compare Source

🩹 Fixes

v17.5.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.4.0

Compare Source

🌟 Features
🩹 Fixes
  • unsupported-features/node-builtins-modules version comparation (#​257) (5c67787)
🧹 Chores

v17.3.1: Release 17.3.1

Compare Source

  • Revert "fix: unsupported-features/node-builtins-modules range compare" (#​254) (caecf3e)

v17.3.0

Compare Source

🌟 Features
🩹 Fixes
  • unsupported-features/node-builtins-modules range compare (#​252) (d50ae85)
🧹 Chores
eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v6.2.0

Compare Source

SonarSource/eslint-plugin-sonarjs (eslint-plugin-sonarjs)

v0.25.1

Compare Source

What's Changed
New Contributors

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.25.0...0.25.1

v0.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.24.0...0.25.0

v0.24.0

Compare Source

What's Changed

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.23.0...0.24.0

veritem/eslint-plugin-vitest (eslint-plugin-vitest)

v0.5.4

Compare Source

Features
  • support old Eslint configuration
  • update dependencies

v0.5.3

Compare Source

Bug Fixes

v0.5.2

Compare Source

Features

v0.5.1

Compare Source

Bug Fixes
  • no-focused-tests: support .each template strings (#​420) (36e5b9a)

v0.5.0

Compare Source

‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

Full Changelog: veritem/eslint-plugin-vitest@v0.5.0...v0.5.0

v0.4.1

Compare Source

Full Changelog: veritem/eslint-plugin-vitest@v0.4.1...v0.4.1

Changes
  • Remove max-expect rule in favor of max-expects

v0.4.0

Compare Source

Bug Fixes

Full Changelog: veritem/eslint-plugin-vitest@v0.4.0...v0.4.0

v0.3.26

Compare Source

Bug F

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added 💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates. labels Feb 5, 2024
Copy link

codecov bot commented Feb 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.57%. Comparing base (21d8e2c) to head (4493cb5).
Report is 36 commits behind head on main.

Current head 4493cb5 differs from pull request most recent head c11fd0f

Please upload reports for the commit c11fd0f to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #16   +/-   ##
=======================================
  Coverage   78.57%   78.57%           
=======================================
  Files          10       10           
  Lines         901      901           
  Branches       71       71           
=======================================
  Hits          708      708           
  Misses        193      193           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from a622c74 to f678c5c Compare February 12, 2024 03:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from a035e0c to 71f8854 Compare February 15, 2024 06:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 429dbdc to 4e4601e Compare May 22, 2024 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from 0d755f9 to 7826b20 Compare May 29, 2024 21:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7826b20 to 8bffe59 Compare May 30, 2024 08:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8bffe59 to c11fd0f Compare May 30, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants