tailwindcss icon indicating copy to clipboard operation
tailwindcss copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 2 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fontsource/inter ^4.5.11 -> ^4.5.12 age adoption passing confidence
@nuxt/kit ^3.0.0-rc.5 -> ^3.0.0-rc.7 age adoption passing confidence
autoprefixer ^10.4.7 -> ^10.4.8 age adoption passing confidence
nuxt ^3.0.0-rc.5 -> ^3.0.0-rc.7 age adoption passing confidence
postcss (source) ^8.4.14 -> ^8.4.16 age adoption passing confidence
tailwindcss (source) ^3.1.6 -> ^3.1.8 age adoption passing confidence
vue-plausible ^1.3.1 -> ^1.3.2 age adoption passing confidence

Release Notes

nuxt/framework

v3.0.0-rc.7

Compare Source

Warning There are slight API changes with this release candidate. Please check the linked issues marked with ⚠️

Warning We are investigating some publishing issues (#​6516). If types are not working, please use edge channel

🚀 Enhancements
  • vite: Check types with vue-tsc (#​6012)
  • vite: ⚠️ Upgrade to vite v3 (#​5398)
  • nuxt: ⚠️ Only scan top level composables/ with glob support (#​6025)
  • nuxt: Improve error DX (#​4539)
  • cli: nuxi cleanup command (#​6125)
  • nuxt, schema: Add <NoScript> component and noscript typings (#​6139)
  • nuxt: app:rendered and render:response hooks (#​6042)
  • nuxt: Add support for components/global dir (#​6070)
  • nuxt: Extends support for app.vue (#​6228)
  • nuxt: Add fetchpriority attribute and literal typings for meta components (#​6251)
  • kit: Support followSymbolicLinks option for resolveFiles (#​6240)
  • nuxt: Remove wrapper from client only components (#​6165)
  • nuxt: Add setResponseStatus utility (#​6306)
  • vite: Log vite-node hmr updates (#​6351)
  • nuxt: Update to [email protected] (#​6210)
  • nuxt: Update nitropack to latest (#​6442)
🔥 Performance
  • nuxt: Transform #imports to improve tree-shaking (#​5763)
  • vite-node: Only invalidate cache for user code (#​6156)
🩹 Fixes
  • webpack: Do not resolve #internal/nitro alias internally (#​5987)
  • nuxt: ⚠️ Change statusCode type to number for error page template (#​6010)
  • kit, nuxt: Always sort globby results (#​6029)
  • pages: Ignore expression delimiters within quotes (#​6033)
  • nuxt: Always write nitro types when building (#​6035)
  • kit: Resolve aliases in plugin src (#​6037)
  • vite: Invalidate virtual files when changed (#​6038)
  • nuxt: Use relative path to generate plugin variables (#​6030)
  • types: Generate relative path in imports.d.ts (#​6054)
  • nuxt: Auto import for components with the external template (#​6053)
  • vite: Ignore baseurl when pruning manifest (#​6063)
  • nuxt: Don't ignore components dirs with the same prefix (#​6116)
  • vite: Resolve tsconfig.json for vue-tsc type checker (#​6069)
  • cli: Load .env file before starting dev server (#​6119)
  • nuxt: Normalize manifest css file entries (#​6112)
  • vite: Allow overriding client HMR options (#​6082)
  • nuxt: Clear vite-node runner cache after each render (#​6154)
  • nuxt: Add error event declaration to the <NuxtErrorBoundary> component (#​6141)
  • schema: Add empty noscript array (#​6155)
  • vite: Use unjs/externality to handle vite-node externals (#​6153)
  • nuxt: Allow useHead to accept computed values (#​6174)
  • schema: Exclude functions from DeepPartial (#​6176)
  • nuxt: Don't call renderMeta if it is not defined (#​6201)
  • vite, webpack: Generate composable keys based on order (#​6191)
  • schema: Add typings for vite.vue options (#​6220)
  • vite: Fix dist dir resolution (#​6215)
  • webpack: Output .mjs to use crossorigin preloads (#​6232)
  • kit: Try extensions with resolvePath with absolute input (#​6233)
  • nuxt: Do not allow catchalls to have child routes (#​6257)
  • nuxt: Narrow nuxt.config import protection (#​6279)
  • nuxt: Separate routes for different suspense forks (#​6275)
  • nuxt: Avoid duplicate titleTemplate (#​6296)
  • nuxt: Render head scripts that use body: true (#​6293)
  • nuxt: Generate 200.html and 404.html spa fallback files (#​6308)
  • nuxt: Extract component to provide route (#​6325)
  • nuxt: Remove literal <script setup> from comment (#​6331)
  • vite: Improve vite-node hmr (#​6343)
  • nuxt: Better equality check for json cookies (#​6352)
  • nuxt: Make the route provided to page children reactive (#​6349)
  • nuxi, kit: Enable esmResolve flag for jiti (#​6356)
  • nuxt: Resolve plugins and middleware to their full path (#​6350)
  • vite: Use URL for entry on windows (#​6355)
  • nuxt: Remove side-effect imports from page metadata (#​6376)
  • nuxt: Type useRoute return (#​6395)
  • schema: Cleanup meta tags and deduplicate charset and viewport (#​6378)
  • kit: Move relative path handling back into nuxt templates (#​6430)
  • cli: Upgrade listhen (#​6434)
  • nuxt: Do not log 404 and showError as fatal by default (#​6437)
  • nuxt: Add viteServerDynamicImports as experimental flag (#​6433)
  • nuxt: Use payload error state as the source of truth (#​6389)
  • vite: Add module type to vite node entry (#​6448)
  • nuxt: Handle immediate errors when calling useAsyncData (#​6441)
  • nuxt: Ensure component dirs in node_modules have lower scanning priority (#​6382)
  • nuxt: InteropDefault for page component imports (#​6468)
  • nuxt: Immediately call asyncData handler (#​6472)
  • nuxt: Log fatal errors as well as unhandled (#​6488)
💅 Refactors
  • nuxt: Enhance useFetch and useLazyFetch request type (#​4825)
  • vite: Reuse logic and improve code splitting (#​6164)
  • test-utils: Remove unused codes (#​6369)
  • nuxt: ⚠️ Remove null handling for titleTemplate (#​6487)
📖 Documentation
  • Fix typo in the roadmap (#​5979)
  • Update bridge migration with info about generating .nuxt/tsconfig.json for tests (#​5967)
  • Warn that useState should only contain JSON-serializable content (#​5994)
  • runtime-config: Clarify how environment variables are loaded (#​5916)
  • Add explicit createError import (#​6050)
  • Expand contribution guide for ecosystem (#​5922)
  • Grammar fix (#​6106)
  • Update the link to the configuration (#​6137)
  • Grammar fix (#​6166)
  • api: Add <NuxtLayout> component docs (#​6264)
  • Add theme-color meta (#​6250)
  • Fix external link display text (#​6323)
  • api: Add missing hooks and environment column (#​6329)
  • Add missing periods (2cbdc5c)
  • useFetch: Minor punctuation fixes (#​6409)
  • Update vue-router links (#​6421)
  • Update full static status (#​6460)
📦 Build
✅ Tests
  • Wrap components with <div> (#​6192)
  • Add key matching test for keyed composables (#​6372)
❤️ Contributors
  • Alwin Lohrie
  • Anthony Fu
  • Brendan Mulholland
  • CSY54
  • Conrawl Rogers
  • Cédric Exbrayat
  • Damian Głowala
  • Daniel Roe
  • David Tai
  • Ennio Visconti
  • Gregor Becker
  • Harlan Wilton
  • Hecateball
  • Julien Huang
  • Kazuya Kawaguchi
  • Kevin Marrec
  • Krutie Patel
  • Lakshya Singh
  • Mitsuki Fukunaga
  • Mohammad Hosein Feizi
  • Nathan Chase
  • Nur Muhammad
  • OptimusePrime
  • Pooya Parsa
  • Rio Weber
  • Sanjaiyan Parthipan
  • Sébastien Chopin
  • Thomas
  • Timur Bolotov
  • Victor Saa
  • YuTin Liu

Changes from v3.0.0-rc.6...v3.0.0-rc.7

See all changes: https://github.com/nuxt/framework/compare/v3.0.0-rc.6...v3.0.0-rc.7

v3.0.0-rc.6

Compare Source

✅ RC.6 is a hotfix release fixing known issues with previous releases

🚀 Enhancements
  • schema: Sync types of vite v2.9.x (#​5896)
🔥 Performance
  • nuxt: Tree-shake client-only components from ssr bundle (#​5750). Enabled by experimental treeshakeClientOnly flag (#​5934)
🩹 Fixes
  • vite: Set transform mode for vite-node (#​5854)
  • kit: Only call viteExtendConfig callback once (#​5929)
  • nuxt: Lazy load and tree-shake error templates (#​5930)
  • pkg: Use fixed version range for monorepo packages (#​5933)
  • vite: Avoid creating vite server for production build (#​5941)
  • vite: Unset build.watch options for production build (#​5958)
  • vite: Use more strict app entry check in dev-bundler (#​5959)
  • cli: Add missing types field (#​5962)
📖 Documentation
  • Fix typo (#​5881)
  • Improve runtimeConfig example (#​5785)
  • Add readmore link (#​5893)
  • Add way to pass .env variables to nuxt app in production (#​5879)
  • Add missing initialCache to UseFetchOptions types (#​5908)
  • Update roadmap (#​5935)
  • testing: Add missing import (#​5956)
❤️ Contributors
  • Anthony Fu
  • Benicio Cardozo
  • Bot08
  • Damian
  • Daniel Roe
  • Kevin Marrec
  • Lay
  • Lm
  • OptimusePrime
  • Pooya Parsa
  • Yoho
  • 码农小余

See all changes: https://github.com/nuxt/framework/compare/v3.0.0-rc.5...v3.0.0-rc.6

postcss/autoprefixer

v10.4.8

Compare Source

  • Do not print color-adjust warning if print-color-adjust also is in rule.
nuxt/nuxt.js

v3.0.0-rc.7

Compare Source

v3.0.0-rc.6

Compare Source

postcss/postcss

v8.4.16

Compare Source

  • Fixed Root AST migration.

v8.4.15

Compare Source

  • Fixed AST normalization after using custom parser with old PostCSS AST.
tailwindlabs/tailwindcss

v3.1.8

Compare Source

Fixed
  • Don’t prefix classes within reused arbitrary variants (#​8992)
  • Fix usage of alpha values inside single-named colors that are functions (#​9008)
  • Fix @apply of user utilities when negative and non-negative versions both exist (#​9027)

v3.1.7

Compare Source

Fixed
  • Don't rewrite source maps for @layer rules (#​8971)
Added
  • Added types for resolveConfig (#​8924)
moritzsternemann/vue-plausible

v1.3.2

Compare Source


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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jul 13 '22 20:07 renovate[bot]