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 with 8 updates #521

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-node-dependencies group with 8 updates:

Package From To
@grafana/plugin-e2e 1.19.0 1.19.1
@playwright/test 1.50.1 1.51.1
@swc/core 1.11.10 1.11.13
@types/node 22.13.10 22.13.13
eslint-plugin-prettier 5.2.3 5.2.4
lefthook 1.11.3 1.11.4
react-router-dom 7.3.0 7.4.0
sass 1.85.1 1.86.0

Updates @grafana/plugin-e2e from 1.19.0 to 1.19.1

Changelog

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

v1.19.1 (Mon Mar 17 2025)

🐛 Bug Fix

Authors: 1


Commits

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.11.10 to 1.11.13

Changelog

Sourced from @​swc/core's changelog.

[1.11.13] - 2025-03-24

Features

Performance

  • (es/minifier) Merge expr_simplifier into pure optimizer (#10202) (9c9b0ba)

[1.11.12] - 2025-03-23

Bug Fixes

Documentation

Features

  • (es/fast-lexer) Enhance identifier handling with Unicode support (#10226) (482b63a)

  • (es/minifier) Invoke IIFE into block (#10220) (c9a6c23)

... (truncated)

Commits
  • c3251a5 chore: Publish 1.11.13 with swc_core v16.10.0
  • 24a3fd4 chore: Update changelog
  • 241ed9a chore: Publish 1.11.13-nightly-20250324.1 with swc_core v16.10.0
  • c42a337 chore: Publish crates with swc_core v16.10.0
  • 9c9b0ba perf(es/minifier): Merge expr_simplifier into pure optimizer (#10202)
  • 042f19f feat(swc_core): Expose features of swc_parallel (#10258)
  • 589bcd7 feat(es/minifier): Merge alt's cons with cons (#10256)
  • 7af0436 chore: Update changelog
  • 3179067 chore: Publish 1.11.12 with swc_core v16.9.1
  • 5e6a08a chore: Update changelog
  • Additional commits viewable in compare view

Updates @types/node from 22.13.10 to 22.13.13

Commits

Updates eslint-plugin-prettier from 5.2.3 to 5.2.4

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.4

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.4

Patch Changes

Commits

Updates lefthook from 1.11.3 to 1.11.4

Release notes

Sourced from lefthook's releases.

v1.11.4

Changelog

  • 291ad0322fe5c0e672978bb3ba3ce6b8df3cee3c deps: March 2025 (#977)
  • c2b5d11a498cdf6c56ca06ebe172982d63dec940 feat: support lefthook as go tool (#976)
  • 8cb26d0840c320f95c53e23e1b471d7d8098acf2 fix: use dedicated build path for swift plugin (#978)
Changelog

Sourced from lefthook's changelog.

1.11.4 (2025-03-24)

Commits

Updates react-router-dom from 7.3.0 to 7.4.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

Changelog

Sourced from react-router-dom's changelog.

7.4.0

Patch Changes

Commits

Updates sass from 1.85.1 to 1.86.0

Release notes

Sourced from sass's releases.

Dart Sass 1.86.0

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

Changes

  • Add support for % as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually support the new CSS type() function.

Dart API

  • Increase the minimum Dart SDK to 3.6.0.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.86.0

  • Add support for % as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually support the new CSS type() function.

Dart API

  • Increase the minimum Dart SDK to 3.6.0.
Commits
  • c6706e7 Add support for % as a stand-alone expression (#2540)
  • 3ddbb38 Bump typedoc from 0.27.9 to 0.28.0 in /pkg/sass-parser (#2546)
  • e6589fe Add support for parsing variable expressions (#2541)
  • 2680d5f Add support for parsing unary operations (#2538)
  • 734e9de Use union types rather than base classes for Sass nodes (#2537)
  • 0d3ea25 Add support for the supports() function (#2535)
  • ddd4b23 Add support for parsing selector expressions (#2533)
  • d067c3a Add support for parsing parenthesized expressions (#2527)
  • 2e59f14 Bump analyzer from 6.11.0 to 7.3.0 (#2532)
  • 8e411a2 Use thread-safe writeln from dart sdk >=3.6.0 (#2528)
  • 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 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@grafana/plugin-e2e](https://github.com/grafana/plugin-tools/tree/HEAD/packages/plugin-e2e) | `1.19.0` | `1.19.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.50.1` | `1.51.1` |
| [@swc/core](https://github.com/swc-project/swc) | `1.11.10` | `1.11.13` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.10` | `22.13.13` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.3` | `5.2.4` |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.11.3` | `1.11.4` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.3.0` | `7.4.0` |
| [sass](https://github.com/sass/dart-sass) | `1.85.1` | `1.86.0` |


Updates `@grafana/plugin-e2e` from 1.19.0 to 1.19.1
- [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.11.10 to 1.11.13
- [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.11.10...v1.11.13)

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

Updates `eslint-plugin-prettier` from 5.2.3 to 5.2.4
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.3...v5.2.4)

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

Updates `react-router-dom` from 7.3.0 to 7.4.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.1 to 1.86.0
- [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.1...1.86.0)

---
updated-dependencies:
- dependency-name: "@grafana/plugin-e2e"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-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: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: 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-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 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 24, 2025 16:25
@dependabot dependabot bot requested review from iwysiu and njvrzm March 24, 2025 16:25
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

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

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-node-dependencies-a24797d88a branch March 31, 2025 15:22
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