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

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 Type Update
@angular-devkit/build-angular ^17.3.10 -> ^17.3.11 age adoption passing confidence devDependencies patch
@angular/cli ^17.3.10 -> ^17.3.11 age adoption passing confidence devDependencies patch
@sveltejs/package (source) ^2.3.5 -> ^2.3.7 age adoption passing confidence devDependencies patch
@tanstack/angular-query-experimental (source) 5.59.13 -> 5.59.16 age adoption passing confidence dependencies patch
@tanstack/react-query (source) ^5.59.13 -> ^5.59.16 age adoption passing confidence dependencies patch
@tanstack/svelte-query (source) ^5.59.13 -> ^5.59.16 age adoption passing confidence dependencies patch
@tanstack/vue-query (source) ^5.59.13 -> ^5.59.16 age adoption passing confidence dependencies patch
@testing-library/jest-dom ^6.5.0 -> ^6.6.2 age adoption passing confidence devDependencies minor
@types/lodash (source) ^4.17.10 -> ^4.17.12 age adoption passing confidence devDependencies patch
@types/react (source) ^18.3.11 -> ^18.3.12 age adoption passing confidence devDependencies patch
@vitejs/plugin-react (source) ^4.3.2 -> ^4.3.3 age adoption passing confidence devDependencies patch
actions/checkout v4.2.1 -> v4.2.2 age adoption passing confidence action patch
eslint (source) ^9.12.0 -> ^9.13.0 age adoption passing confidence devDependencies minor
knip (source) ^5.33.3 -> ^5.34.1 age adoption passing confidence devDependencies minor
nx (source) ^20.0.0 -> ^20.0.6 age adoption passing confidence devDependencies patch
pnpm (source) 9.12.1 -> 9.12.3 age adoption passing confidence packageManager patch
publint (source) ^0.2.11 -> ^0.2.12 age adoption passing confidence devDependencies patch
solid-js (source) ^1.9.2 -> ^1.9.3 age adoption passing confidence devDependencies patch
tslib (source) ^2.7.0 -> ^2.8.0 age adoption passing confidence dependencies minor
tslib (source) ^2.7.0 -> ^2.8.0 age adoption passing confidence devDependencies minor
vite (source) ^5.4.8 -> ^5.4.10 age adoption passing confidence devDependencies patch
vitest (source) ^2.1.2 -> ^2.1.3 age adoption passing confidence devDependencies patch
vue-tsc (source) ^2.1.6 -> ^2.1.8 age adoption passing confidence devDependencies patch

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v17.3.11

Compare Source

@​angular-devkit/build-angular
Commit Type Description
8bad9cee0 fix update http-proxy-middleware to 2.0.7
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)
TanStack/query (@​tanstack/angular-query-experimental)

v5.59.16

Compare Source

Version 5.59.16 - 10/23/24, 12:53 PM

Changes
Fix
  • react-query: make sure promises are always finalized (#​8211) (df49fbd) by Dominik Dorfmeister
Chore
  • query-core: define queryCache notify method"s return type (#​8191) (4fceb26) by Haeun Nam
  • react-query: remove unnecessary test file (test/suspense.tsx, suspense.test-d.tsx) (#​8208) (d3e2a8a) by @​manudeli
Docs
  • Update disabling-queries.md (#​8201) (9d99fcb) by Ollie Chick
  • react-query: fix prefetch with suspense example (#​8193) (a2ea754) by Qiushi Yan
  • "hydrate" to "dehydrate" in documentation (#​8190) (1980a11) by Ariel-Moroshko
Packages
testing-library/jest-dom (@​testing-library/jest-dom)

v6.6.2

Compare Source

Bug Fixes

v6.6.1

Compare Source

v6.6.0

Compare Source

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

v4.3.3

Compare Source

React Compiler runtimeModule option removed

React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.

When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.

The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.

Here is the configuration to use the compiler with React 18 and correct source maps in development:

npm install babel-plugin-react-compiler react-compiler-runtime @&#8203;babel/plugin-transform-react-jsx-development
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]]
  if (command === 'serve') {
    babelPlugins.push(['@&#8203;babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
actions/checkout (actions/checkout)

v4.2.2

Compare Source

eslint/eslint (eslint)

v9.13.0

Compare Source

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

v20.0.3

Compare Source

20.0.3 (2024-10-19)

🩹 Fixes
❤️ Thank You

v20.0.2

Compare Source

20.0.2 (2024-10-18)
🚀 Features
  • nx-dev: add live stream notifier (#​28260)
  • nx-dev: update home hero & livestream notifier (#​28403)
  • nx-dev: add contact link on powerpack page (#​28458)
🩹 Fixes
  • core: repair SIGINT signals on windows (#​28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#​28501)
  • expo: pnpm+workspace build (#​28209)
  • graph: make sure disabledTaskSyncGenerators can be set correctly from nx console (#​28466)
  • js: change verdaccio childProcess kill order (#​28364)
  • nx-dev: fix tabs logic (#​28470)
  • react: update rspack to include styles in the main bundle (#​28478)
  • release: ensure plan subcommand works with object config (#​28460)
  • rspack: replace DefinePlugin with EnvironmentPlugin (#​28252)
  • rspack: make rspack dev server respect port (#​28251)
  • rspack: add dependency-checks lint rule (#​28225)
  • vite: add vite temp files to gitignore #​28371 (#​28443, #​28371)
  • vite: use resolveConfig instead of loadConfigFromFile to ensure node env set #​27627 (#​28444, #​27627)
❤️ Thank You

v20.0.1

Compare Source

20.0.1 (2024-10-15)
🩹 Fixes
  • angular: ensure provideStore is provided before storeDevTools #​28107 (#​28428, #​28107)
  • angular: add missing package version bump for zone.js (#​28430)
  • core: support NX_NO_CLOUD (#​28366)
  • core: add busy handler for sqlite (#​28390)
  • core: handle neverConnectToCloud property (#​28452)
  • core: add migration to set useLegacyCache by default (#​28454)
  • js: improve @​nx/js/typescript plugin and typescript-sync generator performance (#​28379)
  • linter: scope js and ts shared configs to js and ts files (#​28381)
  • module-federation: ensure mf-manifest supported and tspaths are added with snake_case (#​28244)
  • module-federation: remote names should follow JS variable naming schema (#​28401)
  • react: depends on migration should ignore configs that point to @​nx/react #​28377 (#​28382, #​28377)
  • rspack: log compilation errors #​28179 (#​28429, #​28179)
  • rspack: do not select char from string when mapping remotes (#​28441)
❤️ 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

v9.12.2

Compare Source

Patch Changes
  • When checking whether a file in the store has executable permissions, the new approach checks if at least one of the executable bits (owner, group, and others) is set to 1. Previously, a file was incorrectly considered executable only when all the executable bits were set to 1. This fix ensures that files with any executable permission, regardless of the user class, are now correctly identified as executable #​8546.
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

Microsoft/tslib (tslib)

v2.8.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.7.0...v2.8.0

vitejs/vite (vite)

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.

vitest-dev/vitest (vitest)

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v2.1.8

Compare Source

Features
  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#​4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#​4813) - Thanks to @​KazariEX!
Bug Fixes

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
Copy link

nx-cloud bot commented Oct 28, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit e4ecd2c. 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

Open in Stackblitz

More templates

@tanstack/angular-virtual

pnpm add https://pkg.pr.new/@tanstack/angular-virtual@865

@tanstack/lit-virtual

pnpm add https://pkg.pr.new/@tanstack/lit-virtual@865

@tanstack/react-virtual

pnpm add https://pkg.pr.new/@tanstack/react-virtual@865

@tanstack/solid-virtual

pnpm add https://pkg.pr.new/@tanstack/solid-virtual@865

@tanstack/virtual-core

pnpm add https://pkg.pr.new/@tanstack/virtual-core@865

@tanstack/vue-virtual

pnpm add https://pkg.pr.new/@tanstack/vue-virtual@865

@tanstack/svelte-virtual

pnpm add https://pkg.pr.new/@tanstack/svelte-virtual@865

commit: e4ecd2c

@renovate renovate bot merged commit c13a6a1 into main Oct 28, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 28, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants