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

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@analogjs/vite-plugin-angular ^1.6.1 -> ^1.6.4 age adoption passing confidence
@angular/common (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@angular/compiler (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@angular/compiler-cli (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@angular/core (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@angular/platform-browser (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.5.26 -> ^1.6.0 age adoption passing confidence
@solidjs/testing-library ^0.8.8 -> ^0.8.9 age adoption passing confidence
@sveltejs/vite-plugin-svelte (source) ^4.0.0-next.4 -> ^4.0.0-next.5 age adoption passing confidence
@tanstack/config (source) ^0.9.6 -> ^0.11.1 age adoption passing confidence
@testing-library/jest-dom ^6.4.6 -> ^6.4.8 age adoption passing confidence
@testing-library/svelte ^5.2.0 -> ^5.2.1 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.5 -> ^5.1.1 age adoption passing confidence
eslint-plugin-svelte (source) ^2.42.0 -> ^2.43.0 age adoption passing confidence
jsdom ^24.1.0 -> ^24.1.1 age adoption passing confidence
knip (source) ^5.26.0 -> ^5.27.0 age adoption passing confidence
nx (source) ^19.4.3 -> ^19.5.3 age adoption passing confidence
pnpm (source) 9.5.0 -> 9.6.0 age adoption passing confidence
prettier-plugin-svelte ^3.2.5 -> ^3.2.6 age adoption passing confidence
publint (source) ^0.2.8 -> ^0.2.9 age adoption passing confidence
solid-js (source) ^1.8.18 -> ^1.8.19 age adoption passing confidence
svelte (source) ^5.0.0-next.184 -> ^5.0.0-next.201 age adoption passing confidence
vite (source) ^5.3.3 -> ^5.3.5 age adoption passing confidence
vue (source) ^3.4.31 -> ^3.4.34 age adoption passing confidence
vue-demi ^0.14.8 -> ^0.14.10 age adoption passing confidence
zone.js (source, changelog) ^0.14.7 -> ^0.14.8 age adoption passing confidence

Release Notes

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

v1.6.4

Compare Source

Bug Fixes
  • astro-angular: add better support for Astro environment detection (#​1229) (01d59dc)

v1.6.3

Compare Source

Bug Fixes

v1.6.2

Compare Source

Bug Fixes
  • content: export prism highlighter for custom client rendering (#​1209) (768ac1a)
  • create-analog: update templates to use Vite 5.x (#​1215) (5069e34)
  • router: skip default export warning for redirect page routes (#​1210) (a4aa195)
  • vite-plugin-angular: use Vite preprocessCSS function for component decorator styles (#​1214) (76d024b)
angular/angular (@​angular/common)

v17.3.12

Compare Source

17.3.12 (2024-07-17)
compiler
Commit Description
fix - 327bae473b JIT mode incorrectly interpreting host directive configuration in partial compilation (#​57002) (#​57003)
angular/angular (@​angular/compiler)

v17.3.12

Compare Source

compiler
Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#​57002) (#​57003)
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.6.0

Compare Source

✨ New
  • Add controlled setting to settings["react-x"].additionalComponents' attributes object to set whether it is controlled or not.
  • Add glob support to settings["react-x"].additionalComponents' name setting.
  • Add default settings for react-x settings to presets.
  • Undeprecate rule no-implicit-key and improve its usefulness.
  • Undeprecate rule no-complicated-conditional-rendering and rename it to no-complex-conditional-rendering (the previous rule will still be available until the next major update to avoid breaking changes).
🐞 Fixes
  • no-direct-set-state-in-use-(layout?)-effect should warn only for the set function.
🪄 Improvements
  • Remove no-direct-set-state-in-use-(layout?)-effect from recommended presets.

v1.5.30

Compare Source

🐞 Fixes
  • Revert change @typescript-eslint's packages in dependencies to "^7.16.1 || ^rc-v8" as this format is not supported by all package managers.

v1.5.29

Compare Source

✨ New
  • Add rule no-prop-types.
  • Add rule no-default-props.
  • Add experimental settings["react-x"].additionalComponents settings (currently only the no-unsafe-target-blank rule uses it, but more rules will use it in the future).
🪄 Improvements
  • Add rule no-prop-types to recommended presets.
  • Add rule no-default-props to recommended presets.
  • Remove rule no-useless-fragment from recommended presets.
  • Optimize performance of rule no-create-ref.
  • Change @typescript-eslint' packages in dependencies to "^7.16.1 || ^rc-v8".

v1.5.28

Compare Source

🐞 Fixes
  • Fix false positives and negatives in rule hooks-extra/no-direct-set-state-in-use-effect.
  • Fix false positives and negatives in rule hooks-extra/no-direct-set-state-in-use-layout-effect.
  • Fix rule prefer-read-only-props reports only the first component in a file.
🪄 Improvements
  • Improve website and documentation.

v1.5.27

Compare Source

🐞 Fixes
  • Fix rule prefer-read-only-props that was accidentally added to the recommended type-checked presets.
  • Fix false negatives in rule hooks-extra/no-direct-set-state-in-use-effect when call set function inside a non-function scope.
  • Fix false negatives in rule hooks-extra/no-direct-set-state-in-use-layout-effect when call set function inside a non-function scope.
🪄 Improvements
  • Rule no-leaked-conditional-rendering now supports BigInt literals on the left side of the logical expression
  • Rule no-leaked-conditional-rendering now allows a truthy number literal to be used on the left side of the logical expression.
  • Optimize bundle size.
solidjs/solid-testing-library (@​solidjs/testing-library)

v0.8.9

Compare Source

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v4.0.0-next.5

Compare Source

Patch Changes
  • fix(dev): compile with hmr: false for prebundled deps as hmr does not work with that (#​950)

  • fix(dev): make sure custom cssHash is applied consistently even for prebundled components to avoid hash mismatches during hydration (#​950)

TanStack/config (@​tanstack/config)

v0.11.1

Compare Source

Version 0.11.1 - 7/27/24, 1:35 AM

Changes

Fix
  • typedoc: Disable flattenOutputFiles (#​139) (40dc6c6) by Lachlan Collins

Packages

v0.11.0

Compare Source

Version 0.11.0 - 7/26/24, 12:43 AM

Changes

Feat

Packages

v0.10.1

Compare Source

Version 0.10.1 - 7/26/24, 12:34 AM

Changes

Fix
  • switch "ts/" prefix to "@​typescript-eslint/" (#​128) (3754bb6) by Josh Goldberg ✨
Chore
Ci
  • apply automated fixes (ddee45b) by autofix-ci[bot]
  • renovate: group automerge PR (#​136) (88963ee) by Lachlan Collins
  • update renovate config, pin github actions (#​135) (d076818) by Lachlan Collins

Packages

v0.10.0

Compare Source

Version 0.10.0 - 7/19/24, 11:08 AM

Changes

Feat
  • typedoc: Add generateReferenceDocs function (#​132) (8e41006) by Lachlan Collins
Chore
  • deps: update all non-major dependencies (#​129) (d07d40c) by renovate[bot]
Ci
  • Enable autofix on push to release branch (#​131) (9b1843a) by Lachlan Collins
  • Fix find latest tag (629cd31) by Lachlan Collins
  • Update GitHub workflows (#​130) (cb9c292) by Lachlan Collins

Packages

v0.9.8

Compare Source

Version 0.9.8 - 7/16/24, 3:33 AM

Changes

Fix
Chore
  • deps: update dependency vitest to v2 (#​126) (b061cce) by renovate[bot]

Packages

v0.9.7

Compare Source

Version 0.9.7 - 7/16/24, 12:39 AM (Manual Release)

Changes

Chore
  • deps: update dependency eslint-plugin-import-x to v3 (#​125) (0adf745) by renovate[bot]
  • deps: update all non-major dependencies (#​124) (0fb6c74) by renovate[bot]
  • remove version from integrations (3ccba6b) by Lachlan Collins
Ci
  • remove attw (a7952b0) by Lachlan Collins
Docs
  • Add section on dependencies (46d7d17) by Lachlan Collins
  • start adding conventions (d8d4f34) by Lachlan Collins

Packages

testing-library/jest-dom (@​testing-library/jest-dom)

v6.4.8

Compare Source

v6.4.7

Compare Source

testing-library/svelte-testing-library (@​testing-library/svelte)

v5.2.1

Compare Source

Bug Fixes
  • svelte5: synchronously flush changes after mount and unmount (#​396) (75a3f38)
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.1

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #​431

v5.1.0

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v2.43.0

Compare Source

Minor Changes
jsdom/jsdom (jsdom)

v24.1.1

Compare Source

  • Fixed selection methods to trigger the selectionchange event on the Document object. (piotr-oles)
webpro-nl/knip (knip)

v5.27.0

Compare Source

nrwl/nx (nx)

v19.5.3

Compare Source

19.5.3 (2024-07-24)
🚀 Features
  • core: error when running atomized tasks outside of DTE (#​26898)
  • core: update pnpm/action-setup to v4 in ci-workflow generator (#​26838)
  • js: add scopes option for verdaccio (#​26918)
  • misc: prioritize github onboarding flow (#​27085)
  • misc: only create one commit with cloud onboard URL on cnw (#​27093)
  • module-federation: improve console output for remote build errors (#​26711)
  • module-federation: support setremotedefinition api (#​27051)
  • nx-dev: Migrate careers from nx.app (#​27020)
  • nx-dev: reprioritize customer logos on landing page (#​27061)
🩹 Fixes
  • angular: remove unnecessary esbuild peer dependency (#​27046)
  • bundling: prevent exports overwrite with esbuild (#​27047)
  • bundling: get workspace package prefix length correctly #​20817 (#​27092, #​20817)
  • core: fix watch daemon error (#​27067)
  • core: ensure output paths returned are unique (#​18207)
  • core: use argument length that match the actual size of the argument length (#​21074)
  • core: reset should cleanup temporary nx-cloud files (#​23316)
  • core: shorten socket length for plugin workers (#​27073)
  • core: remove outdated workaround artificially keeping process alive (#​27062)
  • core: update migration generators missing calls to format files (#​27082)
  • core: improve error for setting an internal node as an external … (#​27102)
  • core: allow overriding NX_PARALLEL with --parallel (#​27016)
  • module-federation: pin versions mf packages versions (#​27071)
  • nx-dev: Remove announcement banner (48aad32d7d)
  • testing: use taskkill to kill web server process when running cypress on windows (#​27068)
  • vite: remove cache.dir option from test utils (#​27087)
  • vite: respect existing package.json type #​27057 (#​27084, #​27057)
❤️ Thank You

v19.5.2

Compare Source

19.5.2 (2024-07-23)

🚀 Features
  • graph: add parallelism in target details (#​27014)
  • module-federation: use proxy servers to proxy to single file server for static remotes (#​26782)
  • nx-dev: update descriptions and layout styles for better clarity (#​26991)
  • nx-dev: update typography and hero component styles (#​27011)
  • nx-dev: add Nx Cloud Page (#​26865)
  • repo: run e2e in the same command as build,test,lint (#​27019)
  • testing: support vite configOverrides for cypress (#​26554)
🩹 Fixes
  • angular: generate correct server file when using webpack-based executors (#​27007)
  • core: resolve nested delegated executor package correctly (#​26979)
  • core: normalizeTargetDependencyWithStringProjects should not return undefined (#​26994)
  • core: typo in nx update log (#​27036)
  • core: record stats for more commands (#​27017)
  • core: copy package manager config files when installing latest nx version in nx migrate (#​27032)
  • linter: log a message when the number of warnings exceeds the specified maxWarnings for the lint executor (#​27003)
  • linter: convert root projects correctly to inferred and remove default option values (#​27035)
  • module-federation: do not cache assets from static serve (#​27005)
  • react-native: fix unable to resolve realm (#​26983)
  • repo: update tests to pass regardless of actually installed yarn version (#​27054)
  • vite: typecheck vue projects with vue-tsc #​20242 (#​26450, #​20242)
❤️ Thank You

v19.5.1

Compare Source

19.5.1 (2024-07-18)

🚀 Features
  • module-federation: add nx-runtime-library-control-plugin (#​26816)
  • nx-dev: add announcement pill on top of hero section (#​26961)
  • nx-dev: improve hero section on homepage (1f34788c75)
🩹 Fixes
  • devkit: remove --web from being logged to show project details (#​26968)
  • misc: update concurrency in ci workflows to 3 (#​26974)
  • nx-dev: Navigating to blogs should work (#​26972)
❤️ Thank You

v19.5.0

Compare Source

19.5.0 (2024-07-17)
🚀 Features
  • angular: support angular v18.1.0 (#​26504)
  • core: move target defaults back to post graph step (#​26596)
  • core: support compile to wasi target (#​22870)
  • core: add support for wildcards in dependsOn (#​19611)
  • core: uncomment start-ci-run (#​26645)
  • core: avoid forking process for nx:noop (#​26869)
  • core: enable plugin isolation by default (#​26888)
  • core: pattern matching for target defaults (#​26870)
  • core: add parallelism to target configuration (#​26820)
  • core: ci-workflow adds workflow file to sharedGlobal inputs (#​26948)
  • gradle: gradle atomizer (#​26663)
  • gradle: add help metadata (#​26810)
  • gradle: change test glob to include Tests and Test (#​26913)
  • graph: add copy button for entire target configuration (#​26284)
  • js: add createNodesV2 for typescript plugin (#​26788)
  • linter: support eslint.config.cjs and *.cjs extension with flat config (#​26637)
  • module-federation: use @​module-federation/enhanced for withModuleFederation (#​26777)
  • nx-dev: update next to fix img fetchpriority error (#​26766)
  • nx-dev: add customers & company pages (#​26813)
  • nx-dev: Add more OSS logos (#​26922)
  • nx-dev: update home page (#​26893)
  • react: add support for React Compiler in @​nx/react/babel (#​26826)
  • react-native: update react-native-svg to 15.3.0 (#​26827)
🩹 Fixes
  • core: handle packageManager property with createPackageJson (#​26726)
  • core: do not re-register ts-node twice for the same compiler opt… (#​26758)
  • 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)
  • core: ensure better create nodes error messaging (#​26811)
  • core: load isolated plugins in parallel (#​26874)
  • core: report should work if project graph errors (#​26858)
  • core: do not mutate target defaults (#​26941)
  • core: merge package.json plugins and updated project.json plugin… (#​26952)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

Copy link

nx-cloud bot commented Jul 29, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 495e269. 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 Jul 29, 2024

commit: 495e269

pnpm add https://pkg.pr.new/@tanstack/angular-store@102
pnpm add https://pkg.pr.new/@tanstack/react-store@102
pnpm add https://pkg.pr.new/@tanstack/solid-store@102
pnpm add https://pkg.pr.new/@tanstack/store@102
pnpm add https://pkg.pr.new/@tanstack/svelte-store@102
pnpm add https://pkg.pr.new/@tanstack/vue-store@102

Open in Stackblitz

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 991fe7d to 495e269 Compare July 29, 2024 01:35
@lachlancollins lachlancollins merged commit df329bb into main Jul 29, 2024
5 checks passed
@lachlancollins lachlancollins deleted the renovate/all-minor-patch branch July 29, 2024 01:37
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.

1 participant