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

fix(deps): update all non-major dependencies #236

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@astrojs/netlify (source) 4.1.1 -> 3.1.1 age adoption passing confidence dependencies minor
@commitlint/cli (source) 18.4.3 -> 18.4.4 age adoption passing confidence devDependencies patch
@commitlint/config-conventional (source) 18.4.3 -> 18.4.4 age adoption passing confidence devDependencies patch
@netlify/functions 2.4.0 -> 2.4.1 age adoption passing confidence dependencies patch
@supabase/supabase-js 2.38.5 -> 2.39.3 age adoption passing confidence dependencies minor
@types/node (source) 20.10.0 -> 20.11.0 age adoption passing confidence dependencies minor
@unocss/astro (source) 0.57.7 -> 0.58.3 age adoption passing confidence dependencies minor
@unocss/preset-uno (source) 0.57.7 -> 0.58.3 age adoption passing confidence dependencies minor
@unocss/reset 0.57.7 -> 0.58.3 age adoption passing confidence dependencies minor
@unocss/transformer-directives (source) 0.57.7 -> 0.58.3 age adoption passing confidence dependencies minor
@vite-pwa/astro 0.1.5 -> 0.2.0 age adoption passing confidence dependencies minor
@zeebats/eslint-config 1.4.0-beta-8 -> 1.4.0-beta-9 age adoption passing confidence devDependencies patch
astro (source) 4.1.2 -> 3.6.4 age adoption passing confidence dependencies patch
filenamify-url 3.0.0 -> 3.1.0 age adoption passing confidence dependencies minor
lint-staged 15.1.0 -> 15.2.0 age adoption passing confidence devDependencies minor
nanoid 5.0.3 -> 5.0.4 age adoption passing confidence dependencies patch
netlify-cli 17.7.0 -> 17.13.2 age adoption passing confidence devDependencies minor
node 21.2.0 -> 21.5.0 age adoption passing confidence minor
unocss 0.57.7 -> 0.58.3 age adoption passing confidence dependencies minor
vite-plugin-pwa 0.17.2 -> 0.17.4 age adoption passing confidence dependencies patch
vitest (source) 1.1.3 -> 1.2.0 age adoption passing confidence devDependencies minor
vue (source) 3.3.7 -> 3.4.13 age adoption passing confidence overrides minor
vue-tsc (source) 1.8.22 -> 1.8.27 age adoption passing confidence devDependencies patch

Release Notes

withastro/adapters (@​astrojs/netlify)

v3.1.1

Compare Source

Patch Changes
  • #​100 1195955 Thanks @​Jinksi! - Fixes a typo for the peerDependency range in package.json, which prevents upgrade to Astro 4.0.

v3.1.0

Compare Source

Minor Changes
conventional-changelog/commitlint (@​commitlint/cli)

v18.4.4

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v18.4.4

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

netlify/functions (@​netlify/functions)

v2.4.1

Compare Source

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

v2.39.3

Compare Source

Bug Fixes
  • version bump realtime-js to 2.9.1 (82ddf3a)
  • version bump realtime-js to v2.9.2 (#​944) (9204dfa)
  • version bump realtime-js to v2.9.3 (f6bf008)

v2.39.2

Compare Source

Bug Fixes
  • bump postgrest-js (24daf10)
  • stop using unstable type params from postgrest-js (e845632)

v2.39.1

Compare Source

Bug Fixes

v2.39.0

Compare Source

Features
unocss/unocss (@​unocss/astro)

v0.58.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.58.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.58.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.58.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vite-pwa/astro (@​vite-pwa/astro)

v0.2.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.1.6

Compare Source

   🚀 Features
    View changes on GitHub
withastro/astro (astro)

v3.6.4

Compare Source

Patch Changes
  • #​9226 8f8a40e93 Thanks @​outofambit! - Fix i18n fallback routing with routing strategy of always-prefix

  • #​9179 3f28336d9 Thanks @​lilnasy! - Fixes an issue where the presence of a slot in a page led to an error.

  • #​9219 067a65f5b Thanks @​natemoo-re! - Fix edge case where <style> updates inside of .astro files would ocassionally fail to update without reloading the page.

  • #​9236 27d3e86e4 Thanks @​ematipico! - The configuration i18n.routingStrategy has been replaced with an object called routing.

    export default defineConfig({
      experimental: {
          i18n: {
    -          routingStrategy: "prefix-always",
    +          routing: {
    +              prefixDefaultLocale: true,
    +          }
          }
      }
    })
    export default defineConfig({
      experimental: {
          i18n: {
    -          routingStrategy: "prefix-other-locales",
    +          routing: {
    +              prefixDefaultLocale: false,
    +          }
          }
      }
    })

v3.6.3

Compare Source

Patch Changes

v3.6.2

Compare Source

Patch Changes

v3.6.1

Compare Source

Patch Changes
sindresorhus/filenamify-url (filenamify-url)

v3.1.0

Compare Source

okonet/lint-staged (lint-staged)

v15.2.0

Compare Source

Minor Changes
  • #​1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.
Patch Changes
ai/nanoid (nanoid)

v5.0.4

Compare Source

netlify/cli (netlify-cli)

v17.13.2

Compare Source

Bug Fixes

v17.13.1

Compare Source

Bug Fixes

v17.13.0

Compare Source

Features

v17.12.0

Compare Source

Features
  • allow frameworks to detect version of CLI that's being used (#​6226) (1066ff3)
Bug Fixes

v17.11.1

Compare Source

Bug Fixes

v17.11.0

Compare Source

Features
  • detect internal functions created after dev server already started (#​6257) (02e1069)
Bug Fixes

v17.10.2

Compare Source

Bug Fixes
  • clear dist directory before Dev for Nuxt (#​6242) (6014df5)
  • don't show workspace selection if there is only one package (#​6271) (5d6bcf3)
  • include identity context data under custom netlify client context (#​6277) (0bc1401)

v17.10.1

Compare Source

Bug Fixes

v17.10.0

Compare Source

Features
Bug Fixes

v17.9.0

Compare Source

Features
Bug Fixes

v17.8.1

Compare Source

Bug Fixes

v17.8.0

Compare Source

Features
Bug Fixes
nodejs/node (node)

v21.5.0: 2023-12-19, Version 21.5.0 (Current), @​RafaelGSS

Compare Source

Notable Changes
Deprecations
Commits

Configuration

📅 Schedule: Branch creation - "before 6am on Sunday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link
Contributor Author

renovate bot commented Dec 2, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: zurememes@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/astro
npm ERR!   astro@"3.6.4" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer astro@"^4.0.0" from @astrojs/[email protected]
npm ERR! node_modules/@astrojs/vue
npm ERR!   @astrojs/vue@"4.0.8" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-01-14T11_41_02_436Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-01-14T11_41_02_436Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 566a715 to 2a170cf Compare December 6, 2023 22:13
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 6, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cdf3e9f to bc5a8e7 Compare December 12, 2023 15:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 15232e7 to 6ac83c5 Compare December 21, 2023 19:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9106c7d to b7b2140 Compare January 2, 2024 07:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c858a86 to a1d049a Compare January 4, 2024 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 2ad36e1 to 77d4aac Compare January 12, 2024 12:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d498fdd to c0b917b Compare January 14, 2024 11:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c0b917b to 1d10f33 Compare January 14, 2024 11:41
@jochemkeller jochemkeller merged commit 5dc8f58 into updates Jan 14, 2024
0 of 2 checks passed
@jochemkeller jochemkeller deleted the renovate/all-minor-patch branch January 14, 2024 11:42
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