Skip to content

chore(deps): update auto-merged devdependencies #1932

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2025

This PR contains the following updates:

Package Change Age Confidence
@playwright/test (source) ^1.53.1 -> ^1.53.2 age confidence
@rollup/rollup-linux-x64-gnu (source) ^4.44.1 -> ^4.44.2 age confidence
@rspack/binding-linux-x64-gnu (source) 1.4.0 -> 1.4.5 age confidence
@swc/core (source) ^1.12.7 -> ^1.12.11 age confidence
@swc/html-linux-x64-gnu (source) ^1.12.7 -> ^1.12.11 age confidence
@​types/glob ^8.1.0 -> ^9.0.0 age confidence
@types/node (source) ^22.15.33 -> ^22.16.2 age confidence
@types/node (source) 22.15.33 -> 22.16.2 age confidence
@typescript-eslint/eslint-plugin (source) ^8.35.0 -> ^8.36.0 age confidence
@typescript-eslint/parser (source) ^8.35.0 -> ^8.36.0 age confidence
@typescript-eslint/rule-tester (source) ^8.35.0 -> ^8.36.0 age confidence
dotenv ^16.6.0 -> ^17.2.0 age confidence
eslint (source) ^9.29.0 -> ^9.30.1 age confidence
eslint-plugin-jsdoc ^51.2.3 -> ^51.3.4 age confidence
prettier (source) 3.6.1 -> 3.6.2 age confidence
rollup (source) ^4.44.1 -> ^4.44.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

microsoft/playwright (@​playwright/test)

v1.53.2

Compare Source

rollup/rollup (@​rollup/rollup-linux-x64-gnu)

v4.44.2

Compare Source

2025-07-04

Bug Fixes
  • Correctly handle @__PURE__ annotations after new keyword (#​5998)
  • Generate correct source mapping for closing braces of block statements (#​5999)
Pull Requests
web-infra-dev/rspack (@​rspack/binding-linux-x64-gnu)

v1.4.5

Compare Source

What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspack@v1.4.4...v1.4.5

v1.4.4

Compare Source

What's Changed
Performance Improvements ⚡
Bug Fixes 🐞
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.4.3...v1.4.4

v1.4.3

Compare Source

What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Other Changes

Full Changelog: web-infra-dev/rspack@v1.4.2...v1.4.3

v1.4.2

Compare Source

What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.4.0...v1.4.1

swc-project/swc (@​swc/core)

v1.12.11

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor
Testing
Pref

v1.12.9

Compare Source

Bug Fixes
Features
Performance
Refactor
Testing
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.36.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.35.1

Compare Source

🩹 Fixes
  • remove prettier from eslint-plugin (#​11339)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.36.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.35.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/rule-tester)

v8.36.0

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.35.1

Compare Source

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

motdotla/dotenv (dotenv)

v17.2.0

Compare Source

Added
  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#​889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})

v17.1.0

Compare Source

Added
  • Add additional security and configuration tips to the runtime log (#​884)
  • Dim the tips text from the main injection information text
const TIPS = [
  '🔐 encrypt with dotenvx: https://dotenvx.com',
  '🔐 prevent committing .env to code: https://dotenvx.com/precommit',
  '🔐 prevent building .env in docker: https://dotenvx.com/prebuild',
  '🛠️  run anywhere with `dotenvx run -- yourcommand`',
  '⚙️  specify custom .env file path with { path: \'/custom/path/.env\' }',
  '⚙️  enable debug logging with { debug: true }',
  '⚙️  override existing env vars with { override: true }',
  '⚙️  suppress all logs with { quiet: true }',
  '⚙️  write to custom object with { processEnv: myObject }',
  '⚙️  load multiple .env files with { path: [\'.env.local\', \'.env\'] }'
]

v17.0.1

Compare Source

Changed
  • Patched injected log to count only populated/set keys to process.env (#​879)

v17.0.0

Compare Source

Changed
  • Default quiet to false - informational (file and keys count) runtime log message shows by default (#​875)

v16.6.1

Compare Source

Changed
  • Default quiet to true – hiding the runtime log message (#​874)
  • NOTICE: 17.0.0 will be released with quiet defaulting to false. Use config({ quiet: true }) to suppress.
  • And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch require('dotenv').config() for require('@​dotenvx/dotenvx').config().

v16.6.0

Compare Source

Added
  • Default log helpful message [[email protected]] injecting env (1) from .env (#​870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.

v16.5.0

Compare Source

Added
  • 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.

[!TIP]
Become a sponsor

The dotenvx README is viewed thousands of times DAILY on GitHub and NPM.
Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.

Changed
  • Remove _log method. Use _debug #​862

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848

v16.4.6

Compare Source

Changed
  • Clean up stale dev dependencies #​847
  • Various README updates clarifying usage and alternative solutions using dotenvx

v16.4.5

Compare Source

Changed
  • 🐞 Fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

v16.4.4

Compare Source

Changed
  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #​812

[v16.4.3](https://redirect.github.com/motdo


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner June 27, 2025 08:51
@renovate renovate bot added the dependencies Update one or more dependencies version label Jun 27, 2025
@renovate renovate bot requested a review from a team as a code owner June 27, 2025 08:51
@renovate renovate bot added javascript Pull requests that update Javascript code no-changelog Don't include in changelog and version calculations labels Jun 27, 2025
@renovate renovate bot requested a review from oshirohugo June 27, 2025 08:51
@renovate renovate bot added the dependencies Update one or more dependencies version label Jun 27, 2025
@renovate renovate bot requested a review from wbrowne June 27, 2025 08:51
@renovate renovate bot added the javascript Pull requests that update Javascript code label Jun 27, 2025
@renovate renovate bot requested a review from andresmgot June 27, 2025 08:51
@renovate renovate bot added the no-changelog Don't include in changelog and version calculations label Jun 27, 2025
@renovate renovate bot enabled auto-merge (squash) June 27, 2025 08:51
@renovate renovate bot force-pushed the renovate/dev-dependencies-automerge branch 12 times, most recently from c36406f to 39d327b Compare July 2, 2025 05:13
@tolzhabayev tolzhabayev moved this from 📬 Triage to 🔬 In review in Plugins Platform / Grafana Community Jul 2, 2025
@renovate renovate bot force-pushed the renovate/dev-dependencies-automerge branch 3 times, most recently from 8ba6d81 to 9432b08 Compare July 4, 2025 08:12
@renovate renovate bot force-pushed the renovate/dev-dependencies-automerge branch 8 times, most recently from 51432be to 3c6e75a Compare July 9, 2025 00:54
@renovate renovate bot force-pushed the renovate/dev-dependencies-automerge branch from 3c6e75a to cb2dc2b Compare July 9, 2025 21:07
Copy link
Contributor

github-actions bot commented Jul 9, 2025

Playwright test results

Image Name Version Result Report
grafana-dev 12.1.0-252657
grafana-enterprise 12.0.2
grafana-enterprise 11.3.8
grafana-enterprise 10.2.9
grafana-enterprise 9.2.20
grafana-enterprise 8.5.27
Troubleshooting

404 when clicking on View report

By default, the deploy-report-pages Action deploys reports to the gh-pages branch. However, you need to take an extra step to ensure that GitHub Pages can build and serve the site from this branch. To do so:

  1. Go to the Settings tab of your repository.
  2. In the left-hand sidebar, click on Pages.
  3. Under Source, select Deploy from a branch, then choose the gh-pages branch.

This action needs to be completed manually in order for your GitHub Pages site to be built and accessible from the gh-pages branch. Once configured, GitHub will automatically build and serve the site whenever new reports are deployed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update one or more dependencies version javascript Pull requests that update Javascript code no-changelog Don't include in changelog and version calculations
Projects
Status: 🔬 In review
Development

Successfully merging this pull request may close these issues.

0 participants