Skip to content

chore(deps): update all non-major dependencies #70

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.47 -> ^1.2.55 age confidence
@iconify-json/simple-icons ^1.2.38 -> ^1.2.41 age confidence
@iconify-json/vscode-icons ^1.2.22 -> ^1.2.23 age confidence
@nuxt/content (source) ^3.5.1 -> ^3.6.3 age confidence
@nuxt/devtools (source) ^2.5.0 -> ^2.6.2 age confidence
@nuxt/eslint (source) ^1.4.1 -> ^1.5.2 age confidence
@nuxt/eslint-config (source) ^1.4.1 -> ^1.5.2 age confidence
@nuxt/kit (source) ^3.17.5 -> ^3.17.6 age confidence
@nuxt/schema (source) ^3.17.5 -> ^3.17.6 age confidence
@nuxt/test-utils ^3.19.1 -> ^3.19.2 age confidence
@nuxt/ui-pro (source) ^3.1.3 -> ^3.2.0 age confidence
@types/node (source) ^24.0.1 -> ^24.0.10 age confidence
changelogen ^0.6.1 -> ^0.6.2 age confidence
eslint (source) ^9.29.0 -> ^9.30.1 age confidence
eslint (source) ^9.28.0 -> ^9.30.1 age confidence
eslint-plugin-prettier ^5.4.1 -> ^5.5.1 age confidence
nuxt (source) ^3.17.5 -> ^3.17.6 age confidence
nuxt-og-image (source) ^5.1.6 -> ^5.1.9 age confidence
pnpm (source) 10.12.1 -> 10.12.4 age confidence
posthog-js (source) ^1.252.0 -> ^1.256.2 age confidence
posthog-node (source) 5.1.0 -> 5.1.1 age confidence
prettier (source) ^3.5.3 -> ^3.6.2 age confidence
unimport 4.1.1 -> 4.2.0 age confidence
vitest (source) ^3.2.3 -> ^3.2.4 age confidence
vue-tsc (source) ^2.2.10 -> ^2.2.12 age confidence

Release Notes

nuxt/content (@​nuxt/content)

v3.6.3

Compare Source

Bug Fixes

v3.6.2

Compare Source

Features
  • schema: set navigation.icon of page as icon for preview (eff825d)
Bug Fixes

v3.6.1

Compare Source

Features
Bug Fixes
nuxt/devtools (@​nuxt/devtools)

v2.6.2

Compare Source

Bug Fixes

v2.6.1

Compare Source

Bug Fixes

v2.6.0

Compare Source

Bug Fixes
Features
nuxt/eslint (@​nuxt/eslint)

v1.5.2

Compare Source

   🚀 Features
    View changes on GitHub

v1.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt/nuxt (@​nuxt/kit)

v3.17.6

Compare Source

3.17.6 is a regularly scheduled patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

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

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Decrease if checks when prerendering (#​32455)
🩹 Fixes
  • nuxt: Generate correct types for async data defaults based on nuxt.config (#​32324)
  • nuxt: Reload at base URL in nuxt:chunk-reload-immediate (#​32382)
  • nuxt: Use rollup to calculate island component filenames (#​32421)
  • nuxt: Append set-cookie headers in error handler (#​32483)
  • nuxt: Ensure asyncData runs if changing key while fetcher is running (#​32466)
  • nuxt: Handle pure hash link clicks with navigateTo (#​32393)
  • nuxt: Skip external <NuxtLink>'s custom on click handler (#​32499)
  • nuxt: Update component loader regexp for minified code (#​32298)
  • nuxt: Allow camelCase for lazy hydration attributes (#​32297)
  • nuxt: Respect inheritAttrs: false in createClientOnly fn (#​32323)
  • kit: Do not double-urlify file urls when resolving schema (#​32354)
  • nuxt: Align scroll behavior with page transition completion (#​32239)
  • nuxt: Set output.generatedCode.symbols for nitro build (#​32358)
  • nuxt: Lazily access runtimeConfig (#​32428)
💅 Refactors
  • vite: Migrate plugins internally to vite environments (#​32461)
📖 Documentation
  • Clarify where logging tag is displayed (#​32440)
  • Remove kit playground auto-import note (#​32415)
  • Remove webstorm warning (#​32513)
  • Migrate to h3js (#​32243)
  • Update the fetch clear function description (#​32287)
  • defineNuxtPlugin function documentation (#​32328)
  • Mention that <NuxtLink> encodes query params (#​32361)
  • Enhance documentation for Nuxt composables (#​32218)
  • Adjust wording to reduce confusion in lifecycle section (#​32503)
  • Improve useCookie example (367b85405)
  • Capitalise title (#​32426)
  • Mention bun.lock for lockfile (#​32427)
🏡 Chore
  • Update stackblitz reproduction link (6ab5bac66)
  • Update copilot instructions (220439055)
  • Rename deprecated vitest workspace to projects (#​32388)
  • Remove space in URL in comment (#​32394)
  • Allow setting TAG on commandline (d387e07a3)
✅ Tests
  • nuxt: Add case for key only changes with immediate: false (#​32473)
  • Separate nuxt legacy runtime tests (#​32481)
🤖 CI
❤️ Contributors
nuxt/test-utils (@​nuxt/test-utils)

v3.19.2

Compare Source

3.19.2 is the next patch release.

Timetable: 1 July

👉 Changelog

compare changes

🩹 Fixes
  • config: Add missing mocks for vue-devtools (#​1321)
  • runtime-utils: Prevent event duplication (#​1328)
  • config: Include tests without .nuxt. extension (#​1311)
  • deps: Drop @nuxt/schema dependeny (fa3a99b4)
  • config: Use 'projects' for vitest >= v3.2 (#​1344)
  • module: Use user vite version to merge config (#​1345)
  • runtime-utils: Handle computed defined using an object (#​1342)
🏡 Chore
  • Prefer nuxt over nuxi (#​1310)
  • Pin node types (93921643)
  • Do not include dev-deps in engines.node calculation (2f74359b)
  • Add type assertions for indexed access (51b4a4e3)
  • Update installed-check flag (2b97d885)
✅ Tests
  • Update stub name for nuxt v4 (e7b07843)
  • Satisfy typescript (fb0dea24)
  • Update cucumber test for nuxt v4 welcome screen template (8ec7782f)
  • Simplify test (90278bac)
  • Update workspace example (02f9b0a0)
  • Make browser tests forward-compat with v4 (574ea5f9)
🤖 CI
❤️ Contributors
nuxt/ui-pro (@​nuxt/ui-pro)

v3.2.0

Compare Source

unjs/changelogen (changelogen)

v0.6.2

Compare Source

compare changes

🩹 Fixes
  • cli: Accept hideAuthorEmail arg (#​275)
📖 Documentation
  • Add note about version number interpretation (#​272)
🌊 Types
  • config.types accept boolean value (#​278)
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v9.30.1

Compare Source

v9.30.0

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.1

Compare Source

Patch Changes

v5.5.0

Compare Source

Minor Changes
nuxt-modules/og-image (nuxt-og-image)

v5.1.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v10.12.4

Compare Source

Patch Changes

v10.12.3

Compare Source

Patch Changes
  • Restore hoisting of optional peer dependencies when installing with an outdated lockfile.
    Regression introduced in v10.12.2 by #​9648; resolves #​9685.

v10.12.2

Compare Source

Patch Changes
  • Fixed hoisting with enableGlobalVirtualStore set to true #​9648.
  • Fix the --help and -h flags not working as expected for the pnpm create command.
  • The dependency package path output by the pnpm licenses list --json command is incorrect.
  • Fix a bug in which pnpm deploy fails due to overridden dependencies having peer dependencies causing ERR_PNPM_OUTDATED_LOCKFILE #​9595.
PostHog/posthog-js (posthog-js)

v1.256.2: 1.256.2

Compare Source

1.256.2 - 2025-07-04

v1.256.1: 1.256.1

Compare Source

1.256.1 - 2025-07-02

  • fix survey input color on dark backgrounds (#​2071)

v1.256.0: 1.256.0

Compare Source

1.256.0 - 2025-06-30

  • feat: push replay and person data to intercom and crisp chat (#​2039)

v1.255.3: 1.255.3

Compare Source

1.255.3 - 2025-06-30

v1.255.2: 1.255.2

Compare Source

1.255.2 - 2025-06-30

  • fix: word break on open ended choices (#​2065)
  • chore: make it easier to run locally (#​2061)
  • chore: deprecate ip config (#​2053)
  • Fix dev on nextjs playground (#​2051)
  • feat: add vscode extension playground (#​2041)
  • chore: add a top-level changelog (#​2040)
  • chore: improve eslint rule (#​2038)
  • chore: Make nextjs playground work with regular install (#​2035)

v1.255.1: 1.255.1

Compare Source

1.255.1 - 2025-06-20

  • chore: new survey config (#​2031)
  • split configuration and fix react linting (#​2028)

v1.255.0: 1.255.0

Compare Source

1.255.0 - 2025-06-18

  • feat: enhance campaign parameter retrieval from cookies and URL (#​2027)

v1.254.0: 1.254.0

Compare Source

1.254.0 - 2025-06-17

  • feat: add distinct id tracing header (#​2026)
  • Add flags project board workflow (#​2014)

v1.253.4: 1.253.4

Compare Source

1.253.4 - 2025-06-16

  • fix: some style problems in multiple/single-choice questions (#​2016)

v1.253.3: 1.253.3

Compare Source

1.253.3 - 2025-06-16

  • fix: don't call ff events for surveys (#​2022)
  • chore: move readme to root (#​2023)

v1.253.2: 1.253.2

Compare Source

1.253.2 - 2025-06-16

v1.253.1: 1.253.1

Compare Source

1.253.1 - 2025-06-16

v1.252.1: 1.252.1

Compare Source

1.252.1 - 2025-06-15

  • Fix crash when config has circular references (#​2015)
PostHog/posthog-js-lite (posthog-node)

v5.1.1

Compare Source

  1. fix: Handle double-encoded JSON payloads from the remote config endpoint
prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes

unjs/unimport (unimport)

v4.2.0

Compare Source

Bug Fixes
Features

4.1.3 (2025-03-28)

4.1.2 (2025-02-18)

Features

4.1.1 (2025-02-11)

Bug Fixes
  • revert engine requirement change (764694f)

v4.1.3

Compare Source

v4.1.2

Compare Source

Features
vitest-dev/vitest (vitest)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v2.2.12

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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from mitjans February 11, 2025 22:19
Copy link

vercel bot commented Feb 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nuxt-posthog-docs ❌ Failed (Inspect) Jul 6, 2025 0:47am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f2ea09c to 933247c Compare February 12, 2025 11:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 933247c to bbd00bc Compare February 12, 2025 16:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bbd00bc to bcc8364 Compare February 12, 2025 22:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bcc8364 to b5b1f2b Compare February 13, 2025 06:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5b1f2b to 7d7a80d Compare February 13, 2025 19:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d7a80d to e56725e Compare February 14, 2025 01:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e56725e to 1f69da3 Compare February 14, 2025 11:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f69da3 to bf6bc39 Compare February 14, 2025 22:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf6bc39 to dc51258 Compare February 15, 2025 10:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc51258 to cf7e470 Compare February 15, 2025 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf7e470 to 78fed8e Compare February 17, 2025 15:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78fed8e to b6684bf Compare February 18, 2025 06:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6684bf to 5a744ec Compare February 18, 2025 14:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5a744ec to 3a82ff5 Compare February 18, 2025 21:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 691b767 to 8e6ad75 Compare June 30, 2025 06:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e6ad75 to 41aaa2a Compare June 30, 2025 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 41aaa2a to d755d8f Compare June 30, 2025 22:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d755d8f to 340ba87 Compare July 1, 2025 19:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 340ba87 to 51dcc14 Compare July 1, 2025 22:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51dcc14 to 34685b4 Compare July 2, 2025 03:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 34685b4 to 4ceaf52 Compare July 2, 2025 14:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4ceaf52 to 124068d Compare July 3, 2025 06:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 124068d to 0486377 Compare July 3, 2025 14:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0486377 to fd470db Compare July 4, 2025 02:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd470db to ed9595a Compare July 4, 2025 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ed9595a to cc574fd Compare July 4, 2025 14:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cc574fd to 0bae038 Compare July 6, 2025 06:34
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