openjdk-website icon indicating copy to clipboard operation
openjdk-website copied to clipboard

Bump browser-sync from 3.0.3 to 3.0.4

Open dependabot[bot] opened this issue 7 months ago • 3 comments

Bumps browser-sync from 3.0.3 to 3.0.4.

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Apr 02 '25 22:04 dependabot[bot]

Deploy Preview for vibrant-hugle-19d716 ready!

Name Link
Latest commit 7238a4f55668f243cde93217306501fc8d0b0e02
Latest deploy log https://app.netlify.com/sites/vibrant-hugle-19d716/deploys/67edbc913e93f500087d72ef
Deploy Preview https://deploy-preview-1512--vibrant-hugle-19d716.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Apr 02 '25 22:04 netlify[bot]

martijnverburg@martijns-mbp-m3 openjdk-website % node --experimental-print-required-tla ./node_modules/.bin/gulp Error: unexpected top-level await at file:///Users/martijnverburg/workspace/adoptopenjdk/openjdk-website/node_modules/gulp-imagemin/index.js:96 export const gifsicle = await exposePlugin('gifsicle'); ^

Error: require() cannot be used on an ESM graph with top-level await. Use import() instead. To see where the top-level await comes from, use --experimental-print-required-tla. at ModuleJobSync.runSync (node:internal/modules/esm/module_job:387:35) at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:323:47) at loadESMFromCJS (node:internal/modules/cjs/loader:1371:24) at Module._compile (node:internal/modules/cjs/loader:1511:5) at Module._extensions..js (node:internal/modules/cjs/loader:1572:16) at Module.load (node:internal/modules/cjs/loader:1275:32) at Module._load (node:internal/modules/cjs/loader:1096:12) at Module.require (node:internal/modules/cjs/loader:1298:19) at require (node:internal/modules/helpers:182:18) at requireOrImport (/Users/martijnverburg/workspace/adoptopenjdk/openjdk-website/node_modules/gulp-cli/lib/shared/require-or-import.js:20:11) { code: 'ERR_REQUIRE_ASYNC_MODULE'

I've tried to resolve locally using Copilot to help, but no luck.

karianna avatar Apr 08 '25 23:04 karianna

Hmm, the dependabot update 3 weeks ago passed just fine and no changes since then so I'm guessing that maybe a minor bump in node 20 is the cause since we use 'latest' in the GH action?

karianna avatar Apr 09 '25 00:04 karianna