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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@azure/storage-blob (source) ^12.24.0 -> ^12.25.0 age adoption passing confidence
@cloudflare/workers-types ^4.20240909.0 -> ^4.20240925.0 age adoption passing confidence
@types/node (source) ^22.5.5 -> ^22.7.4 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.3 -> ^5.1.4 age adoption passing confidence
@vue/compiler-sfc (source) ^3.5.6 -> ^3.5.10 age adoption passing confidence
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence
eslint (source) ^9.10.0 -> ^9.11.1 age adoption passing confidence
eslint-config-unjs ^0.3.2 -> ^0.4.0 age adoption passing confidence
jsdom ^25.0.0 -> ^25.0.1 age adoption passing confidence
listhen ^1.7.2 -> ^1.8.0 age adoption passing confidence
monaco-editor ^0.51.0 -> ^0.52.0 age adoption passing confidence
mongodb-memory-server (source) ^10.0.0 -> ^10.0.1 age adoption passing confidence
ofetch ^1.3.4 -> ^1.4.0 age adoption passing confidence
pnpm (source) 9.10.0 -> 9.11.0 age adoption passing confidence
vite (source) ^5.4.6 -> ^5.4.8 age adoption passing confidence
vue (source) ^3.5.6 -> ^3.5.10 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-js (@​azure/storage-blob)

v12.25.0

Compare Source

cloudflare/workerd (@​cloudflare/workers-types)

v4.20240925.0

Compare Source

v4.20240924.0

Compare Source

v4.20240919.0

Compare Source

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.4

vuejs/core (@​vue/compiler-sfc)

v3.5.10

Compare Source

Bug Fixes

v3.5.9

Compare Source

Bug Fixes

v3.5.8

Compare Source

Bug Fixes
  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#​11995) (0267a58)

v3.5.7

Compare Source

Bug Fixes
Performance Improvements
unjs/changelogen (changelogen)

v0.5.7

Compare Source

compare changes

🩹 Fixes
  • bump: Avoid using + for canary suffix (#​224)
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
  • Add option to sign git tags (#​117)
  • git: Support parse git messages that have prefix emoji (#​146)
🩹 Fixes
  • github: Use bearer token (#​180)
  • Handle repo name with multiple segments (#​219)
  • Lowercase scope when filtering (#​199)
💅 Refactors
  • Replace execa with execSync (#​222)
  • Use human readable date for canary versions (#​223)
  • Update execCommand (68127be)
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

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

unjs/eslint-config (eslint-config-unjs)

v0.4.0

Compare Source

compare changes

🏡 Chore
  • ⚠️ Update dependencies (ec5727e)
  • Use eslint ts support with jiti (0d531f8)
⚠️ Breaking Changes
  • ⚠️ Update dependencies (ec5727e)
❤️ Contributors
jsdom/jsdom (jsdom)

v25.0.1

Compare Source

  • Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.
unjs/listhen (listhen)

v1.8.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • dev: Call dynamic websocket resolver (7360d27)
  • dev: Normalize paths with pathe (#​166)
📖 Documentation
🏡 Chore
🤖 CI
❤️ Contributors
microsoft/monaco-editor (monaco-editor)

v0.52.0

Compare Source

  • Comment added inside of IModelContentChangedEvent
typegoose/mongodb-memory-server (mongodb-memory-server)

v10.0.1

Compare Source

Fixes
unjs/ofetch (ofetch)

v1.4.0

Compare Source

compare changes

🚀 Enhancements
  • Support retryDelay with callback function (#​372)
  • Add better message and code for timeout error (#​351)
  • Allow custom global options for $fetch.create (#​401)
  • Support interceptors arrays (#​353)
  • Always clone and normalize options.headers and options.query (#​436)
🩹 Fixes
  • Export types from node export condition (#​407)
  • Use wrapper to allow patching global fetch (#​377)
📖 Documentation
  • Add docs for using undici dispatcher (#​389)
🌊 Types
  • Add agent and dispatcher options (node-specific) (#​308)
🏡 Chore
✅ Tests
  • Add additional tests for hook errors (7ff4d11)
🤖 CI
❤️ Contributors
pnpm/pnpm (pnpm)

v9.11.0

Compare Source

vitejs/vite (vite)

v5.4.8

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.7

Compare Source

Please refer to CHANGELOG.md for details.


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.

Copy link

cloudflare-workers-and-pages bot commented Sep 24, 2024

Deploying unstorage with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3b92da9
Status: ✅  Deploy successful!
Preview URL: https://61d45967.unstorage.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.unstorage.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 4d1bf41 to dec6fed Compare September 27, 2024 16:04
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