tien / reactive-dot

A reactive library for building Substrate front-ends
https://reactivedot.dev
GNU Lesser General Public License v3.0
18 stars 4 forks source link

build(deps-dev): bump the development group across 1 directory with 8 updates #331

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the development group with 8 updates in the / directory:

Package From To
nx 20.0.7 20.1.0
eslint 9.13.0 9.14.0
vite 5.4.10 5.4.11
@vitejs/plugin-vue 5.1.4 5.1.5
@eslint-react/eslint-plugin 1.15.2 1.16.1
@eslint/js 9.13.0 9.14.0
eslint-plugin-vue 9.30.0 9.31.0
typescript-eslint 8.12.2 8.14.0

Updates nx from 20.0.7 to 20.1.0

Release notes

Sourced from nx's releases.

20.1.0 (2024-11-11)

🚀 Features

  • angular: add vitest option to angular (#27311)
  • bundling: add createNodesV2 for rollup plugin (#28090)
  • core: allow disabling of tsconfig path sorting in format:write and formatFiles() (#28517)
  • core: Update plugin generators so that they are formatted by default (#28593)
  • core: upgrade semver to 7.6.3 (#28716)
  • expo: build w/package.json overrides/resolutions (#28254)
  • expo: use createNodesV2 (#28005)
  • js: support esbuild and swc bundlers with the new ts solution config setup (#28409)
  • js: update the setup-build generator to support the new ts setup (#28446)
  • linter: add support eslint 9 --quiet param (#28743)
  • misc: remove handling of @​nrwl scope (#28589)
  • module-federation: use latest module-federation/enhanced (#28296)
  • module-federation: use module-federation runtime for dynamic federation (#28704)
  • nextjs: update createNodes to createNodesV2 and add deprecation message (#28527)
  • nextjs: add support for typescript Next.js config file (#28709)
  • nx-cloud: configure import paths for light client when running … (#28735)
  • nx-dev: add live stream notifier (#28260)
  • nx-dev: update home hero & livestream notifier (#28403)
  • nx-dev: add contact link on powerpack page (#28458)
  • nx-dev: add videos to CI docs (84aba19bec)
  • nx-dev: linkable resources page (46769b3c18)
  • nx-dev: add customer case studies (75a73ed0e7)
  • nx-dev: add video course page (#28736)
  • react: update eslint plugins to be compat with eslint v9 (#28559)
  • remix: generate remix vite application (#28555)
  • remix: ensure migrations point to latest remix verison (#28876)
  • rspack: add convert-webpack generator (#28167)
  • rspack: make target property optional (#28785)
  • rspack: move logic for withWeb to applyWebConfig and bring in line with webpack (#28803)
  • testing: add support for the ts solution config setup to the playwright plugin (#28636)
  • testing: split atomized outputs for Playwright and Cypress CI targets (#28682)
  • testing: add disableJestRuntime option to @​nx/jest/plugin to speed up target inference (#28522)
  • testing: add support for the ts solution config setup to the cypress plugin (#28637)

🩹 Fixes

  • add required minimizer setting to the generated Nest rspack conf… (#28629)
  • angular: ensure provideStore is provided before storeDevTools #28107 (#28428, #28107)
  • angular: add missing package version bump for zone.js (#28430)
  • angular: use vitest generator instead of vite config generator (#28696)
  • 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)
  • core: repair SIGINT signals on windows (#28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#28501)

... (truncated)

Commits
  • c21b039 fix(core): reduce time it takes to require nx commands (#28884)
  • 0fd3442 fix(core): cross-workspace implicitDependencies should be safely ignored (#28...
  • 258a256 fix(core): do not use unix dotfile locks (#28859)
  • d2c1067 fix(release): support workspace root as a subdirectory of git root (#28650)
  • 0d7f226 fix(core): shutdown plugin workers when disconnected (#28857)
  • 7f39dc1 fix(core): do not depend on ci info crate (#28850)
  • 158d343 fix(misc): update generators to use autocomplete instead of select when possi...
  • c50269a fix(core): create different dummy tasks for different targets (#28837)
  • bc1a6cf fix(core): ensure that the database connection is closed when nx exits (#28821)
  • a22a431 feat(nx-cloud): configure import paths for light client when running … (#28735)
  • Additional commits viewable in compare view


Updates eslint from 9.13.0 to 9.14.0

Release notes

Sourced from eslint's releases.

v9.14.0

Features

  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar)

Bug Fixes

  • 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)
  • d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)

Documentation

  • 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar)
  • dc34f94 docs: Update README (GitHub Actions Bot)
  • f16e846 docs: Update README (GitHub Actions Bot)
  • ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky)
  • 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)

Build Related

  • 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta)
  • 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta)

Chores

  • f36cb16 chore: upgrade @​eslint/js@​9.14.0 (#19086) (Milos Djermanovic)
  • 28be447 chore: package.json update for @​eslint/js release (Jenkins)
  • f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic)
  • 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic)
  • 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta)
  • 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros)
Changelog

Sourced from eslint's changelog.

v9.14.0 - November 1, 2024

  • f36cb16 chore: upgrade @​eslint/js@​9.14.0 (#19086) (Milos Djermanovic)
  • 28be447 chore: package.json update for @​eslint/js release (Jenkins)
  • 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)
  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar)
  • 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar)
  • dc34f94 docs: Update README (GitHub Actions Bot)
  • f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic)
  • 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)
  • 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta)
  • 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic)
  • 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta)
  • f16e846 docs: Update README (GitHub Actions Bot)
  • ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky)
  • d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)
  • 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros)
  • 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
Commits


Updates vite from 5.4.10 to 5.4.11

Release notes

Sourced from vite's releases.

v5.4.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.11 (2024-11-11)

Commits


Updates @vitejs/plugin-vue from 5.1.4 to 5.1.5

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@5.1.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.1.5 (2024-11-11)

Commits


Updates @eslint-react/eslint-plugin from 1.15.2 to 1.16.1

Release notes

Sourced from @​eslint-react/eslint-plugin's releases.

v1.16.1

What's Changed

✨ New

🪄 Improvements

New Contributors

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.16.0...v1.16.1

v1.16.0

What's Changed

✨ New

🪄 Improvements

  • Update @typescript-eslint's packages to ^8.12.2.

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.15.2...v1.16.0

Changelog

Sourced from @​eslint-react/eslint-plugin's changelog.

v1.16.1 (Sun 10 Nov 2024)

✨ New

🪄 Improvements

v1.16.0 (Fri 1 Nov 2024)

✨ New

🪄 Improvements

  • Update @typescript-eslint's packages to ^8.12.2.
Commits


Updates @eslint/js from 9.13.0 to 9.14.0

Release notes

Sourced from @​eslint/js's releases.

v9.14.0

Features

  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar)

Bug Fixes

  • 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)
  • d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)

Documentation

  • 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar)
  • dc34f94 docs: Update README (GitHub Actions Bot)
  • f16e846 docs: Update README (GitHub Actions Bot)
  • ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky)
  • 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)

Build Related

  • 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta)
  • 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta)

Chores

  • f36cb16 chore: upgrade @​eslint/js@​9.14.0 (#19086) (Milos Djermanovic)
  • 28be447 chore: package.json update for @​eslint/js release (Jenkins)
  • f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic)
  • 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic)
  • 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta)
  • 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros)
Changelog

Sourced from @​eslint/js's changelog.

v9.14.0 - November 1, 2024

  • f36cb16 chore: upgrade @​eslint/js@​9.14.0 (#19086) (Milos Djermanovic)
  • 28be447 chore: package.json update for @​eslint/js release (Jenkins)
  • 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)
  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar)
  • 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar)
  • dc34f94 docs: Update README (GitHub Actions Bot)
  • f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic)
  • 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)
  • 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta)
  • 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic)
  • 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta)
  • f16e846 docs: Update README (GitHub Actions Bot)
  • ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky)
  • d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)
  • 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros)
  • 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
Commits


Updates eslint-plugin-vue from 9.30.0 to 9.31.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.31.0

✨ Enhancements

  • #2594 Added caseSensitive option to vue/no-reserved-component-names rule.
  • #2554 Added vue/prefer-use-template-ref rule that require using useTemplateRef() instead of ref() for template refs.
  • #2595 Made vue/no-empty-component-block rule auto-fixable.

🐛 Bug Fixes

  • #2591 Fixed false positives for v-bind:name in vue/require-explicit-slots rule.

⚙️ Updates

  • #2593 Updated vue/define-macros-order rule to skip TypeScript declare statements.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0

Commits


Updates typescript-eslint from 8.12.2 to 8.14.0

Release notes

Sourced from typescript-eslint's releases.

v8.14.0

8.14.0 (2024-11-11)

🚀 Features

  • eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)

🩹 Fixes

  • deps: update dependency eslint to v9.14.0 (#10309)
  • deps: update docusaurus monorepo to v3.6.0 (#10319)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
  • scope-manager: fix asserted increments not being marked as write references (#10271)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.13.0

8.13.0 (2024-11-04)

🚀 Features

  • add options property to ImportExpression node (#10255)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: [only-throw-error] add allow option (#10221)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.12.1 (#10269)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • types: parent property type annotation in the ImportAttribute node (#10258)
  • utils: allow an array for the values of SharedConfig (#10217)

❤️ Thank You

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.14.0 (2024-11-11)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.13.0 (2024-11-04)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
changeset-bot[bot] commented 1 week ago

⚠️ No Changeset found

Latest commit: cd2e9d12304316a39d9bfeb1cc0e30fce51d3015

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR