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(deps): update all non-major dependencies #499

Merged
merged 1 commit into from
Feb 9, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nuxt/eslint-config (source) ^1.0.0 -> ^1.0.1 age adoption passing confidence devDependencies patch
@types/node (source) ^22.10.7 -> ^22.13.1 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) ^3.0.1 -> ^3.0.5 age adoption passing confidence devDependencies patch
actions/setup-node v4.1.0 -> v4.2.0 age adoption passing confidence action minor
eslint (source) ^9.18.0 -> ^9.20.0 age adoption passing confidence devDependencies minor
knip (source) ^5.42.2 -> ^5.43.6 age adoption passing confidence devDependencies minor
nuxi (source) ^3.20.0 -> ^3.21.1 age adoption passing confidence peerDependencies minor
nuxi (source) ^3.20.0 -> ^3.21.1 age adoption passing confidence devDependencies minor
pathe ^2.0.1 -> ^2.0.2 age adoption passing confidence dependencies patch
publint (source) ^0.3.2 -> ^0.3.4 age adoption passing confidence devDependencies patch
tsconfck (source) ^3.1.4 -> ^3.1.5 age adoption passing confidence dependencies patch
vitest (source) ^3.0.1 -> ^3.0.5 age adoption passing confidence devDependencies patch

Release Notes

nuxt/eslint (@​nuxt/eslint-config)

v1.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/vitest (@​vitest/coverage-v8)

v3.0.5

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v3.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
actions/setup-node (actions/setup-node)

v4.2.0

Compare Source

eslint/eslint (eslint)

v9.20.0

Compare Source

v9.19.0

Compare Source

webpro-nl/knip (knip)

v5.43.6

Compare Source

  • Update docs for writing a plugin (f3669e2)
  • Remove unused property (18612d2)
  • Merge glob patterns (3815fae)
  • Update docs for writing a plugin (c1de2ba)
  • Invoke expo config function with context obj (resolves #​919) (2d0876b)
  • Add empty plugins: [] to dummy expo obj to cause less issues (15b8aac)

v5.43.5

Compare Source

  • Allow nsTypes to always consider all enums (the actual fix for #​927) (881de38)

v5.43.4

Compare Source

  • Add missing test & widen scope for implicit enumerations (resolves #​927) (d02db68)

v5.43.3

Compare Source

v5.43.2

Compare Source

  • Add a bit of error handling for failed contributors fetch (b70958a)
  • Always use production entries by default in expo plugin (resolves #​918) (9b8cb69)
  • knipignore → lintignore (47460d2)
  • Fix scoping of namespace import refs (c8ce64d)
  • Bun started exposing serialize and deserialize directly from node:v8 (cbfc56e)
  • Update docs (b7b6273)
  • Update dependencies (9b4f695)

v5.43.1

Compare Source

v5.43.0

Compare Source

v5.42.3

Compare Source

nuxt/cli (nuxi)

v3.21.1

Compare Source

3.21.1 is the next patch release.

Timetable: to be announced.

👉 Changelog

compare changes

🤖 CI
  • Consolidate into single release workflow (854abd1)
❤️ Contributors
unjs/pathe (pathe)

v2.0.2

Compare Source

compare changes

🩹 Fixes
  • format: Allow calls with partial arguments (#​198)
  • Use node:path export types (#​199)
  • extname: Handle inputs ending with dot (#​203)
🏡 Chore
  • Enable strict typescript compilation (#​200)
  • Update deps (c284a3d)
❤️ Contributors
publint/publint (publint)

v0.3.4

Compare Source

Patch Changes
  • When globbing "exports" values that contains *, also respect "exports" keys that mark paths as null. For example: (b9605ae)

    {
      "exports": {
        "./*": "./dist/*",
        "./browser/*": null
      }
    }

    The glob in "./*": "./dist/*" will no longer match and lint files in "./browser/*" as it's marked null (internal).

  • Update logs when running the publint CLI: (58d96a2)

    • The publint version is now displayed.
    • The packing command is also displayed.
    • Messages are now logged in the order of errors, warnings, and suggestions, instead of the other way round, to prioritize errors.
    • The publint deps command no longer logs passing dependencies. Only failing dependencies are logged.

    Examples:

    $ npx publint
    $ Running publint v0.X.X for my-library...
    $ Packing files with `npm pack`...
    $ All good!
    $ npx publint deps
    $ Running publint v0.X.X for my-library deps...
    $ x my-dependency
    $ Errors:
    $ 1. ...
  • Fix detecting shorthand repository URLs with the . character (09d8cbb)

  • Clarify message when "types" is not the first condition in the "exports" field (5a6ba00)

  • Correctly detect if a "types" value in "exports" is used for dual publishing (3f3d8b2)

v0.3.3

Compare Source

Patch Changes
  • Rename EXPORT_TYPES_INVALID_FORMAT message to EXPORTS_TYPES_INVALID_FORMAT (#​139)

  • Allow versioned types conditions (e.g. "types@>=5.2") in "exports" when checking for "types" condition ordering (#​138)

dominikg/tsconfck (tsconfck)

v3.1.5

Compare Source

Patch Changes
  • resolve ${configDir} in referenced tsconfig files (#​211)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 danielroe as a code owner January 17, 2025 14:13
@renovate renovate bot changed the title chore(deps): update dependency pathe to ^2.0.2 chore(deps): update all non-major dependencies Jan 17, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from d484c15 to 4d1dd41 Compare January 24, 2025 15:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from ccc679c to bc2017b Compare January 31, 2025 22:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 94450d4 to ff4eeeb Compare February 7, 2025 06:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4232fb6 to 7329ece Compare February 7, 2025 23:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7329ece to 715c4b7 Compare February 9, 2025 21:23
@danielroe danielroe merged commit 15c02d9 into main Feb 9, 2025
3 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch February 9, 2025 21:41
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.

1 participant