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 #53

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/eslint (source) ^9.6.0 -> ^9.6.1 age adoption passing confidence
@types/node (source) ^20.16.1 -> ^20.17.19 age adoption passing confidence
@vue/tsconfig ^0.5.1 -> ^0.7.0 age adoption passing confidence
changelogithub ^0.13.9 -> ^0.13.11 age adoption passing confidence
eslint (source) ^9.9.0 -> ^9.20.1 age adoption passing confidence
fs-extra ^11.2.0 -> ^11.3.0 age adoption passing confidence
jiti 2.0.0-beta.3 -> 2.4.2 age adoption passing confidence
pnpm (source) 9.7.1 -> 9.15.5 age adoption passing confidence
rollup (source) ^4.21.0 -> ^4.34.8 age adoption passing confidence
rollup-plugin-esbuild ^6.1.1 -> ^6.2.0 age adoption passing confidence
tsx (source) ^4.17.0 -> ^4.19.3 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.7.3 age adoption passing confidence
typescript-eslint (source) ^8.2.0 -> ^8.24.1 age adoption passing confidence
unocss (source) ^0.61.9 -> ^0.65.4 age adoption passing confidence
vite (source) ^5.4.1 -> ^5.4.14 age adoption passing confidence
vite-plugin-inspect ^0.8.5 -> ^0.10.6 age adoption passing confidence
vitepress (source) 1.3.3 -> 1.6.3 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.9 age adoption passing confidence
vue (source) ^3.4.38 -> ^3.5.13 age adoption passing confidence
vue-tsc (source) ^2.0.29 -> ^2.2.2 age adoption passing confidence

Release Notes

vuejs/tsconfig (@​vue/tsconfig)

v0.7.0

Compare Source

Breaking Changes

  • Set skipLibCheck: false in tsconfig.lib.json [cee76cf]
  • Require Vue.js >= 3.4

Full Changelog: vuejs/tsconfig@v0.6.0...v0.7.0

v0.6.0

Compare Source

Notable Changes

Full Changelog: vuejs/tsconfig@v0.5.1...v0.6.0

antfu/changelogithub (changelogithub)

v0.13.11

Compare Source

   🚀 Features
    View changes on GitHub

v0.13.10

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v9.20.1

Compare Source

v9.20.0

Compare Source

v9.19.0

Compare Source

v9.18.0

Compare Source

v9.17.0

Compare Source

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

Compare Source

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

v9.10.0

Compare Source

v9.9.1

Compare Source

jprichardson/node-fs-extra (fs-extra)

v11.3.0

Compare Source

unjs/jiti (jiti)

v2.4.2

Compare Source

compare changes

🩹 Fixes
  • cache: Add +map suffix to fs entries when sourceMaps enabled (#​352)
  • Use native require cache of loaded entries only (#​348)
🏡 Chore
✅ Tests
  • Simplify snapshot tests (#​351)
❤️ Contributors

v2.4.1

Compare Source

compare changes

🩹 Fixes
  • Interop modules with primitive default export (#​343)
🏡 Chore
❤️ Contributors

v2.4.0

Compare Source

compare changes

🚀 Enhancements
  • Support generic type for jiti.import<T> (#​331)
🩹 Fixes
  • Try to resolve .ts files with .js extension from js files (#​337)
🏡 Chore
🤖 CI
❤️ Contributors

v2.3.3

Compare Source

compare changes

🩹 Fixes
  • eval: Return fallback value (#​326)
💅 Refactors
  • Remove some unused exports (#​327)
❤️ Contributors

v2.3.2

Compare Source

compare changes

🩹 Fixes
  • eval: Fallback in async mode (#​325)
🏡 Chore
❤️ Contributors

v2.3.1

Compare Source

compare changes

🩹 Fixes
  • Conditional access to mod.default (8c30a94)
🏡 Chore
❤️ Contributors

v2.3.0

Compare Source

compare changes

🚀 Enhancements
  • Support jiti.import(id, {default: true}) (#​323)
🩹 Fixes
  • interopDefault: Avoid in operator for primitive inputs (#​321)
💅 Refactors
  • interopDefault: Simplify logic for default export checks (#​322)
📖 Documentation
  • Fix format (#​320)
  • Update interopDefault description and reference (61891a0)
  • Add note about interop default (537fa39)
🏡 Chore
❤️ Contributors

v2.2.1

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v2.2.0

Compare Source

compare changes

🚀 Enhancements
  • Use smarter proxy for interopDefault (#​318)
💅 Refactors
  • Inline interopDefault from mlly (8826047)
🤖 CI
❤️ Contributors

v2.1.2

Compare Source

compare changes

🌊 Types
  • Use local NodeModule type (718bea2)
❤️ Contributors

v2.1.1

Compare Source

compare changes

🩹 Fixes
  • types: Add standalone types for node require (#​316)
🏡 Chore
✅ Tests
  • Add dependency tests (1d86ca3)
  • Ignore deps for node native register (e7ffe04)
❤️ Contributors

v2.1.0

Compare Source

compare changes

🚀 Enhancements
  • Enable interopDefault by default (#​310)
  • Support import.meta.dirname and import.meta.filename (#​308)
🔥 Performance
  • cli: Enable node 22 compile cache (#​312)
🩹 Fixes
  • Make TransformOptions type strict to allow auto-complete (#​305)
  • Properly handle tsx (#​311)
💅 Refactors
📦 Build
  • Fix /register and /native subpath types for Node10 module resolution (#​304)
🏡 Chore
❤️ Contributors

v2.0.0

Compare Source

compare changes

🚀 Enhancements
  • Handle data: imports (non-native only) (#​299)
  • Support jsx (#​200)
  • Eval esm modules with fallback loader (#​300)
  • Support import.meta.resolve (#​301)
🩹 Fixes
  • Handle global url instance mismatch (#​298)
  • Optional access to Reflect.metadata (#​165)
  • Add only paths option to native require.resolve (50e4280)
💅 Refactors
  • Make jiti.esmResolve consistent with import.meta.resolve (#​303)
📖 Documentation
  • Add example for inline JITI_ALIAS (a53715a)
🏡 Chore
❤️ Contributors

v2.0.0-rc.1

Compare Source

compare changes

🚀 Enhancements
  • jiti/native export (#​289)
  • Improve jiti/native compatibility with node and deno (#​294)
💅 Refactors
  • Improve internal babel types (#​271)
  • Always use native impl for jiti/native (#​293)
  • Rename experimentalBun to tryNative (#​295)
📦 Build
  • Fix type resolution issue (#​269)
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord 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 Waleed-KH as a code owner August 20, 2024 13:51
Copy link

vercel bot commented Aug 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
utilix-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 19, 2025 3:05am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0895b8a to 9832577 Compare August 20, 2024 15:47
@renovate renovate bot changed the title chore(deps): update dependency vite-plugin-inspect to ^0.8.6 chore(deps): update all non-major dependencies Aug 20, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9832577 to f38797e Compare August 20, 2024 15:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f38797e to 4035e32 Compare August 22, 2024 13:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4035e32 to c71dab1 Compare August 22, 2024 19:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c71dab1 to 50cdd3f Compare August 23, 2024 23:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 50cdd3f to 128328a Compare August 24, 2024 17:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 128328a to 2ebc94e Compare August 26, 2024 08:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ebc94e to e33ef45 Compare August 26, 2024 17:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e33ef45 to d41c8a6 Compare August 26, 2024 18:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d41c8a6 to dc46e38 Compare August 27, 2024 08:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc46e38 to 4e8aa93 Compare August 27, 2024 17:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e8aa93 to bd6e90a Compare August 28, 2024 01:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd6e90a to e2ce257 Compare August 29, 2024 04:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a52b5f2 to 9b04ef6 Compare February 6, 2025 01:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b04ef6 to 52a3f7d Compare February 7, 2025 10:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 52a3f7d to 444e7fb Compare February 7, 2025 17:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 444e7fb to 0389f33 Compare February 7, 2025 22:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0389f33 to 5111978 Compare February 8, 2025 05:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5111978 to fb18e97 Compare February 10, 2025 21:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb18e97 to da23909 Compare February 11, 2025 23:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from da23909 to 2a60634 Compare February 13, 2025 06:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a60634 to edff984 Compare February 14, 2025 02:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from edff984 to 589002b Compare February 14, 2025 12:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 589002b to b33c230 Compare February 15, 2025 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b33c230 to f343ca0 Compare February 17, 2025 11:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f343ca0 to 6cce099 Compare February 17, 2025 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants