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

Bump the all-node-dependencies group across 1 directory with 14 updates #519

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps the all-node-dependencies group with 14 updates in the / directory:

Package From To
@babel/core 7.26.9 7.26.10
@grafana/plugin-e2e 1.18.2 1.19.0
@swc/core 1.10.18 1.11.10
@types/lodash 4.17.15 4.17.16
@types/node 22.13.5 22.13.10
copy-webpack-plugin 12.0.2 13.0.0
eslint-webpack-plugin 4.2.0 5.0.0
lefthook 1.11.0 1.11.3
prettier 3.5.2 3.5.3
react-router-dom 7.2.0 7.3.0
sass 1.85.0 1.85.1
terser-webpack-plugin 5.3.11 5.3.14
typescript 5.7.3 5.8.2

Updates @babel/core from 7.26.9 to 7.26.10

Release notes

Sourced from @​babel/core's releases.

v7.26.10 (2025-03-11)

Thanks @​jordan-choi and @​mmmsssttt404 for your first PRs!

This release includes a fix for GHSA-968p-4wvh-cqc8, a security vulnerability which affects the .replace method of transpiled regular expressions that use named capturing groups.

👓 Spec Compliance

🐛 Bug Fix

  • babel-parser, babel-template
  • babel-core
  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-generator
  • babel-parser
  • babel-helpers, babel-runtime, babel-runtime-corejs2, babel-runtime-corejs3

💅 Polish

  • babel-standalone

🏠 Internal

Committers: 6

Changelog

Sourced from @​babel/core's changelog.

v7.26.10 (2025-03-11)

👓 Spec Compliance

🐛 Bug Fix

  • babel-parser, babel-template
  • babel-core
  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-generator
  • babel-parser
  • babel-helpers, babel-runtime, babel-runtime-corejs2, babel-runtime-corejs3

💅 Polish

  • babel-standalone

🏠 Internal

Commits

Updates @grafana/plugin-e2e from 1.18.2 to 1.19.0

Changelog

Sourced from @​grafana/plugin-e2e's changelog.

v1.19.0 (Thu Mar 13 2025)

🚀 Enhancement

Authors: 1


v1.18.3 (Tue Feb 25 2025)

🐛 Bug Fix

Authors: 1


Commits
  • b622bca Bump independent versions [skip ci]
  • e3b051c Update CHANGELOG.md [skip ci]
  • be95850 Feature: Consistent CLI output (#1597)
  • 641717d chore(deps): update auto-merged devdependencies (#1605)
  • f2621e7 Plugin E2E: Fix panel options group collapsable in 11.6.0 (#1615)
  • 2cf2ebb Bump independent versions [skip ci]
  • 7ed4262 Update CHANGELOG.md [skip ci]
  • 13dbd58 fix(deps): update dependency @​grafana/e2e-selectors to ^11.6.0-226761 (#1573)
  • See full diff in compare view

Updates @playwright/test from 1.50.1 to 1.51.1

Release notes

Sourced from @​playwright/test's releases.

v1.51.1

Highlights

microsoft/playwright#35093 - [Regression]: TimeoutOverflowWarning: 2149630296.634 does not fit into a 32-bit signed integer microsoft/playwright#35138 - [Regression]: TypeError: Cannot read properties of undefined (reading 'expectInfo')

Browser Versions

  • Chromium 134.0.6998.35
  • Mozilla Firefox 135.0
  • WebKit 18.4

This version was also tested against the following stable channels:

  • Google Chrome 133
  • Microsoft Edge 133

v1.51.0

StorageState for indexedDB

  • New option indexedDB for browserContext.storageState() allows to save and restore IndexedDB contents. Useful when your application uses IndexedDB API to store authentication tokens, like Firebase Authentication.

    Here is an example following the authentication guide:

    // tests/auth.setup.ts
    import { test as setup, expect } from '@playwright/test';
    import path from 'path';
    const authFile = path.join(__dirname, '../playwright/.auth/user.json');
    setup('authenticate', async ({ page }) => {
    await page.goto('/');
    // ... perform authentication steps ...
    // make sure to save indexedDB
    await page.context().storageState({ path: authFile, indexedDB: true });
    });

Copy prompt

New "Copy prompt" button on errors in the HTML report, trace viewer and UI mode. Click to copy a pre-filled LLM prompt that contains the error message and useful context for fixing the error.

Copy prompt

Filter visible elements

New option visible for locator.filter() allows matching only visible elements.

</tr></table> 

... (truncated)

Commits
  • 0ad26b3 chore: mark v1.51.1 (#35098)
  • 25c0deb cherry-pick(#35149): fix(expect): properly handle custom asymmetric matcher r...
  • 4ecf5e0 cherry-pick(#35096): chore: do not use |0 for rounding large numbers
  • 3707a93 cherry-pick(#35045): chore: hide indexedDB in BrowserContext.storageState() b...
  • 52ddca4 cherry-pick(#35043): docs: release notes for 1.51 for java, python, csharp
  • 1f13108 cherry-pick(#35058): chore: hide indexedDB from storageState() and BrowserCon...
  • 9e9f0d1 cherry-pick(#35062): do not compute git diff on non! PRs
  • 12835d6 cherry-pick(#35059): chore: typo in prompt (#35061)
  • ef33c83 cherry-pick(#35057): chore: rename to copy prompt
  • 224385a cherry-pick(#35050): docs: update Git information image in release notes
  • Additional commits viewable in compare view

Updates @swc/core from 1.10.18 to 1.11.10

Changelog

Sourced from @​swc/core's changelog.

[1.11.10] - 2025-03-17

Bug Fixes

  • (es/proposal) Fix declarations for explicit-resource-management (#10198) (99ba555)

  • (es/types) Add missing types for jsc.transform.react.refresh (#10206) (e71b000)

  • (typescript) Skip the body of ArrowExpr in type usage analysis (#10187) (9aca205)

Documentation

  • (es/minifier) Make minifier example utilize comments (#10195) (ec3ebe7)

Features

  • (es/fast-parser) Implement the initial version (#10185) (44e7c39)

Miscellaneous Tasks

Performance

  • (es/minifier) Do not repeat applying pure minifier on last (#10196) (e6b7cee)

Refactor

Testing

... (truncated)

Commits
  • f7474e8 chore: Publish 1.11.10 with swc_core v16.6.0
  • 5f37e6a chore: Update changelog
  • 7a6698c chore: Publish 1.11.10-nightly-20250317.1 with swc_core v16.6.0
  • bec3e3e test(es/minifier): Test only sizes for large inputs (#10208)
  • e71b000 fix(es/types): Add missing types for jsc.transform.react.refresh (#10206)
  • c5f1cbe test(es/minifier): Disable real-world benchmarks on CI (#10205)
  • b9e892b chore: Publish crates with swc_core v16.6.0
  • 97f2180 test(es/minifier): Add a benchmark for real-world inputs (#10204)
  • 99ba555 fix(es/proposal): Fix declarations for explicit-resource-management (#10198)
  • e6b7cee perf(es/minifier): Do not repeat applying pure minifier on last (#10196)
  • Additional commits viewable in compare view

Updates @types/lodash from 4.17.15 to 4.17.16

Commits

Updates @types/node from 22.13.5 to 22.13.10

Commits

Updates copy-webpack-plugin from 12.0.2 to 13.0.0

Release notes

Sourced from copy-webpack-plugin's releases.

v13.0.0

13.0.0 (2025-02-27)

⚠ BREAKING CHANGES

  • switch from globby and fast-glob to tinyglobby (#795) (19fd937)

For more information please visit tinyglobby.

The breaking change only affects the developer who used these options - gitignore and ignoreFiles in the globOptions option.

Please migrate to the ignore option.

Bug Fixes

  • concurrency option is limited to files now (#796) (d42469c)
  • the order of patterns provided by the developer is respected
Changelog

Sourced from copy-webpack-plugin's changelog.

13.0.0 (2025-02-27)

⚠ BREAKING CHANGES

  • switch from globby and fast-glob to tinyglobby (#795) (19fd937)

For more information please visit tinyglobby.

The breaking change only affects the developer who used these options - gitignore and ignoreFiles in the globOptions option.

Please migrate to the ignore option.

Bug Fixes

  • concurrency option is limited to files now (#796) (d42469c)
  • the order of patterns provided by the developer is respected
Commits

Updates eslint-webpack-plugin from 4.2.0 to 5.0.0

Release notes

Sourced from eslint-webpack-plugin's releases.

v5.0.0

5.0.0 (2025-02-26)

⚠ BREAKING CHANGES

  • Use flat config by default
  • Minimum supported Node.js version is 18.12.0
Changelog

Sourced from eslint-webpack-plugin's changelog.

5.0.0 (2025-02-26)

⚠ BREAKING CHANGES

  • Use flat config by default
  • Minimum supported Node.js version is 18.12.0
Commits

Updates lefthook from 1.11.0 to 1.11.3

Release notes

Sourced from lefthook's releases.

v1.11.3

Changelog

  • c5f150282ae56b29962268afbc115cbcf3b7ccf9 fix: remote cloning issues (#969)

v1.11.2

Changelog

  • eb69210ee67ce97565f3b85598bedfd1d208d7ce fix: worktrees remote issue (#963)

v1.11.1

Changelog

  • cffce44657b358f15fdc7f558aeef72c52766a37 fix: remote issue with worktrees (#960)
Changelog

Sourced from lefthook's changelog.

1.11.3 (2025-03-07)

1.11.2 (2025-02-26)

  • fix: do not inherit envs in remote Git commands (#963) by @​mrexox

1.11.1 (2025-02-25)

Commits

Updates prettier from 3.5.2 to 3.5.3

Release notes

Sourced from prettier's releases.

3.5.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.5.3

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#17196 by @​fisker)

// Input
type T<U> = 'a' | ('b' extends U ? 'c' : empty);
type T<U> = 'a' & ('b' extends U ? 'c' : empty);
// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;
// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);

Commits

Updates react-router-dom from 7.2.0 to 7.3.0

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

Changelog

Sourced from react-router-dom's changelog.

7.3.0

Patch Changes

Commits

Updates sass from 1.85.0 to 1.85.1

Release notes

Sourced from sass's releases.

Dart Sass 1.85.1

To install Sass 1.85.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, round(-$var / 2) previously threw an error but now works as intended.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.85.1

  • Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, round(-$var / 2) previously threw an error but now works as intended.
Commits

Updates terser-webpack-plugin from 5.3.11 to 5.3.14

Release notes

Sourced from terser-webpack-plugin's releases.

v5.3.14

5.3.14 (2025-03-06)

Bug Fixes

v5.3.13

5.3.13 (2025-03-05)

Bug Fixes

  • ecma and module types in minimizer options (#620) (5aa43c2)

v5.3.12

5.3.12 (2025-02-27)

Bug Fixes

  • allows minimizers to set worker thread support and don't use worker thread for swc and esbuild (#619) (15ddaab)
Changelog

Sourced from terser-webpack-plugin's changelog.

5.3.14 (2025-03-06)

Bug Fixes

5.3.13 (2025-03-05)

Bug Fixes

  • ecma and module types in minimizer options (#620) (5aa43c2)

5.3.12 (2025-02-27)

Bug Fixes

  • allows minimizers to set worker thread support and don't use worker thread for swc and esbuild (#619) (15ddaab)
Commits
  • 67f02a5 chore(release): 5.3.14
  • 1357994 fix: use os.availableParallelism() for parallelism when it is available (#623)
  • 84bb19b fix: types (#622)
  • d5ffbab chore(release): 5.3.13
  • 5aa43c2 fix: ecma and module types in minimizer options (#620)
  • 87195b6 chore(release): 5.3.12
  • 15ddaab fix: allows minimizers to set worker thread support and don't use worker thre...
  • 8a4c3fb chore: update codecov-action from v4 to v5 (#617)
  • See full diff in compare view

Updates typescript from 5.7.3 to 5.8.2

Release notes

Sourced from typescript's releases.

TypeScript 5.8

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 RC

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • beb69e4 Bump version to 5.8.2 and LKG
  • 8fdbd54 🤖 Pick PR #61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...
  • f4a3a8a 🤖 Pick PR #61175 (Ban import=require and export= unde...) into release-5.8 (#...
  • 420ff06 Bump version to 5.8.1-rc and LKG
  • 48eb13f Update LKG
  • fb59c19 Merge remote-tracking branch 'origin/main' into release-5.8
  • df342b7 Fixed rewriteRelativeImportExtensions for import() within call expression...
  • 775412a Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...
  • e1629e5 Pass ignoreErrors=true to more resolveEntityName callers (#61144)
  • 6fd1799 Update LKG
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-node-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.9` | `7.26.10` |
| [@grafana/plugin-e2e](https://github.com/grafana/plugin-tools/tree/HEAD/packages/plugin-e2e) | `1.18.2` | `1.19.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.50.1` | `1.51.1` |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.18` | `1.11.10` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.15` | `4.17.16` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.5` | `22.13.10` |
| [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) | `12.0.2` | `13.0.0` |
| [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) | `4.2.0` | `5.0.0` |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.11.0` | `1.11.3` |
| [prettier](https://github.com/prettier/prettier) | `3.5.2` | `3.5.3` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.2.0` | `7.3.0` |
| [sass](https://github.com/sass/dart-sass) | `1.85.0` | `1.85.1` |
| [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) | `5.3.11` | `5.3.14` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` |



Updates `@babel/core` from 7.26.9 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-core)

Updates `@grafana/plugin-e2e` from 1.18.2 to 1.19.0
- [Release notes](https://github.com/grafana/plugin-tools/releases)
- [Changelog](https://github.com/grafana/plugin-tools/blob/main/packages/plugin-e2e/CHANGELOG.md)
- [Commits](https://github.com/grafana/plugin-tools/commits/@grafana/[email protected]/packages/plugin-e2e)

Updates `@playwright/test` from 1.50.1 to 1.51.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.51.1)

Updates `@swc/core` from 1.10.18 to 1.11.10
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.18...v1.11.10)

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

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

Updates `copy-webpack-plugin` from 12.0.2 to 13.0.0
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v12.0.2...v13.0.0)

Updates `eslint-webpack-plugin` from 4.2.0 to 5.0.0
- [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/eslint-webpack-plugin@v4.2.0...v5.0.0)

Updates `lefthook` from 1.11.0 to 1.11.3
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.11.0...v1.11.3)

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

Updates `react-router-dom` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `sass` from 1.85.0 to 1.85.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.85.0...1.85.1)

Updates `terser-webpack-plugin` from 5.3.11 to 5.3.14
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/terser-webpack-plugin@v5.3.11...v5.3.14)

Updates `typescript` from 5.7.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: "@grafana/plugin-e2e"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: eslint-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: lefthook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 17, 2025 17:53
@dependabot dependabot bot requested review from idastambuk and njvrzm March 17, 2025 17:53
@idastambuk idastambuk merged commit 9ece1c0 into main Mar 21, 2025
10 checks passed
@idastambuk idastambuk deleted the dependabot/npm_and_yarn/all-node-dependencies-09e6404a4c branch March 21, 2025 13:01
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.

1 participant