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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config ^3.7.3 -> ^3.14.0 age adoption passing confidence devDependencies minor
@namesmt/utils ^0.5.6 -> ^0.5.9 age adoption passing confidence devDependencies patch
@types/node (source) ^20.16.11 -> ^20.17.14 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) ^2.1.3 -> ^2.1.8 age adoption passing confidence devDependencies patch
consola ^3.2.3 -> ^3.4.0 age adoption passing confidence devDependencies minor
eslint (source) ^9.12.0 -> ^9.18.0 age adoption passing confidence devDependencies minor
hono (source) ^4.6.5 -> ^4.6.16 age adoption passing confidence dependencies patch
is-core-module (source) ^1 -> ^1.0.39 age adoption passing confidence pnpm.overrides patch
lint-staged ^15.2.10 -> ^15.3.0 age adoption passing confidence devDependencies minor
node (source) >=20.13.1 -> >=20.18.1 age adoption passing confidence engines minor
pmtiles ^3.2.0 -> ^3.2.1 age adoption passing confidence dependencies patch
pnpm (source) 9.12.1 -> 9.15.4 age adoption passing confidence packageManager minor
srvx ^0.1.0 -> ^0.1.4 age adoption passing confidence dependencies patch
std-env ^3.7.0 -> ^3.8.0 age adoption passing confidence devDependencies minor
tsx (source) ^4.19.1 -> ^4.19.2 age adoption passing confidence devDependencies patch
typescript (source) ^5.6.3 -> ^5.7.3 age adoption passing confidence devDependencies minor
vitest (source) ^2.1.3 -> ^2.1.8 age adoption passing confidence devDependencies patch

Release Notes

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

v3.14.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.1

Compare Source

No significant changes

    View changes on GitHub

v3.12.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.11.2

Compare Source

   🐞 Bug Fixes
  • perfectionist: Revert bahaviour change on import sorting since v3.10  -  by @​antfu (00c41)
    View changes on GitHub

v3.11.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.11.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.9.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.9.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.8.0

Compare Source

   🚀 Features
    View changes on GitHub
namesmt/utils (@​namesmt/utils)

v0.5.9

Compare Source

compare changes

v0.5.8

Compare Source

compare changes

🚀 Enhancements
  • array: Add removeItemsByIndexes() (2e1784a)
❤️ Contributors

v0.5.7

Compare Source

compare changes

🚀 Enhancements
  • Add string module: replaceMap() (15ff95c)
🏡 Chore
❤️ Contributors
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
   🏎 Performance
    View changes on GitHub

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
unjs/consola (consola)

v3.4.0

Compare Source

compare changes

🚀 Enhancements
  • Use upstream @clack/prompts (#​332)
🩹 Fixes
  • Calculate box width without escape sequence chars (#​336)
💅 Refactors
📦 Build
  • Update exports for node16 typescript resolution (#​331)
🏡 Chore
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Yongqi <yongqi14@​qq.com>

v3.3.3

Compare Source

compare changes

📦 Build
  • Revert "build: update exports for node16 typescript resolution" (2065136)
❤️ Contributors

v3.3.2

Compare Source

compare changes

📦 Build
  • Patch string-width for node 14 support (421c663)
  • Update exports for node16 typescript resolution (18bc852)
❤️ Contributors

v3.3.1

Compare Source

compare changes

🩹 Fixes
  • fancy: Fallback whenIntl is unavailable (#​326)
❤️ Contributors

v3.3.0

Compare Source

compare changes

🚀 Enhancements
  • utils: formatTree utility (#​223)
  • Export prompt option types (#​301)
  • Support report error cause (#​308)
  • prompt: Configurable cancel strategy (#​325)
  • formatTree: Support max depth (#​267)
🩹 Fixes
  • Use initial in select and multiselect prompts (#​232)
  • Make box title color same as border (#​236)
📖 Documentation
📦 Build
  • Fix subpath types (#​265)
  • Add require condition for browser builds (#​243)
🌊 Types
  • Fix prompt with select type return value type (#​238)
🏡 Chore
🎨 Styles
🤖 CI
  • Use conventional commit for autofix (#​217)
❤️ Contributors
eslint/eslint (eslint)

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

honojs/hono (hono)

v4.6.16

Compare Source

What's Changed

Full Changelog: honojs/hono@v4.6.15...v4.6.16

v4.6.15

Compare Source

c.json() etc. throwing type error when the status is contentless code, e.g., 204

From this release, when c.json(), c.text(), or c.html() returns content, specifying a contentless status code such as 204 will now throw a type error.

CleanShot 2024-12-28 at 16 47 39@​2x

At first glance, this seems like a breaking change but not. It is not possible to return a contentless response with c.json() or c.text(). So, in that case, please use c.body().

app.get('/', (c) => {
  return c.body(null, 204)
})

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.6.14...v4.6.15

v4.6.14

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.6.13...v4.6.14

v4.6.13

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.6.12...v4.6.13

v4.6.12

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.6.11...v4.6.12

v4.6.11

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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 force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8c8292f to f22e22f Compare October 21, 2024 09:42
@renovate renovate bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Oct 21, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9b7bac8 to 96f2f96 Compare October 28, 2024 11:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a2715fc to 8418a3d Compare November 4, 2024 20:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4558dd2 to 87c4379 Compare November 16, 2024 05:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1245ca5 to 13ce672 Compare November 23, 2024 05:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8d47ebb to 50f06e5 Compare November 30, 2024 08:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 50f06e5 to a3ffe00 Compare December 5, 2024 02:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 568bdc4 to e510e87 Compare December 14, 2024 04:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f787dec to 6e1aa28 Compare December 21, 2024 08:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9ef41db to f069bf7 Compare December 29, 2024 08:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 78d6519 to 3fcf680 Compare January 7, 2025 07:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8b78797 to aaf7589 Compare January 13, 2025 19:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aaf7589 to b14fa95 Compare January 16, 2025 03:30
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