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

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@analogjs/vite-plugin-angular ^1.7.1 -> ^1.7.2 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.10.1 -> ^1.12.1 age adoption passing confidence
@testing-library/jest-dom ^6.4.8 -> ^6.5.0 age adoption passing confidence
jsdom ^24.1.1 -> ^24.1.3 age adoption passing confidence
knip (source) ^5.27.2 -> ^5.27.4 age adoption passing confidence
nx (source) ^19.6.0 -> ^19.6.2 age adoption passing confidence
pnpm (source) 9.7.1 -> 9.8.0 age adoption passing confidence
svelte (source) ^5.0.0-next.225 -> ^5.0.0-next.238 age adoption passing confidence
svelte-check ^3.8.5 -> ^3.8.6 age adoption passing confidence
tslib (source) ^2.6.3 -> ^2.7.0 age adoption passing confidence
vite (source) ^5.4.1 -> ^5.4.2 age adoption passing confidence
zone.js (source, changelog) ^0.14.10 -> ^0.15.0 age adoption passing confidence

Release Notes

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

v1.7.2

Compare Source

Bug Fixes
  • nx-plugin: add server context to Nx generator template (#​1270) (4009439)
  • platform: add support for event replay with SSR (#​1277) (11631a2)
  • platform: use workspace root when discovering packages for SSR transform (#​1280) (fa82328)
  • router: handle cookie header internally for server data loading (#​1276) (838646c)
  • update cookie interceptor in example app (#​1274) (1c209bd)
  • vite-plugin-angular: use resolved config for CSS preprocessor (#​1271) (c70fdb1)
  • vite-plugin-nitro: support server middleware in development (#​1269) (454889e)
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.12.1

Compare Source

✨ New
  • Add the options allowAllCaps, allowNamespace, allowLeadingUnderscore to naming-convention/component-name and set their default values to false.
🪄 Improvements
  • Normalize the component name in rule naming-convention/component-name before checking it against the pattern.

v1.12.0

Compare Source

✨ New
  • Added hooks-extra rules to recommended and recommended-legacy presets.

v1.11.0

Compare Source

✨ New
  • Added eslint-plugin-react-web-api - A plugin that provides rules for interacting with Web APIs in React applications.
  • Added web-api/no-leaked-timeout rule to prevent leaked setTimeout.
  • Added web-api/no-leaked-interval rule to prevent leaked setInterval.
  • Added web-api/no-leaked-event-listener rule to prevent leaked addEventListener.
  • Added web-api and web-api-legacy presets to enable all rules provided by eslint-plugin-react-web-api.
  • Added react-web-api/no-leaked-event-listener to recommended and recommended-legacy presets.
🪄 Improvements
  • Improve performance by skipping unnecessary checks when possible.
  • Improve dts generation of the @eslint-react/eslint-plugin package.
  • Improve website and documentation.
  • Upgrade @typescript-eslint's packages to ^8.2.0.
testing-library/jest-dom (@​testing-library/jest-dom)

v6.5.0

Compare Source

jsdom/jsdom (jsdom)

v24.1.3

Compare Source

  • Fixed calls to postMessage() that were done as a bare property (i.e., postMessage() instead of window.postMessage()).

v24.1.2

Compare Source

  • Fixed an issue with the in operator applied to EventTarget methods, e.g. 'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)
  • Fixed the events fired by blur(): it no longer fires focus and focusin on the Document, and blur and focusout no longer have their relatedTarget property set. (asamuzaK)
webpro-nl/knip (knip)

v5.27.4

Compare Source

v5.27.3

Compare Source

nrwl/nx (nx)

v19.6.2

Compare Source

19.6.2 (2024-08-21)

🚀 Features
  • bundling: add option to generate sourcemaps for Rollup build (#​27539)
  • devkit: prefer strings over Linter enum (#​27209)
  • graph: add expandedTargets to project details on nx dev (#​26911)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#​27518)
  • nx-dev: honor prefers-reduced-motion (#​27541)
🩹 Fixes
  • missing export for setRemoteDefinition (#​27491)
  • core: fix importing files with special characters (#​27484)
  • core: use withVerbose util (#​27553)
  • core: support import detection of packages installed from git remote URL (#​27569)
  • esbuild: declaration:true should find the correct package root regardless of cwd #​26261 (#​27560, #​26261)
  • gradle: track childProjects in properties report (#​27488)
  • gradle: fix tasksFileLines might be undefined (#​27548)
  • js: only sync references when composite is true, preserve comments in other parts of file (#​27530)
  • js: ensure assets option in tsc executor defaults to empty array for programmatic usage (#​27565)
  • module-federation: ensure shared packages can be shared from host #​27162 (#​27513, #​27162)
  • nextjs: should not fail when running outside of nx cli (#​27523)
  • nextjs: Should be able to run custom server targets with swc (#​27526)
  • nextjs: schema type for unitTestRunner for library (#​26824)
  • node: generate webpack server apps with generatePackageJson:true by default (#​27570)
  • nx-dev: modify prompt (#​27536)
  • nx-plugin: allow create-package without e2eProject (#​27572)
  • react: handle more scenarios when collecting component props for generating stories (#​27528)
  • storybook: should generate correct config for nextjs apps #​27233 (#​27510, #​27233)
  • testing: fix issues in static server target migrations (#​27547)
  • vite: plugin should infer serve target if server config defined #​27370 (#​27507, #​27370)
  • vite: load the correct config file from @​nx/vite:test executor (#​27514)
  • vite: add typecheck inferred target for vite plugin #​27501 (#​27531, #​27501)
❤️ Thank You

v19.6.1

Compare Source

19.6.1 (2024-08-19)

🚀 Features
  • core: add shutdown lifecycle hook to node executor (#​27354)
  • docs: update OpenAI model to use gpt-4o-mini (#​27434)
  • nx-dev: add Explain with AI to Enterprise and Pro Plans (#​27455)
  • nx-dev: add Monorepo World banner to hero (#​27482)
🩹 Fixes
❤️ Thank You
pnpm/pnpm (pnpm)

v9.8.0

Compare Source

sveltejs/svelte (svelte)

v5.0.0-next.238

Compare Source

Patch Changes
  • fix: always return true from deleteProperty trap (#​13008)

  • fix: handle deletions of previously-unread state proxy properties (#​13008)

  • fix: make internal sources ownerless (#​13013)

  • fix: join text nodes separated by comments (#​13009)

v5.0.0-next.237

Compare Source

Patch Changes
  • breaking: throw error if derived creates state and then depends on it (#​12985)

  • fix: ensure assignments to state field inside constructor trigger effects (#​12985)

  • fix: ensure $inspect works with SvelteMap and SvelteSet (#​12994)

  • chore: default options.filename to "(unknown)" (#​12997)

  • feat: allow non-synchronous legacy component instantiation (#​12970)

v5.0.0-next.236

Compare Source

Patch Changes
  • fix: properly transform destructured $derived.by declarations (#​12984)

v5.0.0-next.235

Compare Source

Patch Changes
  • chore: update client check for smaller bundle size (#​12975)

  • fix: correctly hydrate empty raw blocks (#​12979)

v5.0.0-next.234

Compare Source

Patch Changes
  • fix: allow deleting non-existent $restProps properties (#​12971)

  • feat: only traverse trailing static nodes during hydration (#​12935)

v5.0.0-next.233

Compare Source

Patch Changes
  • fix: more robust handling of var declarations (#​12949)

  • fix: remove buggy validate_dynamic_component check (#​12960)

v5.0.0-next.232

Compare Source

Patch Changes
  • breaking: remove $state.link rune pending further design work (#​12943)

  • fix: ensure $store reads are properly transformed (#​12952)

  • breaking: deprecate context="module" in favor of module (#​12948)

v5.0.0-next.231

Compare Source

Patch Changes
  • breaking: remove callback from $state.link (#​12942)

v5.0.0-next.230

Compare Source

Patch Changes
  • fix: align list of passive events with browser defaults (#​12933)

  • fix: ensure {#await} scope shadowing is computed in the correct order (#​12945)

  • fix: don't skip custom elements with attributes (#​12939)

v5.0.0-next.229

Compare Source

Patch Changes
  • feat: add $state.link rune (#​12545)

  • fix: allow mixing slots and snippets in custom elements mode (#​12929)

  • fix: small legibility improvement in Snippet type hint (#​12928)

  • feat: support HMR with custom elements (#​12926)

  • feat: error on invalid component name (#​12821)

v5.0.0-next.228

Compare Source

Patch Changes
  • feat: skip over static nodes in compiled client code (#​12914)

v5.0.0-next.227

Compare Source

Patch Changes
  • breaking: disallow Object.defineProperty on state proxies with non-basic descriptors (#​12916)

  • breaking: allow frozen objects to be proxied (#​12916)

  • breaking: avoid mutations to underlying proxied object with $state (#​12916)

  • breaking: remove $state.is rune (#​12916)

v5.0.0-next.226

Compare Source

Patch Changes
  • fix: ensure typings for <svelte:options> are picked up (#​12903)

  • fix: exclude local declarations from non-reactive property warnings (#​12909)

sveltejs/language-tools (svelte-check)

v3.8.6

Compare Source

  • fix: support Svelte 5 module script attribute (#​2473)
Microsoft/tslib (tslib)

v2.7.0

Compare Source

vitejs/vite (vite)

v5.4.2

Compare Source

angular/angular (zone.js)

v0.15.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • zone.js: fakeAsync will now flush pending timers at the end of
    the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

0.14.10 (2024-08-05)

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

0.14.8 (2024-07-17)

Bug Fixes

0.14.7 (2024-06-06)

Bug Fixes

0.14.6 (2024-05-16)

Bug Fixes

0.14.5 (2024-04-30)

Bug Fixes

0.14.4 (2024-02-13)

Bug Fixes

0.14.3 (2023-12-19)

Bug Fixes
Features

0.14.2 (2023-11-03)

Bug Fixes
  • zone.js: disable wrapping unhandled promise error by default (6d7eb35)

14.0.1 (2023-10-25)

Bug Fixes

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 Aug 26, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 2c82162. 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 Aug 26, 2024

commit: 2c82162

@tanstack/angular-store

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

@tanstack/react-store

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

@tanstack/solid-store

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

@tanstack/store

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

@tanstack/svelte-store

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

@tanstack/vue-store

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

Open in Stackblitz

@renovate renovate bot merged commit 50b060c into main Aug 26, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 26, 2024 03:16
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