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

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 3.9.2 -> 3.12.1 age adoption passing confidence
@codemirror/view 6.35.0 -> 6.36.1 age adoption passing confidence
@types/node (source) 22.9.3 -> 22.10.2 age adoption passing confidence
@unocss/core (source) ^0.64.1 -> ^0.65.0 age adoption passing confidence
@unocss/eslint-config (source) ^0.64.1 -> ^0.65.0 age adoption passing confidence
@unocss/eslint-plugin (source) ^0.64.1 -> ^0.65.0 age adoption passing confidence
@unocss/reset ^0.64.1 -> ^0.65.0 age adoption passing confidence
@unocss/transformer-directives (source) ^0.64.1 -> ^0.65.0 age adoption passing confidence
@unocss/transformer-variant-group (source) ^0.64.1 -> ^0.65.0 age adoption passing confidence
bumpp 9.8.1 -> 9.9.2 age adoption passing confidence
eslint (source) 9.15.0 -> 9.17.0 age adoption passing confidence
magic-string 0.30.13 -> 0.30.17 age adoption passing confidence
pnpm (source) 9.14.2 -> 9.15.1 age adoption passing confidence
unbuild 3.0.1 -> 3.1.0 age adoption passing confidence
unocss ^0.64.1 -> ^0.65.0 age adoption passing confidence

Release Notes

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

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
codemirror/view (@​codemirror/view)

v6.36.1

Compare Source

Bug fixes

Fix a crash in MatchDecorator when updating matches at the end of the document.

v6.36.0

Compare Source

Bug fixes

Make selection rectangles verticaly align precisely, rather than introducing a slight overlap.

Fix an issue in MatchDecorator that caused it to fully rebuild its decorations on normal edits.

New features

View updates now have a viewportMoved flag that is only true when a viewport change originated from something other than mapping the viewport over a document change.

v6.35.3

Compare Source

Bug fixes

Fix an issue where mark decorations that got merged or split weren't properly redrawn.

Avoid spurious focus events by not updating the DOM selection when the editor is unfocused but focusable.

Disable writingsuggestions for the editable element, to opt out of Safari's new intelligence completions (which mess up in the editor).

v6.35.2

Compare Source

Bug fixes

Fix an issue on Chrome where typing at the end of the document would insert a character after the cursor.

v6.35.1

Compare Source

Bug fixes

Work around another crash caused by incorrect composition positions reported by EditContext.

Stop disabling custom cursors on Safari version 11.4 and up, which support caret-color.

Fix an issue where a tooltip with wrapped content could, in some circumstances, fail to find a stable position due to a cyclic dependency between its width and its position.

unocss/unocss (@​unocss/core)

v0.65.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.65.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.65.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.65.0

Compare Source

If you are interested, please read our upgrade introduction 🌟🌟🌟.
   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
antfu/bumpp (bumpp)

v9.9.2

Compare Source

No significant changes

    View changes on GitHub

v9.9.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

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

rich-harris/magic-string (magic-string)

v0.30.17

Compare Source

Bug Fixes
  • remove problematic type: module (092697b)

v0.30.16

Compare Source

Bug Fixes
  • missing mapping after a line break with hires: 'boundary' (#​298) (24cb8ea)
Features

v0.30.15

Compare Source

Features

v0.30.14

Compare Source

Features
pnpm/pnpm (pnpm)

v9.15.1

Compare Source

v9.15.0

Compare Source

v9.14.4

Compare Source

v9.14.3

Compare Source

unjs/unbuild (unbuild)

v3.1.0

Compare Source

compare changes

🚀 Enhancements
  • Support parallel builds (af19b1b)
  • Infer externals from package name, exports and imports (#​469)
  • rollup: Resolve with production condition (#​470)
🩹 Fixes
  • Resolve preset on directory (#​465)
  • Only externalize @types/ from devDependencies (#​471)
🏡 Chore
❤️ Contributors

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), 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 force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1e534fc to 43d6691 Compare December 27, 2024 06:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43d6691 to 9e14338 Compare December 28, 2024 01:49
@nekomeowww nekomeowww merged commit 2e1f0d7 into main Dec 28, 2024
3 checks passed
@nekomeowww nekomeowww deleted the renovate/all-minor-patch branch December 28, 2024 12:44
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