Skip to content

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

Merged
lachlancollins merged 2 commits intomainfrom
renovate/all-minor-patch
Jul 9, 2024
Merged

chore(deps): update all non-major dependencies#753
lachlancollins merged 2 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
knip (source) ^5.23.1 -> ^5.25.1 age adoption passing confidence
lit (source) ^3.1.3 -> ^3.1.4 age adoption passing confidence
nx (source) ^19.3.2 -> ^19.4.2 age adoption passing confidence
pnpm (source) 9.4.0 -> 9.5.0 age adoption passing confidence
rimraf ^5.0.7 -> ^5.0.9 age adoption passing confidence
vite (source) ^5.3.2 -> ^5.3.3 age adoption passing confidence

Release Notes

webpro-nl/knip (knip)

v5.25.1

Compare Source

v5.25.0

Compare Source

v5.24.4

Compare Source

v5.24.3

Compare Source

v5.24.2

Compare Source

v5.24.1

Compare Source

  • Fix up rules in issue collector and reporter (resolves #​713) (7775213)
  • Fix Knip config (4c4e3e1)
  • Use jiti alias over custom transform (b9f1715)

v5.24.0

Compare Source

  • Add vitest as enabler to vite plugin (b384d18)
  • Fix up formatting/config (9961e2a)

v5.23.3

Compare Source

  • Update dependencies (8c783e9)
  • Restore that (only) interfaces can be default-exported (resolves #​709) (919a68b)
  • Improve generated plugin docs (f33f113)

v5.23.2

Compare Source

  • Fixes to config files + Cosmiconfig, Lilconfig and Unconfig generation. (#​700) (83e18a1)
  • Exclude nsExports, classMembers and nsTypes from --exports shortcut (#​698) (2e83446)
  • Update marketing materials (62090b4)
  • Update funding options (e8a4a00)
  • Update marketing materials (4f6a197)
  • Switch to microsoft/TypeScript main in integration tests (c8c6dab)
  • Add whitespace in exports coverage (alias-exclude) (a03d4eb)
  • Add more coverage for tag hints (3d551db)
nrwl/nx (nx)

v19.4.2

Compare Source

19.4.2 (2024-07-08)

🚀 Features
  • core: add support for wildcards in dependsOn (#​19611)
  • linter: support eslint.config.cjs and *.cjs extension with flat config (#​26637)
🩹 Fixes
  • core: ensure better create nodes error messaging (#​26811)
  • misc: adjust nx cloud ab test (#​26866)
❤️ Thank You

v19.4.1

Compare Source

19.4.1 (2024-07-05)

🚀 Features
  • graph: add copy button for entire target configuration (#​26284)
  • nx-dev: update next to fix img fetchpriority error (#​26766)
  • react-native: update react-native-svg to 15.3.0 (#​26827)
🩹 Fixes
  • core: cannot read properties of undefined (reading 'options') (#​26721)
  • core: register swc transpiler once per compilerOptions (#​26807)
  • core: always inherit output from plugins (#​26797)
  • core: ignore errors from cleanupNativeFileCache (revert to previous behaviour) (#​26806)
  • core: recursive resolve deps on create command graph (#​22989)
  • gradle: fix gradle exclude src/test (#​26741)
  • js: normalize excluded paths to task inputs correctly in typescript plugin (#​26801)
  • node: Enable e2e test (#​23508)
  • nx-dev: plugin-registry menu (#​26767)
  • nx-plugin: tslib is not set as a dependency when using create-package generator (#​22429)
❤️ Thank You

v19.4.0

Compare Source

19.4.0 (2024-07-02)
🚀 Features
  • angular: update ngrx packages to v18 (#​26549)
  • angular: add helper function to devkit to add viewProviders to a component (#​26526)
  • bundling: add convert-to-inferred generator for @​nx/rollup (#​26280)
  • core: allow defining target with only dependsOn (#​26545)
  • core: add lifecycle to record task history & retrieve via daemon (#​26593)
  • core: added the ability to split command property into an array in nx:run-commands executor (#​20201)
  • core: add --help content to project details view (#​26629)
  • devkit: add aggregateLog util for executor to plugin migration (#​26523)
  • expo: add to project package.json for install command (#​26500)
  • gradle: support composite build (#​25990)
  • graph: add description and tags to details page (#​26252)
  • graph: add atomizer label to target groups (#​26622)
  • nextjs: add experimental-build-mode option to support compile only (#​26465)
  • nextjs: Add convert-to-inferred generator (#​26706)
  • nx-cloud: updates to the new onboarding flow (d928558bc)
  • nx-cloud: unhide new onboarding flow (92be32c1a)
  • release: allow disabling GitHub username matching in default changelog renderer (#​26672)
  • remix: add convert-to-inferred generator (#​26601)
  • storybook: add convert-to-inferred generator (#​26595)
  • testing: add convert-to-inferred migration generator for jest (#​26259)
  • vite: add convert-to-inferred migration generator (#​26249)
  • webpack: add createNodesV2 for plugin (#​26588)
  • webpack: add convertConfigToWebpackPlugin (#​26516)
  • webpack: add convert-to-inferred generator (#​26621)
🩹 Fixes
  • angular: fix chalk import and correctly skip invalid projects in ng-add generator (#​26667)
  • angular: allow usages of ecmascript decorators in ng-packagr executors (#​26691)
  • angular: migration of browserTarget to buildTarget should handle empty config #​26681 (#​26690, #​26681)
  • bundling: set project type correct for buildable vite projects (#​26420)
  • bundling: convert to inferred should handle config file (#​26619)
  • bundling: rename aliases for @​nx/rollup:convert-to-inferred generator (#​26659)
  • bundling: use vite createNodes v2 for add plugin (#​26662)
  • bundling: register plugin correctly in rollup migration generator (#​26673)
  • core: merge args and options in nx:run-commands executor (#​26573)
  • core: repair sourcemaps that had file & plugin swapped (#​26628)
  • core: pick up changes to plugins configuration in daemon (#​26625)
  • core: isolated plugins should provide cleanup function (#​26657)
  • core: expand env variables on load and unload (#​26459)
  • core: move plugin worker to socket (#​26558)
  • core: do not create projects twice from package.json (#​26700)
  • core: fix create package json root parsing (#​26717)
  • core: add windowsHide for depencies-and-lockfile plugin with bun (#​26718)
  • core: correctly detect Windows Bamboo agents as CI environments (#​26699)
  • core: prevent cmd popups from isolation (#​26730)
  • core: do not load transpiler when within tsx environment (#​26723)
  • core: handle packageManager property with createPackageJson (#​26726)
  • core: do not re-register ts-node twice for the same compiler opt… (#​26758)
  • expo: fix expo start windows (#​26493)
  • expo: should support app.config.ts (#​26713)
  • gradle: fix migrations (#​26739)
  • gradle: pass process.env when running gradle (#​26776)
  • graph: improve layout when target groups are empty or there are no groups (#​26555)
  • graph: fix search params reload when back to graph (#​26580)
  • graph: fix empty target group (#​26704)
  • graph: update atomizer metadata & pdv hint (#​26733)
  • js: node executor now correctly kills tasks when exiting (#​19219)
  • linter: ensure that @​nx/eslint-plugin is installed when we add an extracted base eslintrc file (#​26679)
  • linter: handle eslint flat config path correctly in lint executor (#​26687)
  • linter: dependency checks should respect pnpm workspace versions (#​26709)
  • misc: rename @​nrwl/* to @​nx/* in init generator descriptions (#​26610)
  • misc: register plugins correctly in migration generators (#​26670)
  • misc: restrict countries not supported by OpenAI (#​26725)
  • misc: respect useInferencePlugin in nx.json when generating apps and libs (#​26703)
  • module-federation: module-federation-dev-server hang caused by child process exiting too early (#​26684, #​26685)
  • module-federation: dynamic remotes external to workspace should be skipped correctly #​26551 (#​26692, #​26551)
  • nest: Add missing props (#​26534)
  • nextjs: fixes for convert-to-inferred (#​26735)
  • nuxt: api template typo (#​26719)
  • nx-cloud: do not use bff api for onboarding (#​26712)
  • nx-cloud: onboarding cloud version handling (#​26790)
  • nx-dev: allow linking to headers that are code wrapped (#​26608)
  • release: skip dependents of projects without changes in conventional commits (#​26671)
  • remix: don't add @​remix-run/eslint-config dependency to new remix apps (#​26568)
  • storybook: output should match CLI flag (#​26652)
  • testing: handle different jest config files in configurations when migrating to inferred (#​26591)
  • testing: accept a numeric value for the playwright executor's workers option (#​26689)
  • testing: only add atomizer label for parent atomizer task (#​26740)
  • testing: pin cypress to 13.12.0 and re-enable skipped tests (#​26751)
  • vite: nxViteTsPaths plugin should not run-many for vitest (#​26574)
  • vite: setup-paths-plugin should only register import once (#​26678)
  • vite: incremental builds tmp tsconfig should have baseUrl set to workspace root (#​26680)
  • vite: infer build and serve targets when rollupOptions.input is present (#​26750)
  • vite: remove deprecated cache.dir from vitest generation (#​26756)
  • vue: application generator should use normalized app name #​26605 (#​26729, #​26605)
  • webpack: handle nullable plugin options (#​26624)
  • webpack: skip useLegacyNxPlugin during graph creation (#​26626)
  • webpack: add comment to explain useLegacyNxPlugin and how to remove it (#​26696)
❤️ Thank You
pnpm/pnpm (pnpm)

v9.5.0

Compare Source

isaacs/rimraf (rimraf)

v5.0.9

Compare Source

v5.0.8

Compare Source

vitejs/vite (vite)

v5.3.3

Compare Source


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 renovate bot added the dependencies Pull requests that update a dependency file label Jul 9, 2024
@nx-cloud
Copy link
Copy Markdown

nx-cloud bot commented Jul 9, 2024

☁️ Nx Cloud Report

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

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Jul 9, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

commit: 95f188a

@tanstack/lit-virtual

npm i https://pkg.pr.new/@tanstack/lit-virtual@753

@tanstack/react-virtual

npm i https://pkg.pr.new/@tanstack/react-virtual@753

@tanstack/solid-virtual

npm i https://pkg.pr.new/@tanstack/solid-virtual@753

@tanstack/svelte-virtual

npm i https://pkg.pr.new/@tanstack/svelte-virtual@753

@tanstack/virtual-core

npm i https://pkg.pr.new/@tanstack/virtual-core@753

@tanstack/vue-virtual

npm i https://pkg.pr.new/@tanstack/vue-virtual@753


templates

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jul 9, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

1 participant