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

npm: bump the all group with 15 updates #68

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2024

Bumps the all group with 15 updates:

Package From To
next 14.0.4 14.1.0
usehooks-ts 2.9.1 2.14.0
zustand 4.4.7 4.5.0
@next/eslint-plugin-next 14.0.4 14.1.0
@types/node 20.11.0 20.11.17
@types/react 18.2.47 18.2.55
@types/react-dom 18.2.18 18.2.19
autoprefixer 10.4.16 10.4.17
eslint-config-xo 0.43.1 0.44.0
eslint-config-xo-typescript 1.0.1 2.0.0
eslint-plugin-tailwindcss 3.13.1 3.14.2
happy-dom 13.0.5 13.3.8
postcss 8.4.33 8.4.35
prettier 3.2.1 3.2.5
vitest 1.2.0 1.2.2

Updates next from 14.0.4 to 14.1.0

Release notes

Sourced from next's releases.

v14.1.0

Core Changes

  • Turbopack: switch to a single client components entrypoint: #59352
  • Update swc_core to v0.86.98 and turbopack: #59393
  • Fix cases for the optimize_server_react transform: #59390
  • Use new JSX transform: #56294
  • loading.tsx should have no effect on partial rendering when PPR is enabled: #59196
  • Update font data: #59426
  • Remove CacheNode.status field: #59472
  • Rename CacheNode.data → .lazyData : #59473
  • Generate Params Cleanup: #59431
  • Fix webpack chunks handling in traces: #59498
  • Rename CacheNode.subTreeData -> .rsc : #59491
  • fix NODE_OPTIONS=inspect: #59530
  • Add CacheNode.prefetchRsc field: #59537
  • allow passing wildcard domains in serverActions.allowedDomains: #59428
  • Page Info Cleanup: #59430
  • Fix force-static and fetch no-store cases: #59549
  • Should not show no index for client rendering bailout: #59531
  • Enable build worker by default: #59405
  • Fork navigateReducer into PPR and non-PPR versions: #59538
  • cleanup magic segment strings: #59552
  • chore: update Turbopack: #59589
  • Fix another magic segment string constant: #59591
  • Make CacheNodeSeedData match FlightRouterState more closely: #59590
  • transpilePackages should override default settings for external packages: #59385
  • move segment constants to separate file: #59587
  • Revert "Page Info Cleanup (#59430)": #59592
  • Fix useOptimistic in server components bug. Add tests for invalid React server APIs: #59621
  • Partial Pre Rendering Headers: #59447
  • Add tests for invalid React server APIs: #59622
  • Refactor setup-dev-bundler to make Turbopack/Webpack split clearer: #59650
  • refactor and simplify app dynamic components: #59658
  • Change manifestPath to pagesManifestPath: #59657
  • Fix issue with outputFileTracingExcludes and pages/api edge runtime: #59157
  • Update font data: #59722
  • Remove path normalization logic when uploading .next/trace traces: #59305
  • LayoutRouter: Support segment value of Promise to asynchronously bail out and trigger a server patch: #59724
  • fix: Allow start turbopack dev server for a project using middleware: #59759
  • fix: gracefully shutdown server: #59551
  • Revert "fix: gracefully shutdown server (#59551)": #59792
  • Optionally bundle legacy react-dom/server APIs based on usage: #59737
  • fix default handling in route groups that handle interception: #59752
  • Transpile all code on app browser layer: #59569
  • Initial implementation of PPR client navigations: #59725
  • fix(turbopack): prevent edge entrypoint from becoming an async module: #59818
  • Ensure we validate revalidate configs properly: #59822
  • Update error check in validateRevalidate: #59826
  • Rename confusing loaders: #59827

... (truncated)

Commits

Updates usehooks-ts from 2.9.1 to 2.14.0

Release notes

Sourced from usehooks-ts's releases.

[email protected]

Minor Changes

  • d60f1c6: Added debounce option to both useScreen and useWindowSize

Patch Changes

  • 7d74e09: Release documentation for useEventCallback
  • 2660580: Depreciated useFetch, see the documentation for more information
  • bc3f967: Deprecated useEffectOnce, useIsFirstRender and useUpdateEffect

[email protected]

Minor Changes

  • 87a5141: Improve useOnClickOutside:
    • Prevent handling callback when clicking on a not connected element (#374 by @​hooriza)
    • Add support to accept multiple references
    • Add support for touch events in addition to mouse events
  • 87ba579: Fix SSR hooks by fallback with default or initial value instead of undefined
  • f39078f: Updated useIntersectionObserver API and fixed #395, #271 and #182, see #464.
  • a444ba7: Depreciated useElementSize replaced by useResizeObserver
  • e807ab3: Create useResizeObserver hook

Patch Changes

  • b5b9e1f: chore: Updated dependencies
  • 4146c39: fix: useScript failed to remove script from cache when passing removeOnUnmount prop (#354 by @​ShanSenanayake)
  • bdf7bda: Add eslint rules to comply with verbatimModuleSyntax to avoid side-effects
  • 6b582de: use tsup as bundler instead of transpiling with tsc (@​BlankParticle)
  • be8c35b: Fix useScreen is not rerendering on screen resize (#280 by @​philipgher)

[email protected]

Patch Changes

  • Don't remove comments during package build to keep JSdoc comments

[email protected]

Minor Changes

Patch Changes

[email protected]

Minor Changes

  • add1431: Created useUnmount hook
  • add1431: Created useDebounceCallback and useDebounceValue hooks

... (truncated)

Commits

Updates zustand from 4.4.7 to 4.5.0

Release notes

Sourced from zustand's releases.

v4.5.0

This version adds a new capability for SSR/Hydration.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v4.4.7...v4.5.0

Commits
  • 13830c1 4.5.0
  • d12b4fb chore(deps): update dev dependencies (#2297)
  • 43a2b11 fix: Add deprecation notice for getServerState() in WithReact type (#2266)
  • 740033c feat: getInitialState (#2277)
  • 4be1e9e fix(docs): errors and types fix for URL state example (#2218)
  • 517524d Adding Zusty (zustand dev tool) to the third party libraries (#2267)
  • a4578fa docs: minor typo fix in flux-inspired-practice.md (#2252)
  • 41838c5 chore(docs): rewrite to remove deprecated references in persist docs (#2248)
  • 9baf0a5 chore(test): stop testing deprecated features and test subscribe in vanilla (...
  • 662f38a docs(immer): change demo url (#2239)
  • Additional commits viewable in compare view

Updates @next/eslint-plugin-next from 14.0.4 to 14.1.0

Release notes

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

v14.1.0

Core Changes

  • Turbopack: switch to a single client components entrypoint: #59352
  • Update swc_core to v0.86.98 and turbopack: #59393
  • Fix cases for the optimize_server_react transform: #59390
  • Use new JSX transform: #56294
  • loading.tsx should have no effect on partial rendering when PPR is enabled: #59196
  • Update font data: #59426
  • Remove CacheNode.status field: #59472
  • Rename CacheNode.data → .lazyData : #59473
  • Generate Params Cleanup: #59431
  • Fix webpack chunks handling in traces: #59498
  • Rename CacheNode.subTreeData -> .rsc : #59491
  • fix NODE_OPTIONS=inspect: #59530
  • Add CacheNode.prefetchRsc field: #59537
  • allow passing wildcard domains in serverActions.allowedDomains: #59428
  • Page Info Cleanup: #59430
  • Fix force-static and fetch no-store cases: #59549
  • Should not show no index for client rendering bailout: #59531
  • Enable build worker by default: #59405
  • Fork navigateReducer into PPR and non-PPR versions: #59538
  • cleanup magic segment strings: #59552
  • chore: update Turbopack: #59589
  • Fix another magic segment string constant: #59591
  • Make CacheNodeSeedData match FlightRouterState more closely: #59590
  • transpilePackages should override default settings for external packages: #59385
  • move segment constants to separate file: #59587
  • Revert "Page Info Cleanup (#59430)": #59592
  • Fix useOptimistic in server components bug. Add tests for invalid React server APIs: #59621
  • Partial Pre Rendering Headers: #59447
  • Add tests for invalid React server APIs: #59622
  • Refactor setup-dev-bundler to make Turbopack/Webpack split clearer: #59650
  • refactor and simplify app dynamic components: #59658
  • Change manifestPath to pagesManifestPath: #59657
  • Fix issue with outputFileTracingExcludes and pages/api edge runtime: #59157
  • Update font data: #59722
  • Remove path normalization logic when uploading .next/trace traces: #59305
  • LayoutRouter: Support segment value of Promise to asynchronously bail out and trigger a server patch: #59724
  • fix: Allow start turbopack dev server for a project using middleware: #59759
  • fix: gracefully shutdown server: #59551
  • Revert "fix: gracefully shutdown server (#59551)": #59792
  • Optionally bundle legacy react-dom/server APIs based on usage: #59737
  • fix default handling in route groups that handle interception: #59752
  • Transpile all code on app browser layer: #59569
  • Initial implementation of PPR client navigations: #59725
  • fix(turbopack): prevent edge entrypoint from becoming an async module: #59818
  • Ensure we validate revalidate configs properly: #59822
  • Update error check in validateRevalidate: #59826
  • Rename confusing loaders: #59827

... (truncated)

Commits

Updates @types/node from 20.11.0 to 20.11.17

Commits

Updates @types/react from 18.2.47 to 18.2.55

Commits

Updates @types/react-dom from 18.2.18 to 18.2.19

Commits

Updates autoprefixer from 10.4.16 to 10.4.17

Release notes

Sourced from autoprefixer's releases.

10.4.17

  • Fixed user-select: contain prefixes.
Changelog

Sourced from autoprefixer's changelog.

10.4.17

  • Fixed user-select: contain prefixes.
Commits

Updates eslint-config-xo from 0.43.1 to 0.44.0

Release notes

Sourced from eslint-config-xo's releases.

v0.44.0

Breaking

  • Require Node.js 18 f2060de

New rules

Improvements

  • Ban atob and btoa dfa969c
  • Replace deprecated no-new-object rule 7f8f92e
  • no-unused-vars: Allow ignoring variables by prefixing with underscore b31ab8a

xojs/eslint-config-xo@v0.43.1...v0.44.0

Commits

Updates eslint-config-xo-typescript from 1.0.1 to 2.0.0

Release notes

Sourced from eslint-config-xo-typescript's releases.

v2.0.0

Breaking

  • Require Node.js 18 ae44391
  • Ban Buffer type in favor of Uint8Array d7fff2e

New rules

Improvements

  • @typescript-eslint/switch-exhaustiveness-check: Make it stricter df07e88

xojs/eslint-config-xo-typescript@v1.0.1...v2.0.0

Commits
  • 1c44484 2.0.0
  • 0b25758 Add @typescript-eslint/prefer-find rule
  • ae44391 Require Node.js 18
  • 819862d Add @typescript-eslint/no-array-delete rule
  • 9533972 Add @typescript-eslint/prefer-promise-reject-errors rule
  • df07e88 @typescript-eslint/switch-exhaustiveness-check: Make it stricter
  • d7fff2e Ban Buffer in favor of Uint8Array
  • See full diff in compare view

Updates eslint-plugin-tailwindcss from 3.13.1 to 3.14.2

Release notes

Sourced from eslint-plugin-tailwindcss's releases.

v3.14.2

v3.14.1

Tailwind CSS 3.4.0

See #297

Commits

Updates happy-dom from 13.0.5 to 13.3.8

Release notes

Sourced from happy-dom's releases.

v13.3.8

👷‍♂️ Patch fixes

v13.3.7

👷‍♂️ Patch fixes

  • Removes validation of PR commit messages from Github workflow as it will fallback to patch version anyway - By @​capricorn86 in task #1249

v13.3.6

👷‍♂️ Patch fixes

  • Adds support for PR username in release notes if it is not possible to retrieve Github username based on commit email - By @​capricorn86 in task #1247

v13.3.5

🎨 Features

  • Support for passing pseudo-selectors as argument of :not in query selectors - By @​gdorsi in task #1191
  • Add support for TouchEvent and Touch - By @​visualjerk in task #1186

👷‍♂️ Patch fixes

  • Fixes problem with calculating next version by updating the package "happy-conventional-commit" - By @​capricorn86 in task #1244

v13.3.4

👷‍♂️ Patch fixes

v13.3.3

👷‍♂️ Patch fixes

  • Updates documentation. (#1240)

v13.3.2

👷‍♂️ Patch fixes

v13.3.1

👷‍♂️ Patch fixes

  • Improves documentation for "@​happy-dom/global-registrator". (#1233)

v13.3.0

🎨 Features

  • Adds support for sending in Window options to GlobalRegistrator.register() in "@​happy-dom/global-registrator". (#1105)

👷‍♂️ Patch fixes

  • Fixes problem with getters and setters not being added to the global object when using GlobalRegistrator.register() in "@​happy-dom/global-registrator". (#1105)

v13.2.2

👷‍♂️ Patch fixes

... (truncated)

Commits
  • 6cbcc10 Merge pull request #1252 from capricorn86/1251-update-documentation
  • c6a0b6b fix: #1251 Updates documentation
  • 94fb7fc Merge pull request #1250 from capricorn86/1249-remove-validation-of-commit-me...
  • acaa186 fix: #1249 Removes validation of PR commit messages from Github workflow as...
  • c80cc72 Merge pull request #1248 from capricorn86/1247-add-support-for-pr-author-to-r...
  • 03a79ea fix: #1247 Adds support for PR username in release notes if it is not possi...
  • 0f0be8e Merge pull request #1245 from capricorn86/1244-problem-with-calculating-next-...
  • 5ba1e39 fix: #1244 Fixes problem with calculcating next version by updating happy-c...
  • dc4bdc4 Merge pull request #1187 from visualjerk/task/1186-support-touch-event
  • 0eb1fd8 Merge branch 'master' into task/1186-support-touch-event
  • Additional commits viewable in compare view

Updates postcss from 8.4.33 to 8.4.35

Release notes

Sourced from postcss's releases.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

Changelog

Sourced from postcss's changelog.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).
Commits

Updates prettier from 3.2.1 to 3.2.5

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

3.2.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.2.5

diff

Support Angular inline styles as single template literal (#15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}
// Prettier 3.2.4
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}
// Prettier 3.2.5
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}

Unexpected embedded formatting for Angular template (#15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";
@​Component({
[template]: &lt;h1&gt;{{       hello }}&lt;/h1&gt;,
})
export class AppComponent {}
</tr></table>

... (truncated)

Commits

Updates vitest from 1.2.0 to 1.2.2

Release notes

Sourced from vitest's releases.

v1.2.2

   🐞 Bug Fixes

    View changes on GitHub

v1.2.1

   🐞 Bug Fixes

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 10, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-a3e71139b4 branch 2 times, most recently from 94543e5 to 48ad839 Compare February 10, 2024 23:08
Bumps the all group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `14.0.4` | `14.1.0` |
| [usehooks-ts](https://github.com/juliencrn/usehooks-ts) | `2.9.1` | `2.14.0` |
| [zustand](https://github.com/pmndrs/zustand) | `4.4.7` | `4.5.0` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `14.0.4` | `14.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.0` | `20.11.17` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.47` | `18.2.55` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.18` | `18.2.19` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.17` |
| [eslint-config-xo](https://github.com/xojs/eslint-config-xo) | `0.43.1` | `0.44.0` |
| [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) | `1.0.1` | `2.0.0` |
| [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss) | `3.13.1` | `3.14.2` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `13.0.5` | `13.3.8` |
| [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.35` |
| [prettier](https://github.com/prettier/prettier) | `3.2.1` | `3.2.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.0` | `1.2.2` |


Updates `next` from 14.0.4 to 14.1.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.0.4...v14.1.0)

Updates `usehooks-ts` from 2.9.1 to 2.14.0
- [Release notes](https://github.com/juliencrn/usehooks-ts/releases)
- [Commits](https://github.com/juliencrn/usehooks-ts/compare/[email protected]@2.14.0)

Updates `zustand` from 4.4.7 to 4.5.0
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v4.4.7...v4.5.0)

Updates `@next/eslint-plugin-next` from 14.0.4 to 14.1.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.1.0/packages/eslint-plugin-next)

Updates `@types/node` from 20.11.0 to 20.11.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.2.47 to 18.2.55
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.2.18 to 18.2.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `autoprefixer` from 10.4.16 to 10.4.17
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.16...10.4.17)

Updates `eslint-config-xo` from 0.43.1 to 0.44.0
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](xojs/eslint-config-xo@v0.43.1...v0.44.0)

Updates `eslint-config-xo-typescript` from 1.0.1 to 2.0.0
- [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases)
- [Commits](xojs/eslint-config-xo-typescript@v1.0.1...v2.0.0)

Updates `eslint-plugin-tailwindcss` from 3.13.1 to 3.14.2
- [Release notes](https://github.com/francoismassart/eslint-plugin-tailwindcss/releases)
- [Commits](francoismassart/eslint-plugin-tailwindcss@v3.13.1...v3.14.2)

Updates `happy-dom` from 13.0.5 to 13.3.8
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v13.0.5...v13.3.8)

Updates `postcss` from 8.4.33 to 8.4.35
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.33...8.4.35)

Updates `prettier` from 3.2.1 to 3.2.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.1...3.2.5)

Updates `vitest` from 1.2.0 to 1.2.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/vitest)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: usehooks-ts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zustand
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-config-xo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-config-xo-typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-a3e71139b4 branch from 48ad839 to a13732f Compare February 10, 2024 23:11
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-a3e71139b4 branch March 1, 2024 04:12
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants