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

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@formatjs/cli ^6.2.1 -> ^6.2.4 age adoption passing confidence
@formatjs/intl (source) ^2.9.5 -> ^2.9.9 age adoption passing confidence
@formatjs/intl-localematcher ^0.4.2 -> ^0.5.2 age adoption passing confidence
@nuxt/kit (source) ^3.8.0 -> ^3.8.1 age adoption passing confidence
@nuxt/module-builder ^0.5.2 -> ^0.5.4 age adoption passing confidence
@nuxt/schema (source) ^3.8.0 -> ^3.8.1 age adoption passing confidence
@types/eslint (source) ^8.44.6 -> ^8.44.7 age adoption passing confidence
@types/hash-sum (source) ^1.0.1 -> ^1.0.2 age adoption passing confidence
@types/node (source) ^18.18.7 -> ^18.18.10 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.9.0 -> ^6.11.0 age adoption passing confidence
@typescript-eslint/parser ^6.9.0 -> ^6.11.0 age adoption passing confidence
@unhead/vue (source) ^1.7.4 -> ^1.8.4 age adoption passing confidence
eslint (source) ^8.52.0 -> ^8.54.0 age adoption passing confidence
eslint-plugin-vue (source) ^9.18.0 -> ^9.18.1 age adoption passing confidence
import-meta-resolve ^3.0.0 -> ^3.1.1 age adoption passing confidence
nuxt (source) ^3.8.0 -> ^3.8.1 age adoption passing confidence
pnpm (source) 8.9.2 -> 8.10.5 age adoption passing confidence
theme-colors ^0.0.5 -> ^0.1.0 age adoption passing confidence
ufo ^1.3.1 -> ^1.3.2 age adoption passing confidence
vue (source) ^3.3.7 -> ^3.3.8 age adoption passing confidence

Release Notes

formatjs/formatjs (@​formatjs/cli)

v6.2.4

Compare Source

Bug Fixes

v6.2.3

Compare Source

v6.2.2

Compare Source

Note: Version bump only for package react-intl

nuxt/nuxt (@​nuxt/kit)

v3.8.1

Compare Source

3.8.1 is a patch release focused on bug fixes and performance improvements.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Set pages on nuxt app and deduplicate calls (#​24032)
  • nuxt: Remove pure annotations plugin (#​24033)
  • nuxt: Use granular imports for auto-importing composables (#​23951)
🩹 Fixes
  • nuxt: Ensure we add prerender hints to correct event (#​23799)
  • nuxt: Close payload object (#​23817)
  • schema: Accept single string for extends (#​23795)
  • nuxt: Resolve internal target: blank links with base (#​23751)
  • nuxt,schema: Use std-env to detect whether app is being tested (#​23830)
  • nuxt: Use .json extension for server components (#​23802)
  • nuxt: Handle relative baseURL in nitro runtime config (#​23841)
  • nuxt: Improve watcher logs slightly (#​23857)
  • nuxt: Resolve @unhead/vue in template code (#​23858)
  • kit: Resolve module tsconfig paths relative to dirs (#​23860)
  • nuxt,schema,vite,webpack: Analyze w/o overriding config (#​23856)
  • nuxt: Don't use local fetch with an external baseURL (#​23884)
  • nuxt: Only skip refetching errors when hydrating (#​23889)
  • webpack: Use lodash cloneDeep again (#​23888)
  • nuxt: Init $fetch at entry start (#​23906)
  • nuxt: Render a div when client-only hydrates w/o element (#​23899)
  • vite: Remove postcss-url and duplicate postcss-import (#​23861)
  • nuxt: Use route key for loading indicator/view transition (#​23868)
  • nuxt: Unset useCookie value when it expires (#​23549)
  • vite: Use h3 cors handler for vite routes only (#​23995)
  • schema: Correctly set default cssnano config (#​23980)
  • nuxt: Use payload url for isPrerendered, not current route (#​24031)
  • vite: Don't warm up css deps and normalise urls correctly (#​23975)
  • kit: Fix addServerImportsDir implementation (#​24000)
  • nuxt: Preserve hyphens in component/layout kebab names (#​23902)
  • nuxt: Do not register loading indicator hooks on server (#​24052)
  • nuxt: Reload nitro when spa loading template updates (#​24036)
  • nuxt: Resolve imports from virtual files (#​24022)
  • vite: Include more of warmup within try/catch (#​24072)
  • nuxt: Use shared isChangingPage util in scrollBehavior (#​24091)
  • nuxt: Account for delay ≤ 0 in useCookie (#​24043)
  • nuxt: Handle async children in ClientFallback (#​24086)
  • vite: Normalise entry id for typeCheck plugin (#​24114)
💅 Refactors
  • nuxt: Use useRequestEvent() internally (#​23916)
📖 Documentation
  • Add example of auto-importing components from npm package (#​23792)
  • Update minimum required Node version (#​23821)
  • getting-started: Add schema for server (6d0f45469)
  • Fix typo in pnpm install command (#​23851)
  • Add missing comma (#​23870)
  • Add missing nitro hooks (#​23865)
  • Fix typo in layout description (#​23862)
  • Fix typo in runtime-config page (#​23882)
  • Fix typo (#​23912)
  • Fix typos (#​23921)
  • Rename 3.nuxt.config.md to 3.nuxt-config.md (#​23819)
  • composables: Avoid double read-more in useAppConfig (5fea17288)
  • Skip View Transitions API route middleware on server (#​23935)
  • Clarify that bridge supports definePageMeta (#​23944)
  • Fix small typo in nuxt.config.ts documentation (#​23961)
  • Update link to composables doc (#​23989)
  • Add a more helpful comment (#​23999)
  • Fix useFetch key generation logic (#​24082)
  • Fix typo (#​24099)
  • Fix imported addPrerenderRoutes name (#​24102)
  • Improve router docs on nuxt-injected options (#​24126)
🏡 Chore
✅ Tests
  • nuxt: Test remote islands for NuxtIsland (#​23801)
  • Update basic fixture config for vite 5 (#​23859)
  • Await before asserting console logs (#​24051)
🤖 CI
  • Add doc deploy webhook trigger (#​23828)
  • Run nuxt 2 edge release on node 18 (5b96049d9)
❤️ Contributors
nuxt/module-builder (@​nuxt/module-builder)

v0.5.4

Compare Source

compare changes

🚀 Enhancements
  • Support writing RuntimeNuxtHooks types (#​183)
🩹 Fixes
  • Generate explicit type import/exports (#​184)
📖 Documentation
  • Import nuxt composables from #imports (#​186)
❤️ Contributors

v0.5.3

Compare Source

compare changes

🩹 Fixes
  • Esnext-compatible output (#​181)
❤️ Contributors
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#​7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#​7883) (a668f5b)
Features

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

v6.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-vars] handle logical assignment (#​7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#​7866) (855abea)
Features
  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#​7849) (5e73a48)

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

6.9.1 (2023-10-30)

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

v6.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

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

v6.11.0

Compare Source

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

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

v6.10.0

Compare Source

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

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

6.9.1 (2023-10-30)

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

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

v6.9.1

Compare Source

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

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

unjs/unhead (@​unhead/vue)

v1.8.4

Compare Source

Bug Fixes
  • schema-org: JobPosting refinements (85a5933)
  • schema-org: allow overriding tag tagPosition (6a0eb46)
  • schema-org: isolated Organization for Logo rich results (c0bd4ca)
  • useSeoMeta: unpack viewport (17e236f), closes #​265

v1.8.3

Compare Source

Bug Fixes
  • vue: maybe improve subpath export types (4c64c37)

v1.8.2

Compare Source

Bug Fixes
  • schema.org: more intuitive overrides (bc855c0)
  • schema.org: support template params (6b2a6ff)

v1.8.1

Compare Source

Bug Fixes
  • scripts: better types for transform (7eba87f)

v1.8.0

Compare Source

Bug Fixes
  • schemaOrg: skip invalid URL parsing (8868fe0)
  • scripts: waitForLoad refactor and correct triggering (7b31b2e)
  • scripts: always register network event handlers (31b6546)
  • scripts: always trigger onload and onerror for vue (6f0a9f4)
  • scripts: drop global index on remove() (2ee6d9c)
  • scripts: handle non-promise triggers (87b8075)
  • scripts: opt-in events (3f409a3)
  • scripts: trigger onload event for inlineHTML (2f652ff)
  • unhead: useHead, useServerHead generics, allow easier augmenting (c21edfc)
  • unhead: templateParams for htmlAttrs.lang (5cf5336)
  • unhead: useScript expose instance id (5deeb3c)
  • unhead: useScript optional async transforms (0f03796)
  • useScript: async and low fetchpriority by default (1c99499)
  • useScript: dedupe early connections, server-side only (90a51b9)
  • useScript: improved types (cffa0e5)
  • useScript: prefer defer by default (2f618d2)
  • useScript: provide early connections (b6bb423)
  • useScript: support SSR idle trigger (09da805)
  • vue: jit resolve useSeoMeta (3e30432)
  • add ts auto-completions for separator (e13f975)
Features
eslint/eslint (eslint)

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

wooorm/import-meta-resolve (import-meta-resolve)

v3.1.1

Compare Source

  • Revert 4ba7a54 Backport changes from Node

Full Changelog: wooorm/import-meta-resolve@3.0.0...3.1.1

v3.1.0

Compare Source

note: this release was accidentally breaking, it is now released in 4.0.0, and 3.1.1 was published to revert the breaking change.

  • ~~4ba7a54 Backport changes from Node~~

Full Changelog: wooorm/import-meta-resolve@3.0.0...3.1.0

pnpm/pnpm (pnpm)

v8.10.5

Compare Source

Patch Changes

  • Don't fail on an empty pnpm-workspace.yaml file #​7307.

Our Gold Sponsors

Our Silver Sponsors

v8.10.4

Compare Source

Patch Changes

  • Fixed out-of-memory exception that was happening on dependencies with many peer dependencies, when node-linker was set to hoisted #​6227.

Our Gold Sponsors

Our Silver Sponsors

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.

Copy link

changeset-bot bot commented Nov 6, 2023

⚠️ No Changeset found

Latest commit: 5786f3c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

netlify bot commented Nov 6, 2023

Deploy Preview for vintl-nuxt ready!

Name Link
🔨 Latest commit 5786f3c
🔍 Latest deploy log https://app.netlify.com/sites/vintl-nuxt/deploys/655ed93356f8710008c95cd6
😎 Deploy Preview https://deploy-preview-77--vintl-nuxt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 7f42b21 to 9fddee0 Compare November 11, 2023 13:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 6c4dc24 to 40ccfae Compare November 21, 2023 21:21
@renovate renovate bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Nov 23, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 40ccfae to 5786f3c Compare November 23, 2023 04:46
@brawaru brawaru merged commit 5786f3c into main Nov 23, 2023
4 checks passed
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