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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@iconify-json/heroicons ^1.1.20 -> ^1.1.21 age adoption passing confidence dependencies patch
@iconify-json/heroicons ^1.1.20 -> ^1.1.21 age adoption passing confidence devDependencies patch
@iconify-json/simple-icons ^1.1.94 -> ^1.1.104 age adoption passing confidence dependencies patch
@nuxt/content (source) ^2.12.0 -> ^2.12.1 age adoption passing confidence dependencies patch
@nuxt/devtools (source) ^1.0.6 -> ^1.3.3 age adoption passing confidence devDependencies minor
@nuxt/devtools (source) 1.0.8 -> 1.3.3 age adoption passing confidence devDependencies minor
@nuxt/eslint (source) ^0.3.10 -> ^0.3.13 age adoption passing confidence devDependencies patch
@nuxt/eslint-config (source) ^0.2.0 -> ^0.3.13 age adoption passing confidence devDependencies minor
@nuxt/module-builder ^0.6.0 -> ^0.7.0 age adoption passing confidence devDependencies minor
@​nuxt/ui-pro ^1.0.2 -> ^1.2.0 age adoption passing confidence dependencies minor
@nuxthq/studio (source) ^1.0.12 -> ^1.1.2 age adoption passing confidence devDependencies minor
@nuxthq/ui ^1.2.10 -> ^1.2.11 age adoption passing confidence devDependencies patch
@nuxtjs/color-mode ^3.4.0 -> ^3.4.1 age adoption passing confidence devDependencies patch
@nuxtjs/fontaine ^0.4.1 -> ^0.4.2 age adoption passing confidence dependencies patch
@nuxtjs/google-fonts ^3.1.3 -> ^3.2.0 age adoption passing confidence dependencies minor
@nuxtjs/supabase ^1.2.0 -> ^1.2.2 age adoption passing confidence devDependencies patch
@supabase/supabase-js 2.43.0 -> 2.43.4 age adoption passing confidence dependencies patch
@types/node (source) ^20.12.8 -> ^20.14.2 age adoption passing confidence devDependencies minor
consola ^3.0.0 -> ^3.2.3 age adoption passing confidence resolutions minor
eslint (source) ^9.1.1 -> ^9.4.0 age adoption passing confidence devDependencies minor
node (source) >=20.10.0 -> >=20.14.0 age adoption passing confidence engines minor
prettier (source) ^3.2.5 -> ^3.3.1 age adoption passing confidence devDependencies minor
release-it ^17.2.1 -> ^17.3.0 age adoption passing confidence devDependencies minor
typescript (source) ^5.4.2 -> ^5.4.5 age adoption passing confidence devDependencies patch
vue (source) 3.3.13 -> 3.4.27 age adoption passing confidence resolutions minor
vue-tsc (source) ^2.0.6 -> ^2.0.19 age adoption passing confidence devDependencies patch

Release Notes

nuxt/content (@​nuxt/content)

v2.12.1

Compare Source

compare changes

🩹 Fixes
  • Missing import (#​2560)
  • types: Use const type parameter for QueryBuilder only (#​2546)
  • Split getContent to chunks in getIndexedContentsList (#​2354, #​2549)
  • types: Add const type parameter for QueryBuilder.only() and .without() (#​2573)
📖 Documentation
  • Typo in showURL prop (#​2537)
  • Add descriptions of all match operators (#​2552)
  • Update highlight.langs defaults (#​2559)
🏡 Chore
❤️ Contributors
nuxt/devtools (@​nuxt/devtools)

v1.3.3

Compare Source

Bug Fixes

v1.3.2

Compare Source

Bug Fixes

v1.3.1

Compare Source

Bug Fixes
  • module builder chunk path patch (87199a1)

v1.3.0

Compare Source

Bug Fixes
Features

v1.2.0

Compare Source

Bug Fixes

1.1.5 (2024-03-28)

Features

1.1.4 (2024-03-26)

Bug Fixes

1.1.3 (2024-03-21)

Bug Fixes

1.1.2 (2024-03-21)

Bug Fixes
Features

1.1.1 (2024-03-20)

Bug Fixes

v1.1.5

Compare Source

Features

v1.1.4

Compare Source

Bug Fixes

v1.1.3

Compare Source

Bug Fixes

v1.1.2

Compare Source

Bug Fixes
Features

v1.1.1

Compare Source

Bug Fixes

v1.1.0

Compare Source

Bug Fixes
Features

1.0.8 (2024-01-11)

Bug Fixes

1.0.7 (2024-01-11)

Bug Fixes
  • devtools: update default types to module.d.ts/.mts (#​559) (2ecd32c)
  • make twitter og tags optional (41ee5ec)
  • open-graph: fix type error, close #​563 (c63055a)
  • support iframeProps option for CSP, fix Stackblitz (0eb7a82)
  • timeline-helper-wrapper: Fix return value in timeline wrapper for promises (#​567) (0645e35)
  • update title of Eye Dropper command (#​558) (ea58139)
Features
  • server-routes: implement persisting input values in localStorage (#​545) (67dbf65)

1.0.6 (2023-12-13)

Bug Fixes

1.0.5 (2023-12-07)

Bug Fixes
  • allow iframe to work in stricter cross-origin policy (7ec0d3c)
  • devtools: don't enable devtools when in test mode (#​532) (3a7f143)
Features

1.0.4 (2023-11-27)

Bug Fixes
  • pip: check for https support (#​522) (5360cf4)
  • require auth token with getImageMeta and getTextAssetContent (69316c4)
  • require token for restartNuxt (09384af)
Features

1.0.3 (2023-11-20)

Bug Fixes
Features
  • disable devtools in test mode (51e8de6)

1.0.2 (2023-11-11)

Bug Fixes
  • do not show false connecting overlay on legacy Vite, close #​497 (a48c248)
  • timeline: do not inject for macro module, close #​507 (923edaf)

1.0.1 (2023-11-09)

Bug Fixes

v1.0.8

Compare Source

Bug Fixes

v1.0.7

Compare Source

Bug Fixes
  • devtools: update default types to module.d.ts/.mts (#​559) (2ecd32c)
  • make twitter og tags optional (41ee5ec)
  • open-graph: fix type error, close #​563 (c63055a)
  • support iframeProps option for CSP, fix Stackblitz (0eb7a82)
  • timeline-helper-wrapper: Fix return value in timeline wrapper for promises (#​567) (0645e35)
  • update title of Eye Dropper command (#​558) (ea58139)
Features
  • server-routes: implement persisting input values in localStorage (#​545) (67dbf65)
nuxt/eslint (@​nuxt/eslint)

v0.3.13

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.11

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/module-builder (@​nuxt/module-builder)

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • Auto generate module options from schema meta (#​33)
🩹 Fixes
  • Use tsconfck to resolve tsconfig compilerOptions (#​274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#​275)
  • Include dist/runtime in externals list (0946c04)
📖 Documentation
  • Add types condition to export subpath (#​265)
🏡 Chore
✅ Tests
  • Add additional test for validity of types shared from runtime (afc4374)
🤖 CI
  • Adds reproduction workflow (0dc73bb)
⚠️ Breaking Changes
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
❤️ Contributors
nuxtlabs/studio-module (@​nuxthq/studio)

v1.1.2

Compare Source

  • fix(mergeDraft): push file if it is missing in dbFiles (#​173) (5e75bfd)

v1.1.1

Compare Source

  • chore(package): set pnpm as pkg manager (22a9a96)
  • fix(preview): handle renamed new file (65b49e3)

v1.1.0

Compare Source

  • lint: fix (79435ce)
  • chore(deps): update all non-major dependencies (#​161) (7fe2cd9)
  • fix(useStudio): ignore non-markdown files on file-selected event (#​171) (5e062d6)
  • docs(readme): use new nuxi module add command in installation (#​168) (e5a103d)

v1.0.15

Compare Source

v1.0.14

Compare Source

  • chore(deps): eslint v9 with nuxt/eslint (1fd58d4)
  • chore(deps): upgrade (5ce0986)
  • chore(preview): limit memory usage (6fb6200)
  • fix(options): remove unused project field (#​167) (b9cde37)

v1.0.13

Compare Source

  • fix: get module version in module code instead (66fd6ee)
  • chore: update deps (9ffdf5d)
nuxtlabs/ui (@​nuxthq/ui)

v1.2.11

Compare Source

nuxt-modules/color-mode (@​nuxtjs/color-mode)

v3.4.1

Compare Source

nuxt-modules/fontaine (@​nuxtjs/fontaine)

v0.4.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt-modules/google-fonts (@​nuxtjs/google-fonts)

v3.2.0

Compare Source

compare changes

🚀 Enhancements
  • Update google-fonts-helper (#​184)
🩹 Fixes
  • Update ModuleOptions interface in module.ts (#​179)
🏡 Chore
❤️ Contributors
nuxt-community/supabase-module (@​nuxtjs/supabase)

v1.2.2

Compare Source

Bug Fixes
  • serverSupabaseSession: export service (9cfeb87)

v1.2.1

Compare Source

supabase/supabase-js (@​supabase/supabase-js)

v2.43.4

Compare Source

Reverts
  • Revert "fix: use proper dual-packaging" (4ad906d)
  • Revert "fix: bump postgrest-js" (24de3b7)

v2.43.3

Compare Source

Bug Fixes

v2.43.2

Compare Source

Bug Fixes

v2.43.1

Compare Source

Bug Fixes
  • bump auth-js to v2.64.2 (1c35413)
unjs/consola (consola)

v3.2.3

Compare Source

compare changes

🩹 Fixes
  • types: Partial style options for box (#​210)
  • types: Add backward compatible declarations (e46733b)
🏡 Chore
❤️ Contributors

v3.2.2

Compare Source

compare changes

🩹 Fixes
  • fancy: Add node 14 compatibility (#​204)
📦 Build
  • pkg: Add supported engines field (#​179)
❤️ Contributors

v3.2.1

Compare Source

compare changes

🩹 Fixes
  • box: Fix preset naming for singleThick (#​201)
  • fancy: Style underscore with surrounding spaces (#​203)
❤️ Contributors

v3.2.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Inherit mocks (#​183)
  • Correct and improve return types for single and multi select prompts (#​197)
  • Preserve tag casing (#​190)
🏡 Chore
❤️ Contributors

v3.1.0

Compare Source

compare changes

🚀 Enhancements
  • Support fancy option for createConsola and improve docs (#​177)
  • /basic, /core and /browser subpath exports (#​178)
🏡 Chore
  • Add json example ([943992

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.

@netlify
Copy link

netlify bot commented Jul 18, 2022

Deploy Preview for supabase-module failed.

Name Link
🔨 Latest commit 86a5d40
🔍 Latest deploy log https://app.netlify.com/sites/supabase-module/deploys/62fe2483d795580009c531b3

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c6f64c to c0cdd33 Compare July 18, 2022 12:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 20f248f to f34d704 Compare August 5, 2022 14:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 679b76d to 2a08544 Compare August 16, 2022 18:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a08544 to 86a5d40 Compare August 18, 2022 11:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3bb1b9d to 0dec5f5 Compare September 16, 2022 09:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 5342aab to 189cae7 Compare September 24, 2022 03:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e56433e to df595aa Compare May 16, 2024 13:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from d4c3ad2 to 8dc529a Compare May 23, 2024 07:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from cf1be02 to 8356a3b Compare June 2, 2024 21:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from acb0654 to f928109 Compare June 5, 2024 08:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f928109 to 7bc3bb5 Compare June 5, 2024 09:49
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.

None yet

0 participants