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

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/netlify (source) 5.1.3 -> 5.2.1 age adoption passing confidence
@astrojs/vue (source) 4.0.8 -> 4.3.0 age adoption passing confidence
@commitlint/cli (source) 19.0.3 -> 19.3.0 age adoption passing confidence
@commitlint/config-conventional (source) 19.0.3 -> 19.2.2 age adoption passing confidence
@netlify/functions 2.6.0 -> 2.7.0 age adoption passing confidence
@supabase/ssr 0.1.0 -> 0.3.0 age adoption passing confidence
@supabase/supabase-js 2.39.7 -> 2.43.4 age adoption passing confidence
@types/node (source) 20.12.13 -> 20.13.0 age adoption passing confidence
@unocss/astro (source) 0.60.3 -> 0.60.4 age adoption passing confidence
@unocss/preset-uno (source) 0.60.3 -> 0.60.4 age adoption passing confidence
@unocss/reset 0.60.3 -> 0.60.4 age adoption passing confidence
@unocss/transformer-directives (source) 0.60.3 -> 0.60.4 age adoption passing confidence
@vite-pwa/astro 0.3.0 -> 0.4.0 age adoption passing confidence
@zeebats/eslint-config 1.4.0-beta-9 -> 1.4.0 age adoption passing confidence
@zeebats/stylelint-config 1.3.0 -> 1.4.0 age adoption passing confidence
astro (source) 4.4.11 -> 4.9.2 age adoption passing confidence
lint-staged 15.2.2 -> 15.2.5 age adoption passing confidence
nanoid 5.0.6 -> 5.0.7 age adoption passing confidence
nanostores 0.10.0 -> 0.10.3 age adoption passing confidence
netlify-cli 17.17.2 -> 17.25.0 age adoption passing confidence
simple-git-hooks 2.10.0 -> 2.11.1 age adoption passing confidence
unocss 0.60.3 -> 0.60.4 age adoption passing confidence
vite-plugin-pwa 0.19.2 -> 0.20.0 age adoption passing confidence
vitest (source) 1.3.1 -> 1.6.0 age adoption passing confidence
vue (source) 3.3.7 -> 3.4.27 age adoption passing confidence
vue-tsc (source) 2.0.4 -> 2.0.19 age adoption passing confidence
workbox-window (source) 7.0.0 -> 7.1.0 age adoption passing confidence

Release Notes

withastro/adapters (@​astrojs/netlify)

v5.2.1

Compare Source

Patch Changes
  • #​255 3fa962d Thanks @​ascorbic! - Fixes an issue with edge middleware where process.env was not defined, by using a polyfill to shim it

v5.2.0

Compare Source

Minor Changes
withastro/astro (@​astrojs/vue)

v4.3.0

Compare Source

Minor Changes
  • #​11055 b92de22 Thanks @​niklas-wortmann! - Updates the devtools type to allow passing VueDevToolsOptions

    For more customization, you can pass options that the Vue DevTools Vite Plugin supports. (Note: appendTo is not supported.) For example, you can set launchEditor to your preferred editor if you are not using Visual Studio Code:

    import { defineConfig } from 'astro/config';
    import vue from '@​astrojs/vue';
    
    export default defineConfig({
      // ...
      integrations: [
        vue({
          devtools: { launchEditor: 'webstorm' },
        }),
      ],
    });

v4.2.0

Compare Source

Minor Changes
  • #​10929 082abb8 Thanks @​florian-lefebvre! - Adds a devtools option

    You can enable the official Vue DevTools while working in development mode by setting devtools:true in your vue() integration config:

    import { defineConfig } from 'astro/config';
    import vue from '@​astrojs/vue';
    
    export default defineConfig({
      integrations: [vue({ devtools: true })],
    });

v4.1.0

Compare Source

Minor Changes

v4.0.11

Compare Source

Patch Changes

v4.0.10

Compare Source

Patch Changes

v4.0.9

Compare Source

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

v19.3.0

Compare Source

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

19.2.2 (2024-04-14)

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

19.2.1 (2024-03-19)

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

v19.2.2

Compare Source

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

v19.2.1

Compare Source

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

v19.2.0

Compare Source

Features
  • cli: introduce new --last flag, to stop recommending HEAD~1 (#​3916) (99f4f3f)

v19.1.0

Compare Source

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

19.0.3 (2024-02-28)

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

19.0.2 (2024-02-28)

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

19.0.1 (2024-02-27)

Bug Fixes
  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#​3939) (8793c63), closes #​3938
conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.2.2

Compare Source

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

v19.1.0

Compare Source

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

19.0.3 (2024-02-28)

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

netlify/functions (@​netlify/functions)

v2.7.0

Compare Source

Features
Bug Fixes

v2.6.3

Compare Source

Bug Fixes
supabase/auth-helpers (@​supabase/ssr)

v0.3.0

Compare Source

Minor Changes
  • 8d85be4: fix custom cookie options in browser client
  • 9e7ff76: upgrade supabase-js version to v2.42.0

v0.2.0

Compare Source

Minor Changes
  • faf9eac: Miscellaneous fixes to createBrowserClient
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)

v2.43.0

Compare Source

Features
  • version bump realtime-js to 2.9.5 (53dcd83)

v2.42.7

Compare Source

Bug Fixes
  • set hasCustomAuthorizationHeader property on the AuthClient (31fc0cc)

v2.42.6

Compare Source

Bug Fixes

v2.42.5

Compare Source

v2.42.4

Compare Source

Bug Fixes

v2.42.3

Compare Source

v2.42.2

Compare Source

Bug Fixes
  • version bump realtime-js to 2.9.4 (9d033f8)

v2.42.1

Compare Source

Bug Fixes
  • postgrest-js: typings for rpc with GET (581c60f)

v2.42.0

Compare Source

Features
  • bump postgrest-js to v1.15.0 (b4cc20d)

v2.41.1

Compare Source

Bug Fixes

v2.41.0

Compare Source

Features
  • bump functions-js (get regional types more integrated) (#​996) (1d13090)

v2.40.0

Compare Source

Features
  • typecheck table names in from clause (e327521)

v2.39.8

Compare Source

Bug Fixes
unocss/unocss (@​unocss/astro)

v0.60.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.60.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
  • preset-mini: Improve performance of resolveBreakpoints  -  by @​antfu (05d90)
    View changes on GitHub

v0.60.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.60.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.60.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.59.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.59.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.59.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.59.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.59.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes

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 Jun 2, 2024

⚠️ 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 error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: zurememes@undefined
npm error Found: stylelint@15.11.0
npm error node_modules/stylelint
npm error   peer stylelint@">=14.0.0" from stylelint-config-html@1.1.0
npm error   node_modules/stylelint-config-html
npm error   peer stylelint@"^15.10.0" from stylelint-config-recommended@13.0.0
npm error   node_modules/stylelint-config-recommended
npm error     stylelint-config-recommended@"^13.0.0" from stylelint-config-standard@34.0.0
npm error     node_modules/stylelint-config-standard
npm error   3 more (stylelint-config-standard, stylelint-order, stylelint-stylistic)
npm error
npm error Could not resolve dependency:
npm error dev @zeebats/stylelint-config@"1.4.0" from the root project
npm error
npm error Conflicting peer dependency: stylelint@16.6.1
npm error node_modules/stylelint
npm error   peer stylelint@"^16.0.0" from @zeebats/stylelint-config@1.4.0
npm error   node_modules/@zeebats/stylelint-config
npm error     dev @zeebats/stylelint-config@"1.4.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-06-02T00_10_47_934Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-06-02T00_10_47_934Z-debug-0.log

@jochemkeller jochemkeller merged commit 76b6e54 into updates Jun 2, 2024
0 of 2 checks passed
@jochemkeller jochemkeller deleted the renovate/all-minor-patch branch June 2, 2024 05:01
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

1 participant