newjersey / navigator.business.nj.gov

NJ Office of Innovation is building a one-stop dashboard to better help New Jerseyans with starting and managing a business
https://business.nj.gov
17 stars 1 forks source link

chore(deps): update serverless-and-webpack #9055

Open renovate[bot] opened 9 hours ago

renovate[bot] commented 9 hours ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
serverless-dynamodb 0.2.54 -> 0.2.55 age adoption passing confidence
serverless-offline 13.6.0 -> 13.8.2 age adoption passing confidence
serverless-prune-plugin 2.0.2 -> 2.1.0 age adoption passing confidence
serverless-webpack 5.14.1 -> 5.15.0 age adoption passing confidence
webpack 5.94.0 -> 5.96.1 age adoption passing confidence

Release Notes

raisenational/serverless-dynamodb (serverless-dynamodb) ### [`v0.2.55`](https://redirect.github.com/raisenational/serverless-dynamodb/compare/v0.2.54...v0.2.55) [Compare Source](https://redirect.github.com/raisenational/serverless-dynamodb/compare/v0.2.54...v0.2.55)
dherault/serverless-offline (serverless-offline) ### [`v13.8.2`](https://redirect.github.com/dherault/serverless-offline/compare/d70323b005cb155fe2e790cbab8fe819f7780e92...93b24c2bf51397f8044eeacfd90087679f36d12f) [Compare Source](https://redirect.github.com/dherault/serverless-offline/compare/d70323b005cb155fe2e790cbab8fe819f7780e92...v13.8.2) ### [`v13.8.1`](https://redirect.github.com/dherault/serverless-offline/compare/d70323b005cb155fe2e790cbab8fe819f7780e92...d70323b005cb155fe2e790cbab8fe819f7780e92) [Compare Source](https://redirect.github.com/dherault/serverless-offline/compare/d70323b005cb155fe2e790cbab8fe819f7780e92...d70323b005cb155fe2e790cbab8fe819f7780e92) ### [`v13.8.0`](https://redirect.github.com/dherault/serverless-offline/compare/01eb48b98dd4d5ba2ce073a8019e7cca9c669051...d70323b005cb155fe2e790cbab8fe819f7780e92) [Compare Source](https://redirect.github.com/dherault/serverless-offline/compare/01eb48b98dd4d5ba2ce073a8019e7cca9c669051...d70323b005cb155fe2e790cbab8fe819f7780e92) ### [`v13.7.1`](https://redirect.github.com/dherault/serverless-offline/compare/a582ff75ddafe32d341914e1319077feebe0db80...01eb48b98dd4d5ba2ce073a8019e7cca9c669051) [Compare Source](https://redirect.github.com/dherault/serverless-offline/compare/a582ff75ddafe32d341914e1319077feebe0db80...01eb48b98dd4d5ba2ce073a8019e7cca9c669051) ### [`v13.7.0`](https://redirect.github.com/dherault/serverless-offline/compare/v13.6.0...a582ff75ddafe32d341914e1319077feebe0db80) [Compare Source](https://redirect.github.com/dherault/serverless-offline/compare/v13.6.0...a582ff75ddafe32d341914e1319077feebe0db80)
serverless-heaven/serverless-webpack (serverless-webpack) ### [`v5.15.0`](https://redirect.github.com/serverless-heaven/serverless-webpack/releases/tag/v5.15.0): 5.15.0 [Compare Source](https://redirect.github.com/serverless-heaven/serverless-webpack/compare/v5.14.2...v5.15.0) #### Main change **We've added support for Serverless v4** 🎉 If you want to use Serverless v4 you must disable the default builtin ESBuild support in your `serverless.yml` (because it conflicts with `serverless-webpack`): ```yml build: esbuild: false ``` #### What's Changed - Update deps by [@​j0k3r](https://redirect.github.com/j0k3r) in [https://github.com/serverless-heaven/serverless-webpack/pull/1951](https://redirect.github.com/serverless-heaven/serverless-webpack/pull/1951) - Add support for Serverless v4 by [@​j0k3r](https://redirect.github.com/j0k3r) in [https://github.com/serverless-heaven/serverless-webpack/pull/1959](https://redirect.github.com/serverless-heaven/serverless-webpack/pull/1959) - Update glob by [@​j0k3r](https://redirect.github.com/j0k3r) in [https://github.com/serverless-heaven/serverless-webpack/pull/1960](https://redirect.github.com/serverless-heaven/serverless-webpack/pull/1960) - Prepare 5.15.0 by [@​j0k3r](https://redirect.github.com/j0k3r) in [https://github.com/serverless-heaven/serverless-webpack/pull/1963](https://redirect.github.com/serverless-heaven/serverless-webpack/pull/1963) **Full Changelog**: https://github.com/serverless-heaven/serverless-webpack/compare/v5.14.2...v5.15.0 ### [`v5.14.2`](https://redirect.github.com/serverless-heaven/serverless-webpack/releases/tag/v5.14.2): 5.14.2 [Compare Source](https://redirect.github.com/serverless-heaven/serverless-webpack/compare/v5.14.1...v5.14.2) #### What's Changed - Apply `promisify()` to `fs` module functions to avoid error with Serverless v4 by [@​ronkot](https://redirect.github.com/ronkot) in [https://github.com/serverless-heaven/serverless-webpack/pull/1917](https://redirect.github.com/serverless-heaven/serverless-webpack/pull/1917) - Prepare 5.14.2 by [@​j0k3r](https://redirect.github.com/j0k3r) in [https://github.com/serverless-heaven/serverless-webpack/pull/1926](https://redirect.github.com/serverless-heaven/serverless-webpack/pull/1926) #### Meta stuff (examples, deps, etc.) - Update all deps to have fast-xml-parser@4.4.1 by [@​j0k3r](https://redirect.github.com/j0k3r) in [https://github.com/serverless-heaven/serverless-webpack/pull/1901](https://redirect.github.com/serverless-heaven/serverless-webpack/pull/1901) - Update all examples by [@​j0k3r](https://redirect.github.com/j0k3r) in [https://github.com/serverless-heaven/serverless-webpack/pull/1922](https://redirect.github.com/serverless-heaven/serverless-webpack/pull/1922) - Remove `fbgraph` from examples by [@​j0k3r](https://redirect.github.com/j0k3r) in [https://github.com/serverless-heaven/serverless-webpack/pull/1924](https://redirect.github.com/serverless-heaven/serverless-webpack/pull/1924) - Remove unused `coveralls` deps by [@​j0k3r](https://redirect.github.com/j0k3r) in [https://github.com/serverless-heaven/serverless-webpack/pull/1925](https://redirect.github.com/serverless-heaven/serverless-webpack/pull/1925) #### New Contributors - [@​ronkot](https://redirect.github.com/ronkot) made their first contribution in [https://github.com/serverless-heaven/serverless-webpack/pull/1917](https://redirect.github.com/serverless-heaven/serverless-webpack/pull/1917) **Full Changelog**: https://github.com/serverless-heaven/serverless-webpack/compare/v5.14.1...v5.14.2
webpack/webpack (webpack) ### [`v5.96.1`](https://redirect.github.com/webpack/webpack/compare/v5.96.0...d4ced7322229c7d72a7a0d2ca955bdde0c910a0b) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.96.0...v5.96.1) ### [`v5.96.0`](https://redirect.github.com/webpack/webpack/releases/tag/v5.96.0) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.95.0...v5.96.0) #### Bug Fixes - Fixed Module Federation should track all referenced chunks - Handle Data URI without base64 word - HotUpdateChunk have correct runtime when modified with new runtime - Order of chunks ids in generated chunk code - No extra Javascript chunks when using asset module as an entrypoint - Use optimistically logic for `output.environment.dynamicImport` to determine chunk format when no browserslist or target - Collision with global variables for `optimization.avoidEntryIife` - Avoid through variables in inlined module - Allow chunk template strings in `output.devtoolNamespace` - No extra runtime for get javascript/css chunk filename - No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS - Avoid cache invalidation using ProgressPlugin - Increase parallelism when using `importModule` on the execution stage - Correctly parsing string in `export` and `import` - Typescript types - **\[CSS]** `css/auto` considers a module depending on its filename as `css` (pure CSS) or `css/local`, before it was `css/global` and `css/local` - **\[CSS]** Always interpolate classes even if they are not involved in export - **\[CSS]** No extra runtime in Javascript runtime chunks for asset modules used in CSS - **\[CSS]** No extra runtime in Javascript runtime chunks for external asset modules used in CSS - **\[CSS]** No extra runtime for the `node` target - **\[CSS]** Fixed `url()`s and `@import` parsing - **\[CSS]** Fixed - emit a warning on broken :local and :global #### New Features - Export CSS and ESM runtime modules - Single Runtime Chunk and Federation eager module hoisting - **\[CSS]** Support `/* webpackIgnore: true */` for CSS files - **\[CSS]** Support `src()` support - **\[CSS]** CSS nesting in CSS modules ### [`v5.95.0`](https://redirect.github.com/webpack/webpack/releases/tag/v5.95.0) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.94.0...v5.95.0) #### Bug Fixes - Fixed hanging when attempting to read a symlink-like file that it can't read - Handle `default` for import context element dependency - Merge duplicate chunks call after split chunks - Generate correctly code for dynamically importing the same file twice and destructuring - Use content hash as \[base] and \[name] for extracted DataURI's - Distinguish `module` and `import` in `module-import` for externals `import`'s - \[Types] Make `EnvironmentPlugin` default values types less strict - \[Types] Typescript 5.6 compatibility #### New Features - Add new `optimization.avoidEntryIife` option (`true` by default for the `production` mode) - Pass output.hash\* options to loader context #### Performance - Avoid unneeded re-visit in build chunk graph

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.



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

renovate[bot] commented 9 hours ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: yarn.lock
node:fs:1371
  const result = binding.mkdir(
                         ^

Error: ENOENT: no such file or directory, mkdir '/home/ubuntu/.cache/node/corepack/v1'
    at mkdirSync (node:fs:1371:26)
    at getTemporaryFolder (/opt/containerbase/tools/corepack/0.29.4/20.18.0/node_modules/corepack/dist/lib/corepack.cjs:21486:27)
    at download (/opt/containerbase/tools/corepack/0.29.4/20.18.0/node_modules/corepack/dist/lib/corepack.cjs:21760:21)
    at installVersion (/opt/containerbase/tools/corepack/0.29.4/20.18.0/node_modules/corepack/dist/lib/corepack.cjs:21854:61)
    at async Engine.ensurePackageManager (/opt/containerbase/tools/corepack/0.29.4/20.18.0/node_modules/corepack/dist/lib/corepack.cjs:22310:32)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.29.4/20.18.0/node_modules/corepack/dist/lib/corepack.cjs:22410:25)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.29.4/20.18.0/node_modules/corepack/dist/lib/corepack.cjs:23096:5) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'mkdir',
  path: '/home/ubuntu/.cache/node/corepack/v1'
}

Node.js v20.18.0