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

Merged
merged 1 commit into from Oct 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/netlify (source) 3.0.1 -> 3.0.3 age adoption passing confidence
@astrojs/vue (source) 3.0.0 -> 3.0.2 age adoption passing confidence
@commitlint/cli (source) 18.2.0 -> 17.8.1 age adoption passing confidence
@commitlint/config-conventional (source) 18.1.0 -> 17.8.1 age adoption passing confidence
@netlify/functions 2.0.2 -> 2.3.0 age adoption passing confidence
@supabase/supabase-js 2.36.0 -> 2.38.4 age adoption passing confidence
@types/js-cookie (source) 3.0.4 -> 3.0.5 age adoption passing confidence
@types/node (source) 20.8.9 -> 18.18.7 age adoption passing confidence
@unocss/astro 0.56.1 -> 0.57.1 age adoption passing confidence
@unocss/preset-uno (source) 0.56.1 -> 0.57.1 age adoption passing confidence
@unocss/reset 0.56.1 -> 0.57.1 age adoption passing confidence
@unocss/transformer-directives (source) 0.56.1 -> 0.57.1 age adoption passing confidence
@vite-pwa/astro 0.1.3 -> 0.1.4 age adoption passing confidence
@zeebats/stylelint-config 1.1.1 -> 1.3.0 age adoption passing confidence
astro (source) 3.1.2 -> 3.4.0 age adoption passing confidence
nanoid 5.0.1 -> 5.0.2 age adoption passing confidence
nanostores 0.9.3 -> 0.9.4 age adoption passing confidence
netlify-cli 16.4.2 -> 16.9.3 age adoption passing confidence
vitest 0.34.5 -> 0.34.6 age adoption passing confidence
vue (source) 3.2.47 -> 3.3.7 age adoption passing confidence
vue-tsc 1.8.13 -> 1.8.22 age adoption passing confidence

Release Notes

withastro/adapters (@​astrojs/netlify)

v3.0.3

Patch Changes

v3.0.2

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

v3.0.2

Compare Source

Patch Changes

v3.0.1

Compare Source

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

v17.8.1

Compare Source

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

v17.8.0

Compare Source

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

17.7.2 (2023-09-28)

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

17.7.1 (2023-08-10)

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

v17.7.2

Compare Source

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

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

v17.8.1

Compare Source

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

v17.8.0

Compare Source

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

netlify/functions (@​netlify/functions)

v2.3.0

Compare Source

Features
Bug Fixes

v2.2.1

Compare Source

Bug Fixes

v2.2.0

Compare Source

Features
Bug Fixes

v2.1.0

Compare Source

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

v2.38.4

Compare Source

Bug Fixes
  • Bump up realtime-js version to 2.8.4 (77567b4)

v2.38.3

Compare Source

Bug Fixes
  • version bump realtime-js to 2.8.2 (90b4353)

v2.38.2

Compare Source

Bug Fixes

v2.38.1

Compare Source

Bug Fixes
  • bump postgrest-js to 1.8.5 (d0fe12a)

v2.38.0

Compare Source

Features
  • version bump gotrue-js to 2.54.2 (6bc5dd3)

v2.37.0

Compare Source

Features
  • version bump realtime-js to 2.8.0 (a040b34)

v2.36.0

Compare Source

Features

v2.35.0

Compare Source

Features

v2.34.0

Compare Source

Features

v2.33.2

Compare Source

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

v0.57.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.57.0

Compare Source

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

v0.56.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.56.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.56.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.56.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.56.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.56.0

Compare Source

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

v0.1.4

Compare Source

   🚀 Features
    View changes on GitHub
zeebats/stylelint-config (@​zeebats/stylelint-config)

v1.3.0

Compare Source

What's Changed

Full Changelog: zeebats/stylelint-config@v1.1.1...v1.3.0

withastro/astro (astro)

v3.4.0

Compare Source

Minor Changes
  • #​8755 fe4079f05 Thanks @​matthewp! - Page Partials

    A page component can now be identified as a partial page, which will render its HTML content without including a <! DOCTYPE html> declaration nor any <head> content.

    A rendering library, like htmx or Stimulus or even just jQuery can access partial content on the client to dynamically update only parts of a page.

    Pages marked as partials do not have a doctype or any head content included in the rendered result. You can mark any page as a partial by setting this option:

v3.3.4

Compare Source

Patch Changes

v3.3.3

Compare Source

Patch Changes

v3.3.2

Compare Source

Patch Changes

v3.3.1

Compare Source

Patch Changes

v3.3.0

Compare Source

Minor Changes
  • #​8808 2993055be Thanks @​delucis! - Adds support for an --outDir CLI flag to astro build

  • #​8502 c4270e476 Thanks @​bluwy! - Updates the internal shiki syntax highlighter to shikiji, an ESM-focused alternative that simplifies bundling and maintenance.

    There are no new options and no changes to how you author code blocks and syntax highlighting.

    Potentially breaking change: While this refactor should be transparent for most projects, the transition to shikiji now produces a smaller HTML markup by attaching a fallback color style to the pre or code element, instead of to the line span directly. For example:

    Before:

    <code class="astro-code" style="background-color: #&#8203;24292e">
      <pre>
        <span class="line" style="color: #e1e4e8">my code</span>
      </pre>
    </code>

    After:

    <code class="astro-code" style="background-color: #&#8203;24292e; color: #e1e4e8">
      <pre>
        <span class="line">my code<span>
      </pre>
    </code>

    This does not affect the colors as the span will inherit the color from the parent, but if you're relying on a specific HTML markup, please check your site carefully after upgrading to verify the styles.

  • #​8798 f369fa250 Thanks @​Princesseuh! - Fixed tsconfig.json's new array format for extends not working. This was done by migrating Astro to use tsconfck instead of tsconfig-resolver to find and parse tsconfig.json files.

  • #​8620 b2ae9ee0c Thanks @​Princesseuh! - Adds experimental support for generating srcset attributes and a new <Picture /> component.

v3.2.4

Compare Source

Patch Changes

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.

@renovate
Copy link
Contributor Author

renovate bot commented Sep 30, 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 could not resolve
npm ERR! 
npm ERR! While resolving: zurememes@undefined
npm ERR! Found: stylelint@14.16.1
npm ERR! node_modules/stylelint
npm ERR!   peer stylelint@"^14.10.0" from stylelint-config-recommended@9.0.0
npm ERR!   node_modules/stylelint-config-recommended
npm ERR!     stylelint-config-recommended@"^9.0.0" from stylelint-config-standard@28.0.0
npm ERR!     node_modules/stylelint-config-standard
npm ERR!   peer stylelint@"^14.11.0" from stylelint-config-standard@28.0.0
npm ERR!   node_modules/stylelint-config-standard
npm ERR!   1 more (stylelint-order)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! dev @zeebats/stylelint-config@"1.3.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: stylelint@15.11.0
npm ERR! node_modules/stylelint
npm ERR!   peer stylelint@"^15.0.0" from @zeebats/stylelint-config@1.3.0
npm ERR!   node_modules/@zeebats/stylelint-config
npm ERR!     dev @zeebats/stylelint-config@"1.3.0" 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/worker/baed15/f4af95/cache/others/npm/_logs/2023-10-31T06_33_09_249Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/baed15/f4af95/cache/others/npm/_logs/2023-10-31T06_33_09_249Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 776d0f9 to e1ddde0 Compare October 8, 2023 21:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 04d59d8 to 20adfbf Compare October 17, 2023 12:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 45310f2 to ea1ca1f Compare October 24, 2023 22:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 377f997 to b12e293 Compare October 31, 2023 06:32
@jochemkeller jochemkeller merged commit f185874 into updates Oct 31, 2023
0 of 2 checks passed
@jochemkeller jochemkeller deleted the renovate/all-minor-patch branch October 31, 2023 06:43
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