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

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

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 17.6.5 -> 17.6.6 age adoption passing confidence
@commitlint/config-conventional (source) 17.6.5 -> 17.6.6 age adoption passing confidence
@nanostores/vue 0.9.0 -> 0.9.1 age adoption passing confidence
@supabase/supabase-js 2.24.0 -> 2.26.0 age adoption passing confidence
@types/node (source) 18.16.16 -> 18.16.18 age adoption passing confidence
@unocss/astro 0.53.1 -> 0.53.4 age adoption passing confidence
@unocss/preset-uno (source) 0.53.1 -> 0.53.4 age adoption passing confidence
@unocss/reset 0.53.1 -> 0.53.4 age adoption passing confidence
@unocss/transformer-directives (source) 0.53.1 -> 0.53.4 age adoption passing confidence
@vite-pwa/astro 0.0.5 -> 0.1.1 age adoption passing confidence
astro (source) 2.6.6 -> 2.7.1 age adoption passing confidence
nanostores 0.9.1 -> 0.9.2 age adoption passing confidence
netlify-cli 15.6.0 -> 15.7.0 age adoption passing confidence
vitest 0.32.0 -> 0.32.2 age adoption passing confidence
vue (source) 3.2.47 -> 3.3.4 age adoption passing confidence
vue-tsc 1.8.1 -> 1.8.3 age adoption passing confidence

Release Notes

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

v17.6.6

Compare Source

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

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

v17.6.6

Compare Source

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

nanostores/vue (@​nanostores/vue)

v0.9.1

Compare Source

  • Fixed broken devtools: removed support for mapTemplate.
  • Updated dependencies.
supabase/supabase-js (@​supabase/supabase-js)

v2.26.0

Compare Source

Features

v2.25.0

Compare Source

Features
  • version bump realtime-js to 2.7.3 (c4a101f)
unocss/unocss (@​unocss/astro)

v0.53.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.53.3

Compare Source

No significant changes

    View changes on GitHub
vite-pwa/astro (@​vite-pwa/astro)

v0.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.1.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub
withastro/astro (astro)

v2.7.1

Compare Source

Patch Changes

v2.7.0

Compare Source

Minor Changes
  • #​7353 76fcdb84d Thanks @​bholmesdev! - Remove legacy handling for MDX content collections. Ensure you are using @astrojs/mdx v0.18 or above.

  • #​7385 8e2923cc6 Thanks @​ematipico! - Astro.locals is now exposed to the adapter API. Node Adapter can now pass in a locals object in the SSR handler middleware.

  • #​7220 459b5bd05 Thanks @​ematipico! - Shipped a new SSR build configuration mode: split.
    When enabled, Astro will "split" the single entry.mjs file and instead emit a separate file to render each individual page during the build process.

    These files will be emitted inside dist/pages, mirroring the directory structure of your page files in src/pages/, for example:

    ├── pages
    │   ├── blog
    │   │   ├── entry._slug_.astro.mjs
    │   │   └── entry.about.astro.mjs
    │   └── entry.index.astro.mjs
    

    To enable, set build.split: true in your Astro config:

    // src/astro.config.mjs
    export default defineConfig({
      output: 'server',
      adapter: node({
        mode: 'standalone',
      }),
      build: {
        split: true,
      },
    });
  • #​7220 459b5bd05 Thanks @​ematipico! - The Astro hook astro:build:ssr now receives a new option in their payload, called entryPoints.

    entryPoints is defined as a Map<RouteData, URL>, where RouteData represents the information of a Astro route and URL is the path to the physical file emitted at the end of the build.

    export function integration(): AstroIntegration {
      return {
        name: 'my-integration',
        hooks: {
          'astro:build:ssr': ({ entryPoints }) => {
            // do something with `entryPoints`
          },
        },
      };
    }
Patch Changes
  • #​7438 30bb36371 Thanks @​bluwy! - Fix astro:build:setup hook updateConfig utility, where the configuration wasn't correctly updated when the hook was fired.

  • #​7436 3943fa390 Thanks @​kossidts! - Fix an issue related to the documentation. Destructure the argument of the function to customize the Astro dev server based on the command run.

  • #​7424 7877a06d8 Thanks @​bholmesdev! - Update internal types for more stable builds for Astro maintainers.

  • #​7427 e314a04bf Thanks @​ematipico! - Correctly emit the middleware code during the build phase. The file emitted is now dist/middleware.mjs

  • #​7423 33cdc8622 Thanks @​bmenant! - Ensure injected /_image endpoint for image optimization is not prerendered on hybrid output.

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Compare Source

Patch Changes

v2.6.2

Compare Source

Patch Changes
nanostores/nanostores (nanostores)

v0.9.2

Compare Source

  • Fixed getPath and setPath exports (by Dan Kozlov).
  • Fixed docs (Robert Kuzhin).
netlify/cli (netlify-cli)

v15.7.0

Compare Source

Features
Bug Fixes

v15.6.0

Compare Source

Features
Bug Fixes

v15.5.1

Compare Source

Bug Fixes

v15.5.0

Compare Source

Features

v15.4.2

Compare Source

Bug Fixes

v15.4.1

Compare Source

Bug Fixes
vitest-dev/vitest (vitest)

v0.32.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.3.4

Compare Source

Bug Fixes
  • build: ensure correct typing for node esm (d621d4c)
  • build: fix DEV flag replacement edge case (8b7c04b), closes #​8353
  • compiler-sfc: handle imported types from default exports (5aec717), closes #​8355

v3.3.3

Compare Source

Bug Fixes

v3.3.2

Compare Source

Bug Fixes
  • compiler-core: treat floating point numbers as constants (8dc8cf8), closes #​8295
  • compiler-dom: do not throw in production on side effect tags (c454b9d), closes #​8287 #​8292
  • compiler-sfc: fix regression on props destructure when transform is not enabled (f25bd37), closes #​8289
  • compiler-sfc: handle prop keys that need escaping (#​7803) (690ef29), closes #​8291
  • compiler-sfc: properly parse d.ts files when resolving types (aa1e77d), closes #​8285
  • compiler-sfc: raise specific warning for failed extends and allow ignoring extends (8235072), closes #​8286

v3.3.1

Compare Source

Bug Fixes
  • suspense: handle nested sync suspense for hydration (a3f5485)

v3.3.0

Compare Source

  • For a detailed walkthrough of the new features in 3.3, please read the release blog post.

  • Features and deprecations listed here are aggregated from the beta and alpha releases. For full chronological history, bug fixes, and other minor features, please consult the individual logs of the 3.3 beta and alpha releases.

Features

Deprecations

  • deprecation: deprecate @​vnode hooks in favor of vue: prefix (5f0394a)
  • deprecation: deprecate v-is directive (bbd8301)
  • deprecation: unwrap injected refs in Options API by default, deprecate app.config.unwrapInjectedRefs (526fa3b)
vuejs/language-tools (vue-tsc)

v1.8.3

Compare Source

  • fix(ts-plugin): tsserver crashes when import > 4MB .vue file (#​3332)
  • fix(language-server): in specific os fileExists() throws (#​3336)

Full-time Support by


WebContainer API is here.


Our Sponsors ⭐✨




Add you via GitHub Sponsors or Open Collective

v1.8.2

Compare Source

  • fix: should not auto closing <img> tag (#​3217)
  • fix: allow passing undefined as events (#​3122) (#​3217) - thanks @​so1ve
  • fix: fixes object literal parsing for (#​3324) (#​3171) - thanks @​so1ve
  • fix: symbol types are lost (#​3300) (#​3295) - thanks @​so1ve
  • fix(ts-plugin): suppress errors when composite is enabled
  • fix(language-server): trigger characters missing on web IDE
  • perf(language-server): debounce for isCancellationRequested()
  • perf(typescript): caching getScriptFileNames() result

Breaking changes

  • no longer parse vue files outside tsconfig include option to avoid TS performance concerns (#​3326)

v1.8.1

Compare Source

  • fix(language-server): 3 consecutive directories with the same name cause infinite recursion (#​3282) - thanks @​FelipeAzambuja
  • fix(language-server): diagnostics were not properly refreshed when creating files
  • fix(monaco): unrecognized relative path file
  • types: simplify __VLS_IsAny - thanks @​so1ve
  • perf(ts-plugin): work without overriding language service instance to reduce half of memory usage (#​3221)

v1.8.0

Compare Source

v1.7.14

Compare Source

  • perf: intellisense is very slow when referencing lots of external .vue files (#​3264)
  • fix: read directory infinite recursion on Darwin os (#​3282)

v1.7.13

Compare Source

v1.7.12

Compare Source

  • feat: reintroduce nativeTags (#​3279)
  • fix: compatible with TS 5.1.3 (#​3274) (#​3277) - thanks @​so1ve
  • perf(vue-tsc): addressed a performance regression since 1.5.1 by reintroducing nativeTags (#​3148)

v1.7.11

Compare Source

  • fix: ignore errors for

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 Jun 24, 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 EOVERRIDE
npm ERR! Override for vue@3.3.4 conflicts with direct dependency

npm ERR! A complete log of this run can be found in: /tmp/worker/b93c38/b29d75/cache/others/npm/_logs/2023-06-28T10_30_52_970Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bf188b1 to 999386f Compare June 27, 2023 14:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 999386f to 13491fd Compare June 28, 2023 10:31
@jochemkeller jochemkeller merged commit d4cf5d4 into updates Jun 28, 2023
1 check failed
@jochemkeller jochemkeller deleted the renovate/all-minor-patch branch June 28, 2023 16:20
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