Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grafana/plugin-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @grafana/plugin-e2e@1.19.2
Choose a base ref
...
head repository: grafana/plugin-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @grafana/plugin-e2e@1.19.3
Choose a head ref
  • 11 commits
  • 8 files changed
  • 3 contributors

Commits on Mar 28, 2025

  1. Update dependency @rspack/binding-linux-x64-gnu to ^1.3.0 (#1662)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 28, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e7d3186 View commit details

Commits on Mar 29, 2025

  1. Update dependency @rollup/rollup-linux-x64-gnu to ^4.38.0 (#1663)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 29, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    048b519 View commit details

Commits on Mar 30, 2025

  1. Update dependency yaml to v2.7.1 (#1642)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 30, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c882540 View commit details

Commits on Mar 31, 2025

  1. Chore: Update package-lock.json (#1665)

    jackw authored Mar 31, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    52891ae View commit details
  2. Update auto-merged devDependencies (#1666)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 31, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    12db822 View commit details

Commits on Apr 1, 2025

  1. Update auto-merged devDependencies (#1667)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 1, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b644ae5 View commit details

Commits on Apr 2, 2025

  1. Update dependency @rollup/rollup-linux-x64-gnu to ^4.39.0 (#1670)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 2, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ef0ed7b View commit details

Commits on Apr 3, 2025

  1. Update dependency @types/node to v22.14.0 (#1673)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    558a1dd View commit details
  2. Update dependency @grafana/e2e-selectors to ^12.0.0-235294 (#1675)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ca8ca81 View commit details
  3. Copy the full SHA
    a36c352 View commit details
  4. Bump independent versions [skip ci]

     - @grafana/eslint-plugin-plugins@0.3.2
     - @grafana/plugin-e2e@1.19.3
     - @grafana/plugin-meta-extractor@0.5.2
    grafanabot committed Apr 3, 2025
    Copy the full SHA
    42e6a81 View commit details
Showing with 228 additions and 188 deletions.
  1. +2 −1 .gitignore
  2. +13 −0 CHANGELOG.md
  3. +186 −172 package-lock.json
  4. +8 −8 package.json
  5. +3 −3 packages/eslint-plugin-plugins/package.json
  6. +12 −0 packages/plugin-e2e/CHANGELOG.md
  7. +2 −2 packages/plugin-e2e/package.json
  8. +2 −2 packages/plugin-meta-extractor/package.json
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -13,9 +13,11 @@ yarn-error.log*

# Cache
.eslintcache
.nx

# IDE
.vscode
.cursor

# Misc
.DS_Store
@@ -42,7 +44,6 @@ packages/plugin-e2e/playwright/.cache/
packages/plugin-e2e/playwright/.auth
playwright/.cache/
playwright/.auth
.nx

# Used in CI to pass built packages to the next job
packed-artifacts/
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# (Thu Apr 03 2025)

#### 🐛 Bug Fix

- `@grafana/plugin-e2e@1.19.3`
- Update dependency @grafana/e2e-selectors to ^12.0.0-235294 [#1675](https://github.com/grafana/plugin-tools/pull/1675) ([@renovate[bot]](https://github.com/renovate[bot]))

#### Authors: 1

- [@renovate[bot]](https://github.com/renovate[bot])

---

# (Thu Mar 27 2025)

#### 🐛 Bug Fix
Loading