openjdk-website
openjdk-website copied to clipboard
Bump browser-sync from 3.0.3 to 3.0.4
Bumps browser-sync from 3.0.3 to 3.0.4.
Commits
dc74bc0v3.0.4a3b73eebump eazy-logger1359821remove changelog- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
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.
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?