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.14.9 age adoption passing confidence devDependencies minor
acorn 8.11.3 -> 8.12.0 age adoption passing confidence dependencies minor
acorn-walk 8.3.2 -> 8.3.3 age adoption passing confidence dependencies patch
amannn/action-semantic-pull-request v5.4.0 -> v5.5.3 age adoption passing confidence action minor
dedent 1.5.1 -> 1.5.3 age adoption passing confidence devDependencies patch
eslint-plugin-functional 6.0.0 -> 6.6.0 age adoption passing confidence devDependencies minor
eslint-plugin-jsdoc 48.0.4 -> 48.5.0 age adoption passing confidence devDependencies minor
eslint-plugin-n 17.2.1 -> 17.9.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.23.1 age adoption passing confidence devDependencies minor
lint-staged 15.2.0 -> 15.2.7 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.15.0 age adoption passing confidence minor
pnpm (source) 9.0.5 -> 9.4.0 age adoption passing confidence packageManager minor
prettier (source) 3.2.4 -> 3.3.2 age adoption passing confidence devDependencies minor
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.5.2 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
acornjs/acorn (acorn)

v8.12.0

Compare Source

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

v5.5.3

Compare Source

Bug Fixes

v5.5.2

Compare Source

Bug Fixes

v5.5.1

Compare Source

Bug Fixes

v5.5.0

Compare Source

Features
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.6.0

Compare Source

Features
  • prefer-immutable-types: allow for changing suggestion messages (#​828) (822cc33)

6.5.2 (2024-06-19)

6.5.1 (2024-04-15)

Bug Fixes

v6.5.2

Compare Source

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.5.0

Compare Source

Features
  • check-param-names: check TSMethodSignature (as on interface methods); fixes #​1249 (49400e1)

v48.4.0

Compare Source

Features

v48.3.0

Compare Source

Bug Fixes
  • no-undefined-types: treat variables imported by [@import](https://togithub.com/import) tags as defined; fixes #​1244 (54ac4fd)
Features
  • check-values: checks for valid [@import](https://togithub.com/import) syntax (ad31b14)

v48.2.15

Compare Source

Bug Fixes
  • Revert "fix(no-undefined-types): treat variables imported by [@import](https://togithub.com/import) tags as defined"; fixes #​1246 (ce066df)

v48.2.14

Compare Source

Bug Fixes
  • no-undefined-types: treat variables imported by [@import](https://togithub.com/import) tags as defined; fixes #​1244 (34ba2e0)

v48.2.13

Compare Source

Bug Fixes

v48.2.12

Compare Source

Bug Fixes
  • namespace flat config name's (8603579)

v48.2.11

Compare Source

Bug Fixes

v48.2.10

Compare Source

Bug Fixes
  • add names to flat configs (5429982)

v48.2.9

Compare Source

Bug Fixes
  • require-description-complete-sentence: regression with heading exempting; fixes #​1220 (fbc9fca)

v48.2.8

Compare Source

Bug Fixes
  • require-description-complete-sentence: avoid triggering punctuation warning after Markdown headings; fixes #​1220 (e9e4440)

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.9.0

Compare Source

🌟 Features
  • Add flag ignorePrivate to no-unpublished-x rules (#​298) (0609431)

v17.8.1

Compare Source

🩹 Fixes

v17.8.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

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

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 0579af7

Please upload reports for the commit 0579af7 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 21 times, most recently from 2f4797d to a85063d Compare June 24, 2024 20:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 29960d8 to 0af79b2 Compare June 28, 2024 03:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0af79b2 to 0579af7 Compare June 28, 2024 09:23
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