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

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.22.15 -> ^7.22.16 age adoption passing confidence
@babel/types (source) ^7.22.15 -> ^7.22.17 age adoption passing confidence
@intlify/shared (source) 9.3.0 -> 9.4.0 age adoption passing confidence
@intlify/unplugin-vue-i18n (source) ^1.0.1 -> ^1.2.0 age adoption passing confidence
@nuxt/kit ^3.7.0 -> ^3.7.1 age adoption passing confidence
@nuxt/schema ^3.7.0 -> ^3.7.1 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.6.0 -> ^6.7.0 age adoption passing confidence
@typescript-eslint/parser ^6.6.0 -> ^6.7.0 age adoption passing confidence
eslint (source) ^8.48.0 -> ^8.49.0 age adoption passing confidence
get-port-please ^3.0.2 -> ^3.1.1 age adoption passing confidence
jiti ^1.19.3 -> ^1.20.0 age adoption passing confidence
nuxt ^3.7.0 -> ^3.7.1 age adoption passing confidence
pnpm (source) 8.7.1 -> 8.7.5 age adoption passing confidence
vitest ^0.34.3 -> ^0.34.4 age adoption passing confidence
vue-i18n (source) 9.3.0 -> 9.4.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser)

v7.22.16

Compare Source

v7.22.16 (2023-09-06)

🐛 Bug Fix
🏠 Internal
Committers: 3
babel/babel (@​babel/types)

v7.22.17

Compare Source

🐛 Bug Fix
🔬 Output optimization
  • babel-helper-remap-async-to-generator, babel-helper-wrap-function, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-function-sent, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-preset-env
intlify/vue-i18n-next (@​intlify/shared)

v9.4.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features
🐛 Bug Fixes
⚡ Improvement Features

New Contributors

Full Changelog: intlify/vue-i18n@v9.3.0...v9.4.0

intlify/bundle-tools (@​intlify/unplugin-vue-i18n)

v1.2.0

Compare Source

v1.1.0

Compare Source

nuxt/nuxt (@​nuxt/kit)

v3.7.1

Compare Source

3.7.1 is a regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Prevent head dom from rendering twice (#​22974)
  • nuxt: Decrease default bundle size (#​22999)
🩹 Fixes
  • nuxt: Exclude resolved vite virtual modules prefix (#​22834)
  • nuxt: Ensure typed layout prop persists through build (#​22855)
  • nuxt: Render server components when ssr: false (#​22869)
  • kit: Respect priority when registering components dirs (#​22882)
  • kit: Allow passing a string to addLayout (#​22902)
  • nuxt: Ensure middleware is processed when returning true (#​22905)
  • nuxt: Unpause dom updates on error (#​22945)
  • nuxt: Disallow write: false for type templates (#​22972)
  • vite: Don't set explicit conditions in shouldExternalize (#​22991)
  • nuxt: Render inlined ssr styles before stylesheets (#​22986)
  • nuxt: Improve types within plugin templates (#​22998)
  • nuxt: Load layer plugins before project plugins (#​22889)
  • nuxt: Use destr in more places over JSON.parse (#​22997)
  • nuxt: Resolve head instance from Nuxt app (#​22973)
  • nuxt: Always use increment for id with client side islands (#​22975)
📖 Documentation
  • Add info about dynamic nested routes (#​22862)
  • Update nuxt bridge migration guide (#​22815)
  • Rename nuxt-community to nuxt-modules (9991da634)
  • Add banner for readme (e92d99db3)
  • Simplify readme (681f92915)
  • Text center on banner (ea5142176)
  • Clarify that 'it' is <NuxtPage> (#​22912)
  • Update examples of dynamic pageKey (#​22920)
  • Fix types in 'server utilities' example (#​22978)
  • Describe env object for nuxt plugins (#​22963)
  • Docs/3.api/3.utils/define-page-meta.md (#​23006)
  • Accessing custom props for NuxtLayout (#​22989)
  • Add information about server component context (#​22964)
🏡 Chore
  • Fix variable name in release scripts (adb6ec674)
  • Track nuxi-edge rather than nuxi-ng (9610cf03d)
🤖 CI
  • Create 2.x release branch as well (cdf9b5547)
  • Use GITHUB_REF_NAME to get branch for release (d49ea58de)
  • Use changelogen utility to get current branch (7431e2258)
❤️ Contributors
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.7.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#​7560) (4908905)
Features
  • eslint-plugin: [await-thenable] added suggestion fixer (#​7437) (b284370)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.7.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

eslint/eslint (eslint)

v8.49.0

Compare Source

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#​17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#​17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#​17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#​17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#​17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

unjs/get-port-please (get-port-please)

v3.1.1

Compare Source

compare changes

🩹 Fixes
  • Ignore ipv6 link-local addresses from hosts (9e76e76)
❤️ Contributors

v3.1.0

Compare Source

compare changes

🚀 Enhancements
  • Automatically fallback hostname for invalid hosts (#​62)
🩹 Fixes
  • Validate hostname and improve errors (#​59)
  • Skip all listen errors (#​61)
💅 Refactors
  • Split internals and types (cf4317c)
🏡 Chore
✅ Tests
  • Block host on all interfaces (5a95184)
  • Skip invalid host tests on windows (e8b92ac)
🎨 Styles
❤️ Contributors

v3.0.3

Compare Source

compare changes

🩹 Fixes
  • Validate hostname and improve errors (#​59)
  • Skip all listen errors (#​61)
💅 Refactors
  • Split internals and types (cf4317c)
🏡 Chore
  • Run tests on windows (#​60)
  • Use changelogen for releases (7d4d6bb)
✅ Tests
  • Block host on all interfaces (5a95184)
  • Skip invalid host tests on windows (e8b92ac)
🎨 Styles
❤️ Contributors
3.0.2 (2023-08-27)
Bug Fixes
  • use random port when port: 0 is set (081ed99)
3.0.1 (2023-01-03)
Bug Fixes
  • use process.env.PORT as default value if port option is missing (#​27) (57e1232)
unjs/jiti (jiti)

v1.20.0

Compare Source

compare changes

🚀 Enhancements
  • Experimental native bun support (#​156)
💅 Refactors
  • Replace proposal babel plugins with ecmascript transforms (1fb4d8c)
❤️ Contributors
pnpm/pnpm (pnpm)

v8.7.5

Compare Source

Patch Changes

  • Improve performance of installation by using a worker for creating the symlinks inside node_modules/.pnpm #​7069.
  • Tarballs that have hard links are now unpacked successfully. This fixes a regression introduced in v8.7.0, which was shipped with our new in-house tarball parser #​7062.

Our Gold Sponsors

Our Silver Sponsors

v8.7.4

Compare Source

Patch Changes

  • Fix a bug causing the pnpm server to hang if a tarball worker was requested while another worker was exiting #​7041.
  • Fixes a regression published with pnpm v8.7.3. Don't hang while reading package.json from the content-addressable store #​7051.
  • Allow create scoped package with preferred version. #​7053
  • Reverting a change shipped in v8.7 that caused issues with the pnpm deploy command and "injected dependencies" #​6943.

Our Gold Sponsors

Our Silver Sponsors

v8.7.3

Compare Source

Patch Changes

  • Fix a bug causing errors to be printed as "Cannot read properties of undefined (reading 'code')" instead of the underlying reason when using the pnpm store server #​7032

Our Gold Sponsors

Our Silver Sponsors

v8.7.2

Compare Source

vitest-dev/vitest (vitest)

v0.34.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^3.7.1 chore(deps): update all non-major dependencies Sep 6, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 27116ec to 64b1bc9 Compare September 11, 2023 18:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 64b1bc9 to 7fbee8c Compare September 12, 2023 05:14
@kazupon kazupon merged commit 0442160 into next Sep 12, 2023
@kazupon kazupon deleted the renovate/all-minor-patch branch September 12, 2023 07:47
DarthGigi pushed a commit to DarthGigi/i18n that referenced this pull request Apr 16, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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