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

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@analogjs/vite-plugin-angular ^1.9.1 -> ^1.9.2 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.15.2 -> ^1.16.1 age adoption passing confidence
@tanstack/config (source) ^0.13.4 -> ^0.14.0 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.4 -> ^5.1.5 age adoption passing confidence
knip (source) ^5.36.2 -> ^5.36.5 age adoption passing confidence
nx (source) ^20.0.8 -> ^20.0.12 age adoption passing confidence
svelte (source) ^5.1.9 -> ^5.1.13 age adoption passing confidence
svelte-check ^4.0.5 -> ^4.0.6 age adoption passing confidence

Release Notes

analogjs/analog (@​analogjs/vite-plugin-angular)

v1.9.2

Compare Source

Bug Fixes
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.16.1

Compare Source

✨ New
🪄 Improvements
TanStack/config (@​tanstack/config)

v0.14.0

Compare Source

Version 0.14.0 - 11/5/24, 10:15 PM

Changes

Feat
  • vite: add option to disable CJS output (#​175) (a1ec1c7) by Lachlan Collins
Chore
  • deps: update all non-major dependencies (#​174) (7c35162) by renovate[bot]
  • deps: lock file maintenance (#​173) (06682a7) by renovate[bot]
  • deps: update all non-major dependencies (#​172) (8cd89bc) by renovate[bot]
  • deps: update all non-major dependencies (#​170) (2992b81) by renovate[bot]
  • deps: update all non-major dependencies (#​169) (ee9a569) by renovate[bot]
  • deps: update all non-major dependencies (#​168) (9035d1d) by renovate[bot]

Packages

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.5

webpro-nl/knip (knip)

v5.36.5

Compare Source

v5.36.4

Compare Source

v5.36.3

Compare Source

  • Consolidate specifier workspace handling into helper (5c4a9d5)
  • No need to add .json files as entry files (8c0289f)
  • Update comparison-and-migration.md. Fix wrong link of npm-check (#​828) (a4a9882)
  • Only show any config hints in non-production mode (a138388)
nrwl/nx (nx)

v20.0.12

Compare Source

20.0.12 (2024-11-08)
🩹 Fixes
  • core: create different dummy tasks for different targets (#​28837)
  • core: do not depend on ci info crate (#​28850)
❤️ Thank You

v20.0.11

Compare Source

20.0.11 (2024-11-07)
🚀 Features
  • nx-cloud: configure import paths for light client when running … (#​28735)
  • nx-dev: add video course page (#​28736)
🩹 Fixes
  • core: fix cannot read properties of undefined (reading 'split') (#​28761)
  • core: task graph needs to handle multiple cycles (#​28793)
  • core: empty external deps should work properly (#​28727)
  • core: ensure that the database connection is closed when nx exits (#​28821)
  • graph: add better pdv empty states when no targets exist (#​28797)
  • nx-dev: SEO tags (#​28823)
  • repo: update version of actions/github-script in nightly script (#​28784)
❤️ Thank You

v20.0.10

Compare Source

20.0.10 (2024-11-06)
🩹 Fixes
  • core: ensure that setWorkspaceContext is run only on main nx packages (#​28706)
  • core: revert archive file creation changes (#​28817)
❤️ Thank You
  • Jonathan Cammisuli

v20.0.9

Compare Source

20.0.9 (2024-11-05)
🚀 Features
  • linter: add support eslint 9 --quiet param (#​28743)
  • nx-dev: add customer case studies (da54ac2c15)
🩹 Fixes
  • core: fix create workspace for react native (#​28763)
  • nuxt: use loadNuxtConfig to load nuxt config for plugin (#​28795)
  • vite: tsconfig paths plugin should resolve file with dot in the name (#​28701)
❤️ Thank You
sveltejs/svelte (svelte)

v5.1.13

Compare Source

Patch Changes
  • fix: add migration task when there's a variable named that would conflict with a rune (#​14216)

  • fix: consider valueOf in the reactive methods of SvelteDate (#​14227)

  • fix: handle sibling combinators within :has (#​14213)

  • fix: consider variables with synthetic store sub as state (#​14195)

  • fix: read index as a source in legacy keyed each block (#​14208)

  • fix: account for shadowing children slot during migration (#​14224)

  • fix: ensure explicit nesting selector is always applied (#​14193)

  • fix: add lang="ts" attribute during migration if needed (#​14222)

v5.1.12

Compare Source

Patch Changes
  • fix: ignore as type expressions on property definitions (#​14181)

  • fix: restore active reaction if then block throws (#​14191)

  • chore: adds legacy mode flag reducing bundle size in runes mode only apps (#​14180)

v5.1.11

Compare Source

Patch Changes
  • fix: error on TypeScript's readonly modifier (#​14153)

  • fix: remove scoping for :not selectors (#​14177)

v5.1.10

Compare Source

Patch Changes
  • fix: ensure non-matching elements are scoped for :not(...) selector (#​13999)

  • fix: ensure video elements autoplay in safari (#​14095)

  • fix: ensure trailing multiline comments on props produce correct code (#​14143#issuecomment-2455702689) (#​14143)

  • fix: correctly infer <a> tag namespace (#​14134)

  • fix: check options namespace for top level svelte:elements (#​14101)

  • fix: ensure migrate keeps inline/trailing comments in $props type definition (#​14143)

  • fix: update links in JSDoc (#​14165)

  • fix: ensure SvelteMap and SvelteSet work with generators in dev (#​14103)

  • fix: only output the key for each_key_duplicate (#​14147)

  • fix: prevent migrated snippet from shadow snippet prop (#​14127)

  • fix: pass along anchor in legacy class wrappers (#​14100)

  • fix: recognize all custom element prop definitions (#​14084)

  • fix: migrate multiple declarations with only some exported correctly (#​14126)

sveltejs/language-tools (svelte-check)

v4.0.6

Compare Source

  • chore: autotype const load = ... declarations (#​2540)
  • chore: provide component instance type in Svelte 5 (#​2553)
  • chore: support typescript 5.6 (#​2545)
  • fix: infer object and array shapes from fallback types (#​2562)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

nx-cloud bot commented Nov 11, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 928bc6d. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

Copy link

pkg-pr-new bot commented Nov 11, 2024

@tanstack/react-store

pnpm add https://pkg.pr.new/@tanstack/react-store@135

@tanstack/solid-store

pnpm add https://pkg.pr.new/@tanstack/solid-store@135

@tanstack/store

pnpm add https://pkg.pr.new/@tanstack/store@135

@tanstack/svelte-store

pnpm add https://pkg.pr.new/@tanstack/svelte-store@135

@tanstack/vue-store

pnpm add https://pkg.pr.new/@tanstack/vue-store@135

@tanstack/angular-store

pnpm add https://pkg.pr.new/@tanstack/angular-store@135

commit: 928bc6d

@renovate renovate bot merged commit cb33c15 into main Nov 11, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch November 11, 2024 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants