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

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint-react/eslint-plugin (source) ^1.15.0 -> ^1.15.1 age adoption passing confidence
@sveltejs/package (source) ^2.3.5 -> ^2.3.7 age adoption passing confidence
knip (source) ^5.33.3 -> ^5.34.1 age adoption passing confidence
nx (source) ^20.0.3 -> ^20.0.6 age adoption passing confidence
pnpm (source) 9.12.2 -> 9.12.3 age adoption passing confidence
publint (source) ^0.2.11 -> ^0.2.12 age adoption passing confidence
solid-js (source) ^1.9.2 -> ^1.9.3 age adoption passing confidence
svelte (source) ^5.0.3 -> ^5.1.3 age adoption passing confidence
vite (source) ^5.4.9 -> ^5.4.10 age adoption passing confidence

Release Notes

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

v1.15.1

Compare Source

✨ New
  • feat: added code fixer to react-x/avoid-shorthand-boolean and react-x/prefer-shorthand-fragment by @​Rel1cx
🐞 Fixes
sveltejs/kit (@​sveltejs/package)

v2.3.7

Patch Changes
  • docs: update URLs for new svelte.dev site (#​12857)

v2.3.6

Patch Changes
  • docs: demonstrate sv migrate over prior commands (#​12840)
webpro-nl/knip (knip)

v5.34.1

Compare Source

  • Fix edge case for binary disguised as entry (#​161) (846ed76)
  • Only ignore "http" if in dependency specifier (fixes #​813) (9defcb9)
  • Move helper to less confusing location (e028528)
  • Consistent naming (20070ba)
  • Rename test file, fix up default values (5bb56e7)
  • Update docs (c9afd52)
  • Add documentation for unplugin-icons imports issue (#​812) (20b2504)

v5.34.0

Compare Source

  • Don't use path if step also has repository in github-action plugin (c6e4d31)
  • Give plugins a chance to prep config args (a2217a2)
  • Let's start out conservatively (a2e83f8)
  • More consistent naming (bae87d9)
  • Optimize a bit after the dust has settled (31f1e7e)
  • Cherry on the pie (617e067)
  • Handle config files only once across workspaces (939f511)
  • Improve naming and simplify a few things (f4db204)
  • Add coverage for unused files with compiler extension (c2e2712)
  • Ignore virtual: imports, don't report as unlisted dependencies (2ef75cc)
  • Remove module resolving from plugins (53839e0)
  • Temp use Bun for in this integration test for green lights (98c1ff7)
  • Add ability to add unresolved imports to ignoreDependencies (b8875be)
  • Let's start out a tad more conservative (58ba79f)
  • Update dependencies (f4dc1e1)
  • Optimize referenced dependency handling (a413ad8)
  • Resolve config file paths and parse recursively (c03f963)
  • Exclude empty config file path arrays from debug output (d288779)
  • Extend typedoc plugin (f2732fa)
  • Presets are extended by local config in jest plugin (4973a9d)
  • Add test case to get refs from scripts (6115107)
  • Refactor binary resolver & referenced dependency handling (f1349c2)
nrwl/nx (nx)

v20.0.6

Compare Source

20.0.6 (2024-10-25)
🚀 Features
  • nx-dev: add videos to CI docs (#​28626)
  • react: update eslint plugins to be compat with eslint v9 (#​28559)
🩹 Fixes
  • core: createTaskGraph should accept extraTargetDependencies (#​28542)
  • core: skip eslint custom hasher when hashing tasks during running commands (#​28616)
  • js: allow custom listenAddress for verdaccio (#​28498)
  • js: fix resolution of extended tsconfig files in plugin (#​28535)
  • js: set the tsBuildInfoFile as output when it's not contained in the outDir (#​28538)
  • js: include referenced internal config files in plugin cache hash (#​28536)
  • react: selecting tailwind should import correct style file extension (#​28630)
  • storybook: fix yarn storybook upgrade 8 (#​28605)
  • storybook: fix externalDependencies undefined (#​28641)
❤️ Thank You

v20.0.5

Compare Source

20.0.5 (2024-10-23)
🩹 Fixes
  • core: only check if files are in sync if there are no records in the db (#​28597)
❤️ Thank You
  • Jonathan Cammisuli

v20.0.4

Compare Source

20.0.4 (2024-10-23)
🩹 Fixes
  • core: not to cache entire workspace root (#​28552)
  • core: make sure yarn berry correctly resolves latest version during nx add (#​28580)
  • core: handle concurrent db connections better (#​28544)
  • nx-dev: cleanup (c8620d1853)
  • nx-dev: powerpack content update (7c72733c8c)
  • rspack: removed webpack-sources import (#​28447)
❤️ Thank You
pnpm/pnpm (pnpm)

v9.12.3

Compare Source

Patch Changes
  • Don't purge node_modules, when typing "n" in the prompt that asks whether to remove node_modules before installation #​8655.
  • Fix a bug causing pnpm to infinitely spawn itself when manage-package-manager-versions=true is set and the .tools directory is corrupt.
  • Use crypto.hash, when available, for improved performance #​8629.
  • Fixed a race condition in temporary file creation in the store by including worker thread ID in filename. Previously, multiple worker threads could attempt to use the same temporary file. Temporary files now include both process ID and thread ID for uniqueness #​8703.
  • All commands should read settings from the package.json at the root of the workspace #​8667.
  • When manage-package-manager-versions is set to true, errors spawning a self-managed version of pnpm will now be shown (instead of being silent).
  • Pass the find command to npm, it is an alias for npm search
bluwy/publint (publint)

v0.2.12

Compare Source

Features
Bug fixes
Site

Full Changelog: bluwy/publint@v0.2.11...v0.2.12

solidjs/solid (solid-js)

v1.9.3

Compare Source

sveltejs/svelte (svelte)

v5.1.3

Compare Source

Patch Changes
  • fix: rethrow errors from await block if no catch block exists (#​13819)

  • fix: ensure SVG element attributes have case preserved (#​13935)

  • fix: ensure bind:group works as intended with proxied state objects (#​13939)

  • fix: ensure value is correctly set to zero on the progress element (#​13924)

  • fix: skip comment nodes in snippet validation logic (#​13936)

  • fix: typo in Action types (#​13874)

  • fix: remove metadata from legacy AST (#​13927)

v5.1.2

Compare Source

Patch Changes
  • fix: improve consistency of transitions (#​13895)

  • fix: enable bound store props in runes mode components (#​13887)

  • fix: ensure each block references to imports are handled correctly (#​13892)

  • fix: ensure SvelteMap reactivity persists through deriveds (#​13877)

  • fix: ensure snippets after empty text correctly hydrate (#​13870)

  • fix: prevent migration script from adding props. to the export let identifier (#​13899)

  • fix: prevent var name clashing for delegated events without params (#​13896)

v5.1.1

Compare Source

Patch Changes
  • fix: internally wrap store subscribe in untrack (#​13858)

  • fix: allow binding to const with spread in legacy mode (#​13849)

  • fix: ensure props internally untracks current_value on sets (#​13859)

  • fix: properly traverse children when checking matches for :has (#​13866)

v5.1.0

Compare Source

Minor Changes
  • feat: export mount() options as the MountOptions type (#​13674)

  • feat: allow usage of getContext() within $derived runes (#​13830)

Patch Changes
  • fix: properly migrate ts with inferred type comments (#​13761)

  • fix: correct property name conversion in custom transitions (#​13820)

  • fix: ensure $effect.tracking returns false inside transition functions (#​13775)

  • fix: migrate default slots to children snippet (#​13760)

  • fix: don't print errors on migration errors (#​13754)

  • fix: prevent spread attribute from overriding class directive (#​13763)

  • fix: ensure :has selectors followed by other selectors match (#​13824)

  • fix: ensure muted DOM property works correctly in FF (#​13751)

  • fix: show filename information in legacy_recursive_reactive_block (#​13764)

v5.0.5

Compare Source

Patch Changes
  • fix: mark :has selectors with multiple preceding selectors as used (#​13750)

  • fix: ensure event context is reset before invoking callback (#​13737)

  • fix: add more robust check for Element prototype (#​13744)

  • fix: do not comment out unused selectors that are inside an unused selector (#​13746)

  • fix: more accurately detect $derived migration opportunities (#​13740)

  • fix: @​debug does not work with proxied-state (#​13690)

  • fix: do not add jsdoc if no types found (#​13738)

v5.0.4

Compare Source

Patch Changes
  • fix: webview preload tag can be any string (#​13733)

  • fix: better children snippet / default slot interop (#​13734)

vitejs/vite (vite)

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.


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 Oct 28, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit cbd4066. 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 Oct 28, 2024

@tanstack/angular-store

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

@tanstack/react-store

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

@tanstack/store

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

@tanstack/svelte-store

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

@tanstack/solid-store

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

@tanstack/vue-store

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

commit: cbd4066

@renovate renovate bot merged commit ef733da into main Oct 28, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 28, 2024 07:14
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