Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2024

This PR contains the following updates:

Package Change Age Confidence
@nuxt/devtools (source) ^1.0.6 -> ^1.7.0 age confidence
@nuxt/eslint (source) ^1.9.0 -> ^1.10.0 age confidence
@supabase/supabase-js (source) ^2.74.0 -> ^2.78.0 age confidence
@types/node (source) ^24.7.0 -> ^24.9.2 age confidence
docus ^5.0.0 -> ^5.2.1 age confidence
eslint (source) ^9.37.0 -> ^9.38.0 age confidence
pnpm (source) 10.18.1 -> 10.20.0 age confidence
pnpm (source) 10.17.1 -> 10.20.0 age confidence
typescript (source) 5.6.3 -> 5.9.3 age confidence
vue-tsc (source) ^3.1.1 -> ^3.1.2 age confidence

Release Notes

nuxt/eslint (@​nuxt/eslint)

v1.10.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
supabase/supabase-js (@​supabase/supabase-js)

v2.78.0

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.77.0

Compare Source

2.77.0 (2025-10-29)

🚀 Features
  • auth: add OAuth 2.1 authorization consent management API calls (#​1793)
  • auth: add OAuth client update support (#​1812)
  • storage: add support for bucket pagination and sorting (#​1790)
🩹 Fixes
  • auth: handle 204 No Content response in OAuth client delete (#​1786)
  • auth: remove redirection in getAuthorizationDetails (#​1811)
  • postgrest: add incoming major 14 support (#​1807)
  • repo: add missing tslib dependency to core packages (#​1789)
  • repo: cleanup package-lock.json and bun.lock (#​1799)
  • storage: remove unnecessary filter (#​1809)
🔥 Performance
❤️ Thank You

v2.76.1

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.76.0

Compare Source

🚀 Features
  • storage: storage vectors and analytics in storage-js (#​1752)
🩹 Fixes
  • repo: convert postbuild to explicit codegen (#​1778)
❤️ Thank You

v2.75.1

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.75.0

Compare Source

🚀 Features
  • postgrest: add embeded functions type inference (#​1632)
❤️ Thank You
nuxt-content/docus (docus)

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features
  • layouts: separate layouts for performance and expose page metas (#​1194) (bac9aa0)

v5.1.0

Compare Source

v5.0.1

Compare Source

Features
Bug Fixes
eslint/eslint (eslint)

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

pnpm/pnpm (pnpm)

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - [email protected] || 21.6.5
      - [email protected]

    Related PR: #​10104.

  • Added support for exact versions in minimumReleaseAgeExclude #​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - [email protected]
      - [email protected] || 5.102.1

v10.18.3

Compare Source

Patch Changes
  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #​9362.
  • Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #​9646.
  • Fixed EISDIR error when bin field points to a directory #​9441.
  • Preserve version and hasBin for variations packages #​10022.
  • Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #​9884.
  • When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #​10072.
  • Prevent a table width error in pnpm outdated --long #​10040.
  • Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #​10057.

v10.18.2

Compare Source

Patch Changes
  • pnpm outdated --long should work #​10040.
  • Replace ndjson with split2. Reduce the bundle size of pnpm CLI #​10054.
  • pnpm dlx should request the full metadata of packages, when minimumReleaseAge is set #​9963.
  • pnpm version switching should work when the pnpm home directory is in a symlinked directory #​9715.
  • Fix EPIPE errors when piping output to other commands #​10027.
microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.8.3: TypeScript 5.8.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

v5.8.2: TypeScript 5.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

vuejs/language-tools (vue-tsc)

v3.1.2

Compare Source

Bug Fixes
  • fix(component-meta): import type helpers by relative path
  • fix(language-core): fix syntax error when propTypes has no elements (#​5704) - Thanks to @​so1ve!
  • fix(language-core): omit defined emit props only (#​5705) - Thanks to @​so1ve!
Other Changes
  • docs: fix vue-tsc broken link to example boilerplate in README.md (#​5721) - Thanks to @​heyakyra!

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), 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.

@netlify
Copy link

netlify bot commented Aug 29, 2024

Deploy Preview for n3-supabase canceled.

Name Link
🔨 Latest commit 8ee18bf
🔍 Latest deploy log https://app.netlify.com/projects/n3-supabase/deploys/68d57c75346d67000802a0f2

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 911ef8d to 15cf0ef Compare September 4, 2024 22:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 4b2691a to 2158176 Compare September 11, 2024 21:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8474ec5 to 454ad5f Compare September 14, 2024 01:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eeada86 to 2ffb22b Compare October 18, 2025 02:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ffb22b to 4791aad Compare October 20, 2025 15:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4791aad to f1e97d6 Compare October 21, 2025 02:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f1e97d6 to eda178b Compare October 21, 2025 18:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eda178b to f5fbbd5 Compare October 25, 2025 03:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f5fbbd5 to 103d34d Compare October 28, 2025 21:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 103d34d to 9b2c9ce Compare October 29, 2025 04:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b2c9ce to 24dbf34 Compare October 29, 2025 15:16
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.

2 participants