kadena-community / kadena.js

Public monorepo for all Typescript/Javascript related tools and libs for Kadena
https://docs.kadena.io
BSD 3-Clause "New" or "Revised" License
32 stars 23 forks source link

chore(deps-dev): bump the monorepo-tooling group across 1 directory with 3 updates #2397

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the monorepo-tooling group with 3 updates in the / directory: knip, prettier-plugin-organize-imports and syncpack.

Updates knip from 2.43.0 to 5.25.2

Release notes

Sourced from knip's releases.

Release 5.25.2

  • Include additional workspaces when loading manifests (resolves #722) (ca03fd83)
  • Move & refactor setRefs → findInternalReferences (deeb2acc)
  • Minor refactors (09fc5363)
  • Always pre-set moduleResolution: bundler if tsconfig.json (3c131184)
  • No need to publish twice here (34be850f)
  • Minor refactors (c1db1ec2)
  • Update docs re. shared/isolated workspaces (699fd28b)
  • Set moduleResolution: bundler if not set and don't share it (resolves #719) (2c246784)
  • fix: Use parseFragment instead of text node which breaks formatting (#720) (3201c076)

Release 5.25.1

  • Publish vendor dir (fdac7ba8)

Release 5.25.0

  • Update dependencies docs (b42c85b4)
  • Sync @​nodelib/fs.walk version w/ fast-glob (e77ce774)
  • Vendor bash-parser (78e7b28d)
  • Add pkg.pr.new workflow (2679f202)

Release 5.25.0-slim.0

  • Sync @​nodelib/fs.walk version w/ fast-glob (3c2ce764)
  • Vendor bash-parser (ae7a4aa2)
  • Add pkg.pr.new workflow (fd3d374b)
  • Add wonderful tweets (bb333ede)

Release 5.24.4

  • Start using central resolveEntry from plugin helpers (#716) (65d80981)

Release 5.24.3

  • Improve Angular plugin a bit + add fixture/test (#717) (641b5fcf)
  • Fix Cannot read properties of undefined (reading 'name') (#718) (f0f9f5ab)

Release 5.24.2

  • Fix entry patterns in jest plugin (resolves #716) (1cd4bd84)
  • Support multiple --loaders etc. for NODE_OPTIONS prefix (resolves #715) (66f48c0f)
  • Update pnpm/action-setup to v4 (9754973e)
  • Add missing rule keys to JSON Schema (#713) (1f61f776)
  • Add note to rules re. dependencies warning (#713) (71e89a28)
  • Update styling (3d03cdef)
  • Add wonderful tweets (bb333ede)

Release 5.24.1

  • Fix up rules in issue collector and reporter (resolves #713) (77752130)
  • Fix Knip config (4c4e3e1e)
  • Use jiti alias over custom transform (b9f1715e)

Release 5.24.0

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

... (truncated)

Commits
  • 349a497 Release 5.25.2
  • ca03fd8 Include additional workspaces when loading manifests (resolves #722)
  • deeb2ac Move & refactor setRefs → findInternalReferences
  • 09fc536 Minor refactors
  • 3c13118 Always pre-set moduleResolution: bundler if tsconfig.json
  • c1db1ec Minor refactors
  • 2c24678 Set moduleResolution: bundler if not set and don't share it (resolves #719)
  • 6d23098 Release 5.25.1
  • fdac7ba Publish vendor dir
  • 5e103d2 Release 5.25.0
  • Additional commits viewable in compare view


Updates prettier-plugin-organize-imports from 3.2.4 to 4.0.0

Release notes

Sourced from prettier-plugin-organize-imports's releases.

4.0.0

Version 4.0.0 upgrades/replaces the Volar packages used for Vue support, to use the latest vue-tsc package that's part of Volar 2. To migrate, you just have to remove @volar/vue-typescript and if you're using it, also @volar/vue-language-plugin-pug, and replace it with vue-tsc and @vue/language-plugin-pug respectively. There are no breaking changes other than this.

Thanks @​johnsoncodehk for contributing this :tada:

Changelog

Sourced from prettier-plugin-organize-imports's changelog.

Version 4.0.0 upgrades/replaces the Volar packages used for Vue support, to use the latest vue-tsc package that's part of Volar 2. To migrate, you just have to remove @volar/vue-typescript and if you're using it, also @volar/vue-language-plugin-pug, and replace it with vue-tsc and @vue/language-plugin-pug respectively. There are no breaking changes other than this.

Version 3.2.4 implements a fix to skip when formatting ranges (i.e. if the plugin is requested to format a range, it doesn't do anything because it would lack the full file context).

Version 3.2.3 updates the readme with instructions for Prettier 3.

Version 3.2.2 fixes a performance regression introduced in 3.2.0.

Version 3.2.1 fixes the implementation of the language service host's getCurrentDirectory method to return the directory containing the tsconfig, rather than using ts.sys.getCurrentDirectory (which returns process.cwd()). This should prevent issues with resolving compiler plugins with Volar (which is used for Vue support).

Version 3.2.0 adds and fixes support for pug templates in Vue files (via @volar/vue-language-plugin-pug). Please be aware that you'll need to update your version of the @volar/vue-typescript peer dependency from 0.x to 1.x.

Version 3.1.0 adds an option to skip destructive code actions like removing unused imports.

Version 3.0.3 fixes a performance regression introduced in 3.0.2.

Version 3.0.2 fixes a regression introduced by adding some file-system related methods to the language service host (to fix a bug), which revealed that another method's implementation was incorrect.

Version 3.0.1 bumps the @volar/vue-typescript version to fix more edge cases, e. g. not removing imports when a component is used via kebab-case naming. @volar/vue-typescript is now defined as an optional peer dependency and you'll need to install version 0.39 or later. Furthermore a fix has been added that should help support more module resolution algorithms.

Version 3.0.0 switches to a different package for Vue support, which fixes some more issues, e. g. support for setup scripts. No breaking changes otherwise.

Version 2.3.4 fixes an issue with Vue v2 files.

Version 2.3.3 fixes a bug where default imports were removed erroneously.

Version 2.3.1 adds debug logs and fixes Vue.js support.

Version 2.2.0 adds a compiler options cache to improve performance.

Version 2.1.0 adds support for Vue.js (.vue files).

Version 2.0.0 adds support for the parsers babel (i. e. JavaScript) and babel-ts which are only available since Prettier v2 (and thus the peer dependency has received a major bump).

Commits


Updates syncpack from 11.2.1 to 12.3.3

Release notes

Sourced from syncpack's releases.

12.3.3

12.3.3

12.3.2

12.3.2 (2024-04-24)

Reverts

12.3.1

12.3.1 (2024-04-21)

Bug Fixes

  • cli: fix clashing shorthand option names (3823825)
  • core: switch to ESM & update dependencies (b02c421)
  • npm: update dependencies (90e7d70)
  • update: apply update to every outdated instance (a1c7270)

12.3.0

12.3.0 (2023-12-30)

Features

  • format: sort .exports, expose more config (6cd7960), closes #142
  • lint: check files are formatted (eda4dbb), closes #102 #3

12.2.0

12.2.0 (2023-12-30)

Features

  • config: improve dependencyTypes intellisense (9c73dc5)
  • core: add specifier type for * & latest (e0cb0ef), closes #174
  • groups: target instances by specifier type (9403c3c), closes #163

Bug Fixes

  • npm: update dependencies (2315227)

12.1.0

... (truncated)

Changelog

Sourced from syncpack's changelog.

12.3.3

12.3.2

24 April 2024

  • revert(update): revert commit a1c72704 1d2339b
  • chore(release): 12.3.2 c92cfc5

12.3.1

21 April 2024

  • fix(npm): update dependencies 90e7d70
  • fix(core): switch to ESM & update dependencies b02c421
  • refactor(effect): run @​effect/codemod c0d08d5

12.3.0

30 December 2023

12.2.0

30 December 2023

12.1.0

29 December 2023

... (truncated)

Commits
  • e85b234 chore(release): 12.3.3
  • 20ac0cd chore(github): update actions
  • e0ab6d2 fix(npm): use types export in package.json
  • c92cfc5 chore(release): 12.3.2
  • 1d2339b revert(update): revert commit a1c72704
  • 6bd199a chore(release): 12.3.1
  • 3823825 fix(cli): fix clashing shorthand option names
  • 306db5f refactor(effect): apply manual migration fixes
  • c0d08d5 refactor(effect): run @​effect/codemod
  • 88969d8 style(source): run formatters
  • Additional commits viewable in compare view


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
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
alpha-docs ❌ Failed (Inspect) 💬 Add feedback Jul 11, 2024 10:56am
dev-wallet ❌ Failed (Inspect) Jul 11, 2024 10:56am
explorer ❌ Failed (Inspect) Jul 11, 2024 10:56am
kode-ui ❌ Failed (Inspect) Jul 11, 2024 10:56am
marmalade-marketplace ❌ Failed (Inspect) Jul 11, 2024 10:56am
proof-of-us ❌ Failed (Inspect) Jul 11, 2024 10:56am
tools ❌ Failed (Inspect) Jul 11, 2024 10:56am
changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: b110b579767f902d99fb53a86edb39197be61740

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

dependabot[bot] commented 1 month ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml