Skip to content

Commit 9c93f98

Browse files
dkstylesnitin315jongwooohai-xyoriiis
authored
Merge sync 202501 (#1657)
* docs(configuration): add `output.environment.asyncFunction` (#7122) * ci: use composite action for webpack persistent caching (#7077) * docs(configuration): update optimization.removeAvailableModules (#7130) * docs: update splitChunks maxSize/minSize/maxRequest priority (#7123) * docs(plugins): add ChunksWebpackPlugin (#6798) * fix: update AG Grid Sponsor Section (#7134) * chore(deps): bump errata-ai/vale-action from 2.0.1 to 2.1.0 (#7135) Bumps [errata-ai/vale-action](https://github.com/errata-ai/vale-action) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/errata-ai/vale-action/releases) - [Commits](https://github.com/errata-ai/vale-action/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: errata-ai/vale-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs: fix typo in __dirname and __filename options (#7139) * docs: update output.assetModuleFilename type (#7145) * docs: add `output.cssFilename` & `output.cssChunkFilename` (#7146) * ci: minimum supported Node.js version is 18.12.0 (#7147) * docs(configuration): dev-server v5 changes (#7144) * docs(configuration): clarify `devtool` disabling (#7149) * chore: update dev dependencies (#7150) * docs(configuration): update `output.trustedTypes` (#7152) * docs(configuration): add `output.importMetaName` (#7153) * docs(configuration): add `output.webassemblyModuleFilename` (#7154) * docs: remove obselete webpack v4 notes (#7155) * docs(configuration): add `output.workerWasmLoading` (#7156) * docs(configuration): update stats.mdx (#7157) * docs: improve wordings (#7158) * docs(migrate): add link to configuration changes (#7159) * docs: add note for non extensibility of hooks (#7160) * docs(configuration): add css generator exportsConvention and localIdentName (#7165) * docs: replace outdated references to libraryTarget with library.type (#7180) * docs: add library config changes to migration guide (#7175) As far as I can tell this is so far only mentioned in this issue comment (it seems to have changed after the blog post listing all the changes in config): https://github.com/webpack/webpack/issues/13584#issuecomment-863272803 I also needed this question and answer to figure it out: https://stackoverflow.com/questions/77951581/webpack-5-builds-for-aws-lambda-with-typescript-runtime-handlernotfound * chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 (#7185) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(dll-plugin): add warning to dll-plugin. (#7187) * chore(deps): bump webpack-dev-middleware from 7.0.0 to 7.1.1 (#7192) Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 7.0.0 to 7.1.1. - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v7.0.0...v7.1.1) --- updated-dependencies: - dependency-name: webpack-dev-middleware dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(configuration): fix typo in UseEntry (#7179) * docs: fix incorrect sentence (#7177) * chore: update dev dependencies (#7195) * docs(plugins): add `stage` option for `BannerPlugin` (#7196) * docs(configuration): add entry[x].runtime (#7173) Co-authored-by: Nitin Kumar <snitin315@gmail.com> * docs(configuration): add output.cssHeadDataCompression (#7172) Co-authored-by: Nitin Kumar <snitin315@gmail.com> * docs: add version badge for output.cssHeadDataCompression (#7198) * docs: update `node` option type (#7199) * docs: add `optimization.checkWasmTypes` (#7200) * docs: sort resolve options (#7201) * docs(configuration): add `resolve.cache` (#7202) * docs(configuration): add `resolve.fullySpecified` (#7203) * docs: sort `stats` options (#7204) * docs(configuration): update `module.noParse` (#7205) * docs(configuration): update stats.colors type (#7206) * docs(configuration): fix stats.entrypoints & stats.errorDetails type (#7207) * chore: upgrade @octokit/auth-action to v5 (#7208) * docs(configuration): move `infrastructureLogging` to its own page (#7210) * docs(api): add `Compilation.hooks.statsPreset` (#7211) * docs(api): add `Compilation.hooks.statsNormalize` (#7212) * docs(ModuleFederationPlugin): update requiredVersion description (#7213) * docs(contribute): add data sharing info among chained loaders (#7214) * docs(api): add `Compilation.hooks.statsFactory` (#7215) * docs(api): add `Compilation.hooks.statsPrinter` (#7216) * docs: add Transform Async Modules Plugin to awesome list (#7235) * --- (#7260) updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs: optimization.realContentHash default value (#7255) * chore(deps): bump ejs from 3.1.7 to 3.1.10 (#7247) Bumps [ejs](https://github.com/mde/ejs) from 3.1.7 to 3.1.10. - [Release notes](https://github.com/mde/ejs/releases) - [Commits](https://github.com/mde/ejs/compare/v3.1.7...v3.1.10) --- updated-dependencies: - dependency-name: ejs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs: update webpack 5 notification message (#7263) Closes: #7262 * chore(deps): bump express from 4.18.1 to 4.19.2 (#7218) Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.18.1...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update module-federation.mdx (#7220) * Update module-federation.mdx avoid word duplication. * Update src/content/concepts/module-federation.mdx --------- Co-authored-by: Nitin Kumar <snitin315@gmail.com> * chore: upgrade dev dependencies (#7268) * chore: upgrade cypress (#7270) * docs(configuration): add `output.environment.nodePrefixForCoreModules` (#7272) * docs(api): update `--define-process-env-node-env` usage (#7273) * docs(guides): clarify SplitChunksPlugin behavior (#7275) * docs: add module.parser.css.namedExports (#7274) * docs(plugins): update append option usage (#7278) * docs: add `devServer.app` (#7277) * docs: add warning for `!` usage in `output.path` (#7281) * chore(deps): bump braces from 3.0.2 to 3.0.3 (#7282) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update contents * chore(deps): bump ws from 7.5.3 to 7.5.10 (#7284) Bumps [ws](https://github.com/websockets/ws) from 7.5.3 to 7.5.10. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.3...7.5.10) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * deps: upgrade remark (#7289) * deps: upgrade remark * fix tests * upgrade @mdx * use @mdx v2 first * use @mdx v3 * update snapshot * install @mdx-js/react * fix * update config * chore: clean up dependabot (#7292) * chore(deps): bump the dependencies group across 1 directory with 22 updates (#7294) Bumps the dependencies group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.16.0` | `6.24.0` | | [react-use](https://github.com/streamich/react-use) | `17.4.0` | `17.5.0` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.6` | `7.24.7` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.24.6` | `7.24.7` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.6` | `7.24.7` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.6` | `7.24.7` | | [@octokit/rest](https://github.com/octokit/rest.js) | `20.1.1` | `21.0.0` | | [@pmmmwh/react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) | `0.5.11` | `0.6.0-beta.1` | | [cypress](https://github.com/cypress-io/cypress) | `13.10.0` | `13.12.0` | | [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `2.15.1` | `3.3.0` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.1` | `7.34.3` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.0` | `4.6.2` | | [lint-staged](https://github.com/okonet/lint-staged) | `15.2.2` | `15.2.7` | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.38.0` | `0.41.0` | | [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `2.8.1` | `2.9.0` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.2` | | [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) | `0.14.0` | `0.14.2` | | [remark-emoji](https://github.com/rhysd/remark-emoji) | `4.0.0` | `5.0.0` | | [rimraf](https://github.com/isaacs/rimraf) | `5.0.5` | `5.0.7` | | [sass](https://github.com/sass/dart-sass) | `1.71.1` | `1.77.6` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.1` | `3.4.4` | | [webpack](https://github.com/webpack/webpack) | `5.91.0` | `5.92.1` | Updates `react-router-dom` from 6.16.0 to 6.24.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.24.0/packages/react-router-dom) Updates `react-use` from 17.4.0 to 17.5.0 - [Release notes](https://github.com/streamich/react-use/releases) - [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md) - [Commits](https://github.com/streamich/react-use/compare/v17.4.0...v17.5.0) Updates `@babel/core` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-core) Updates `@babel/eslint-parser` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/eslint/babel-eslint-parser) Updates `@babel/preset-env` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-env) Updates `@babel/preset-react` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-react) Updates `@octokit/rest` from 20.1.1 to 21.0.0 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v20.1.1...v21.0.0) Updates `@pmmmwh/react-refresh-webpack-plugin` from 0.5.11 to 0.6.0-beta.1 - [Release notes](https://github.com/pmmmwh/react-refresh-webpack-plugin/releases) - [Changelog](https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/pmmmwh/react-refresh-webpack-plugin/commits) Updates `cypress` from 13.10.0 to 13.12.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.10.0...v13.12.0) Updates `eslint-plugin-cypress` from 2.15.1 to 3.3.0 - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.1...v3.3.0) Updates `eslint-plugin-react` from 7.34.1 to 7.34.3 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.3) Updates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `lint-staged` from 15.2.2 to 15.2.7 - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v15.2.2...v15.2.7) Updates `markdownlint-cli` from 0.38.0 to 0.41.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.38.0...v0.41.0) Updates `mini-css-extract-plugin` from 2.8.1 to 2.9.0 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.1...v2.9.0) Updates `prettier` from 3.2.5 to 3.3.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.2) Updates `react-refresh` from 0.14.0 to 0.14.2 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v0.14.2/packages/react) Updates `remark-emoji` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/rhysd/remark-emoji/releases) - [Changelog](https://github.com/rhysd/remark-emoji/blob/master/CHANGELOG.md) - [Commits](https://github.com/rhysd/remark-emoji/compare/v4.0.0...v5.0.0) Updates `rimraf` from 5.0.5 to 5.0.7 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.5...v5.0.7) Updates `sass` from 1.71.1 to 1.77.6 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.71.1...1.77.6) Updates `tailwindcss` from 3.4.1 to 3.4.4 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.4) Updates `webpack` from 5.91.0 to 5.92.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.92.1) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: react-use dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@octokit/rest" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@pmmmwh/react-refresh-webpack-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: react-refresh dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: remark-emoji dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(Concepts): Replaced correct es5 compat-table link (#7295) * chore(deps-dev): bump postcss in the dependencies group (#7296) Bumps the dependencies group with 1 update: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.4.38 to 8.4.39 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.38...8.4.39) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump the dependencies group with 2 updates (#7297) Bumps the dependencies group with 2 updates: [cypress](https://github.com/cypress-io/cypress) and [webpack-merge](https://github.com/survivejs/webpack-merge). Updates `cypress` from 13.12.0 to 13.13.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.12.0...v13.13.0) Updates `webpack-merge` from 5.10.0 to 6.0.1 - [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md) - [Commits](https://github.com/survivejs/webpack-merge/compare/v5.10.0...v6.0.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: webpack-merge dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump react-router-dom in the dependencies group (#7299) Bumps the dependencies group with 1 update: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). Updates `react-router-dom` from 6.24.0 to 6.24.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.24.1/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs: add a comma (#7300) * chore(deps): bump JamesIves/github-pages-deploy-action (#7301) Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.1 to 4.6.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.1...v4.6.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump rimraf in the dependencies group (#7302) Bumps the dependencies group with 1 update: [rimraf](https://github.com/isaacs/rimraf). Updates `rimraf` from 5.0.7 to 5.0.8 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.7...v5.0.8) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(configuration): update resolve.unsafeCache (#7303) * docs(configuration): update resolve.unsafeCache * Apply suggestions from code review Co-authored-by: Nitin Kumar <snitin315@gmail.com> --------- Co-authored-by: Nitin Kumar <snitin315@gmail.com> * chore(deps): bump fast-loops from 1.1.3 to 1.1.4 (#7307) Bumps [fast-loops](https://github.com/robinweser/fast-loops) from 1.1.3 to 1.1.4. - [Commits](https://github.com/robinweser/fast-loops/commits) --- updated-dependencies: - dependency-name: fast-loops dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(configuration): document overrideStrict (#7309) * docs(configuration): document commonjs-module (#7305) * chore(deps-dev): bump the dependencies group across 1 directory with 6 updates (#7311) Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.24.8` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.24.7` | `7.24.8` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.24.8` | | [rimraf](https://github.com/isaacs/rimraf) | `5.0.8` | `6.0.1` | | [sass](https://github.com/sass/dart-sass) | `1.77.6` | `1.77.8` | | [webpack](https://github.com/webpack/webpack) | `5.92.1` | `5.93.0` | Updates `@babel/core` from 7.24.7 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-core) Updates `@babel/eslint-parser` from 7.24.7 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/eslint/babel-eslint-parser) Updates `@babel/preset-env` from 7.24.7 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-preset-env) Updates `rimraf` from 5.0.8 to 6.0.1 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.8...v6.0.1) Updates `sass` from 1.77.6 to 1.77.8 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.77.6...1.77.8) Updates `webpack` from 5.92.1 to 5.93.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.92.1...v5.93.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * bump node engines (#7312) * docs(api): Add an example for utils.createHash (#7313) * Add examples of utils.createHash * Update loaders.mdx * chore(deps-dev): bump the dependencies group with 5 updates (#7314) Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.8` | `7.24.9` | | [directory-tree](https://github.com/mihneadb/node-directory-tree) | `3.5.1` | `3.5.2` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.34.4` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.4` | `3.4.5` | Updates `@babel/core` from 7.24.8 to 7.24.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.9/packages/babel-core) Updates `directory-tree` from 3.5.1 to 3.5.2 - [Commits](https://github.com/mihneadb/node-directory-tree/compare/3.5.1...3.5.2) Updates `eslint-plugin-react` from 7.34.3 to 7.34.4 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.34.4) Updates `prettier` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.2...3.3.3) Updates `tailwindcss` from 3.4.4 to 3.4.5 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.5/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.5) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: directory-tree dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump the dependencies group with 3 updates (#7315) Bumps the dependencies group with 3 updates: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom), [cypress](https://github.com/cypress-io/cypress) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss). Updates `react-router-dom` from 6.24.1 to 6.25.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.25.0/packages/react-router-dom) Updates `cypress` from 13.13.0 to 13.13.1 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.13.0...v13.13.1) Updates `tailwindcss` from 3.4.5 to 3.4.6 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.6/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.5...v3.4.6) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump the dependencies group with 7 updates (#7321) Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@react-spring/web](https://github.com/pmndrs/react-spring) | `9.7.3` | `9.7.4` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.25.0` | `6.25.1` | | [react-use](https://github.com/streamich/react-use) | `17.5.0` | `17.5.1` | | [@octokit/rest](https://github.com/octokit/rest.js) | `21.0.0` | `21.0.1` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.4` | `7.35.0` | | [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.1` | | [remark-emoji](https://github.com/rhysd/remark-emoji) | `5.0.0` | `5.0.1` | Updates `@react-spring/web` from 9.7.3 to 9.7.4 - [Release notes](https://github.com/pmndrs/react-spring/releases) - [Commits](https://github.com/pmndrs/react-spring/compare/v9.7.3...v9.7.4) Updates `react-router-dom` from 6.25.0 to 6.25.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.25.1/packages/react-router-dom) Updates `react-use` from 17.5.0 to 17.5.1 - [Release notes](https://github.com/streamich/react-use/releases) - [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md) - [Commits](https://github.com/streamich/react-use/compare/v17.5.0...v17.5.1) Updates `@octokit/rest` from 21.0.0 to 21.0.1 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v21.0.0...v21.0.1) Updates `eslint-plugin-react` from 7.34.4 to 7.35.0 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0) Updates `husky` from 9.0.11 to 9.1.1 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.1) Updates `remark-emoji` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/rhysd/remark-emoji/releases) - [Changelog](https://github.com/rhysd/remark-emoji/blob/master/CHANGELOG.md) - [Commits](https://github.com/rhysd/remark-emoji/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: "@react-spring/web" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: react-use dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@octokit/rest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: remark-emoji dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump sass-loader in the dependencies group (#7325) Bumps the dependencies group with 1 update: [sass-loader](https://github.com/webpack-contrib/sass-loader). Updates `sass-loader` from 14.2.1 to 15.0.0 - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v14.2.1...v15.0.0) --- updated-dependencies: - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * upgrade eslint (#7322) * chore(deps-dev): bump the dependencies group with 4 updates (#7327) Bumps the dependencies group with 4 updates: [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress), [husky](https://github.com/typicode/husky), [postcss](https://github.com/postcss/postcss) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss). Updates `eslint-plugin-cypress` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.3.0...v3.4.0) Updates `husky` from 9.1.1 to 9.1.2 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.1...v9.1.2) Updates `postcss` from 8.4.39 to 8.4.40 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.39...8.4.40) Updates `tailwindcss` from 3.4.6 to 3.4.7 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.7) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * clean up pre-commit (#7329) * deps: upgrade sass loader (#7331) * chore(deps-dev): bump the dependencies group across 1 directory with 4 updates (#7332) Bumps the dependencies group with 4 updates in the / directory: [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [husky](https://github.com/typicode/husky). Updates `@babel/eslint-parser` from 7.24.8 to 7.25.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.0/eslint/babel-eslint-parser) Updates `@babel/preset-env` from 7.24.8 to 7.25.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.0/packages/babel-preset-env) Updates `@eslint/js` from 9.7.0 to 9.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.8.0/packages/js) Updates `husky` from 9.1.2 to 9.1.3 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.2...v9.1.3) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs: update required Node.js version in CONTRIBUTING.md (#7336) * docs(configuration): add `binary` option for module.generator (#7334) * chore: update husky configs (#7337) * docs(configuration): add note for `output.chunkFilename` (#7335) * docs(configuration): fix typo (#7338) * chore(deps-dev): bump the dependencies group with 2 updates (#7339) Bumps the dependencies group with 2 updates: [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [husky](https://github.com/typicode/husky). Updates `@babel/eslint-parser` from 7.25.0 to 7.25.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.1/eslint/babel-eslint-parser) Updates `husky` from 9.1.3 to 9.1.4 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.3...v9.1.4) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump the dependencies group with 2 updates (#7341) Bumps the dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/core` from 7.24.9 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/preset-env` from 7.25.0 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(awesome): add pwa-manifest-loader (#7340) * chore(deps-dev): bump the dependencies group with 2 updates (#7343) Bumps the dependencies group with 2 updates: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) and [cypress](https://github.com/cypress-io/cypress). Updates `@babel/preset-env` from 7.25.2 to 7.25.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env) Updates `cypress` from 13.13.1 to 13.13.2 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.13.1...v13.13.2) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump the dependencies group with 2 updates (#7344) Bumps the dependencies group with 2 updates: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) and [globals](https://github.com/sindresorhus/globals). Updates `react-router-dom` from 6.25.1 to 6.26.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.0/packages/react-router-dom) Updates `globals` from 15.8.0 to 15.9.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.8.0...v15.9.0) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update contents * chore(deps-dev): bump the dependencies group with 2 updates (#7346) Bumps the dependencies group with 2 updates: [autoprefixer](https://github.com/postcss/autoprefixer) and [lint-staged](https://github.com/lint-staged/lint-staged). Updates `autoprefixer` from 10.4.19 to 10.4.20 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20) Updates `lint-staged` from 15.2.7 to 15.2.8 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.7...v15.2.8) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update twitter to x (#7347) * chore(deps-dev): bump the dependencies group with 2 updates (#7349) Bumps the dependencies group with 2 updates: [lightningcss](https://github.com/parcel-bundler/lightningcss) and [postcss](https://github.com/postcss/postcss). Updates `lightningcss` from 1.25.1 to 1.26.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/commits) Updates `postcss` from 8.4.40 to 8.4.41 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.40...8.4.41) --- updated-dependencies: - dependency-name: lightningcss dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump tailwindcss in the dependencies group (#7350) Bumps the dependencies group with 1 update: [tailwindcss](https://github.com/tailwindlabs/tailwindcss). Updates `tailwindcss` from 3.4.7 to 3.4.8 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.8/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.8) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump tailwindcss in the dependencies group (#7351) Bumps the dependencies group with 1 update: [tailwindcss](https://github.com/tailwindlabs/tailwindcss). Updates `tailwindcss` from 3.4.8 to 3.4.9 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.9/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.8...v3.4.9) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump the dependencies group with 2 updates (#7352) Bumps the dependencies group with 2 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress). Updates `@eslint/js` from 9.8.0 to 9.9.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.9.0/packages/js) Updates `eslint-plugin-cypress` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(Plugins): Replace overkill regex with a much simpler one (#7353) * chore(deps-dev): bump lint-staged in the dependencies group (#7354) Bumps the dependencies group with 1 update: [lint-staged](https://github.com/lint-staged/lint-staged). Updates `lint-staged` from 15.2.8 to 15.2.9 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.8...v15.2.9) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump the dependencies group with 2 updates (#7356) Bumps the dependencies group with 2 updates: [cypress](https://github.com/cypress-io/cypress) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss). Updates `cypress` from 13.13.2 to 13.13.3 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.13.2...v13.13.3) Updates `tailwindcss` from 3.4.9 to 3.4.10 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(concepts): fix code (#7358) * Update contents * chore(deps): bump react-router-dom in the dependencies group (#7359) Bumps the dependencies group with 1 update: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). Updates `react-router-dom` from 6.26.0 to 6.26.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.1/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(api): Fix formatting of webpackExports section (#7360) * chore(deps-dev): bump the dependencies group with 3 updates (#7362) Bumps the dependencies group with 3 updates: [@octokit/rest](https://github.com/octokit/rest.js), [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) and [sass-loader](https://github.com/webpack-contrib/sass-loader). Updates `@octokit/rest` from 21.0.1 to 21.0.2 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v21.0.1...v21.0.2) Updates `mini-css-extract-plugin` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.0...v2.9.1) Updates `sass-loader` from 16.0.0 to 16.0.1 - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v16.0.0...v16.0.1) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump husky in the dependencies group (#7363) Bumps the dependencies group with 1 update: [husky](https://github.com/typicode/husky). Updates `husky` from 9.1.4 to 9.1.5 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.4...v9.1.5) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(guides): Mention end of support for subpath mapping exports by Node > 17 (#7364) * Mention end of support for subpath mapping exports by Node > 17 package-exports.mdx https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V17.md#2021-10-19-version-1700-current-bethgriggs * Move note from feature column to Supported by column * chore(deps-dev): bump the dependencies group with 2 updates (#7365) Bumps the dependencies group with 2 updates: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) and [webpack](https://github.com/webpack/webpack). Updates `@babel/preset-env` from 7.25.3 to 7.25.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-preset-env) Updates `webpack` from 5.93.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.93.0...v5.94.0) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(guides): update alternatives (#7326) * docs(guides): update alternatives * Apply suggestions from code review * docs(externals): add `import` and `module-import` external type (#7345) Co-authored-by: Nitin Kumar <snitin315@gmail.com> * docs: add `Rule.assert` (#7367) * docs: add supported version for import & module-import externals (#7369) * docs(configuration): add `Rule.with` (#7368) * docs: add `'modern-module'` value for `output.library.type` (#7370) * docs: add webpackExports warning with destructuring assignments (#7371) * docs: add `webpackIgnore` for `new URL()` (#7366) * docs: avoid code in heading (#7372) * docs(plugins): update NormalModuleReplacementPlugin example (#7373) * docs(configuration): add `output.environment.document` (#7374) * chore(deps-dev): bump @eslint/js in the dependencies group (#7376) Bumps the dependencies group with 1 update: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js). Updates `@eslint/js` from 9.9.0 to 9.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.9.1/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(configuration): update `splitChunks.cacheGroups.{cacheGroup}.name` note (#7375) * chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#7377) Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump cypress in the dependencies group (#7378) Bumps the dependencies group with 1 update: [cypress](https://github.com/cypress-io/cypress). Updates `cypress` from 13.13.3 to 13.14.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.13.3...v13.14.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump cypress in the dependencies group (#7379) Bumps the dependencies group with 1 update: [cypress](https://github.com/cypress-io/cypress). Updates `cypress` from 13.14.0 to 13.14.1 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.14.0...v13.14.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(plugins): Update module-federation-plugin.mdx (#7380) Fixed a typo in Sharing libraries section, where "need" was written twice. * chore(deps-dev): bump the dependencies group with 2 updates (#7382) Bumps the dependencies group with 2 updates: [lint-staged](https://github.com/lint-staged/lint-staged) and [postcss](https://github.com/postcss/postcss). Updates `lint-staged` from 15.2.9 to 15.2.10 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.9...v15.2.10) Updates `postcss` from 8.4.41 to 8.4.44 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.41...8.4…
1 parent 95978ae commit 9c93f98

File tree

14 files changed

+1732
-1637
lines changed

14 files changed

+1732
-1637
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
node-version: [latest]
15+
node-version: [lts/*]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v4
@@ -35,7 +35,7 @@ jobs:
3535
- run: yarn lint:links
3636

3737
- name: Deploy
38-
uses: JamesIves/github-pages-deploy-action@v4.6.8
38+
uses: JamesIves/github-pages-deploy-action@v4.7.2
3939
with:
4040
token: ${{ secrets.GITHUB_TOKEN }}
4141
folder: dist

.github/workflows/testing.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
node-version: [latest]
16+
node-version: [lts/*]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [ubuntu-latest]
35-
node-version: [latest]
35+
node-version: [lts/*]
3636
runs-on: ${{ matrix.os }}
3737
steps:
3838
- uses: actions/checkout@v4
@@ -51,14 +51,13 @@ jobs:
5151
name: Proselint
5252
strategy:
5353
matrix:
54-
# TODO remove after https://github.com/errata-ai/vale-action/issues/128
55-
os: [ubuntu-22.04]
54+
os: [ubuntu-latest]
5655
runs-on: ${{ matrix.os }}
5756
steps:
5857
- uses: actions/checkout@v4
5958

6059
- name: Vale
61-
uses: errata-ai/vale-action@v2.1.0
60+
uses: errata-ai/vale-action@v2.1.1
6261
with:
6362
files: src/content
6463
env:
@@ -69,7 +68,7 @@ jobs:
6968
strategy:
7069
matrix:
7170
os: [ubuntu-latest]
72-
node-version: [latest]
71+
node-version: [lts/*]
7372
runs-on: ${{ matrix.os }}
7473
steps:
7574
- uses: actions/checkout@v4

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -59,27 +59,27 @@
5959
"prepare": "husky && rimraf ./node_modules/.cache/webpack && yarn-deduplicate --strategy fewer"
6060
},
6161
"lint-staged": {
62-
"*.{js,jsx,md,mdx}": [
62+
"*.{js,mjs,jsx,md,mdx}": [
6363
"npm run lint-js"
6464
],
6565
"*.{md,mdx}": [
6666
"npm run lint-markdown"
6767
],
68-
"*.{js,jsx,css,scss,md,mdx,json}": [
68+
"*.{js,mjs,jsx,css,scss,md,mdx,json}": [
6969
"prettier --write"
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.25.8",
74-
"@babel/eslint-parser": "^7.25.8",
73+
"@babel/core": "^7.26.0",
74+
"@babel/eslint-parser": "^7.25.9",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
76-
"@babel/preset-env": "^7.25.8",
77-
"@babel/preset-react": "^7.25.7",
78-
"@eslint/compat": "^1.2.0",
79-
"@eslint/eslintrc": "^3.1.0",
80-
"@eslint/js": "^9.12.0",
81-
"@mdx-js/loader": "^3.0.1",
82-
"@mdx-js/react": "^3.0.1",
76+
"@babel/preset-env": "^7.26.0",
77+
"@babel/preset-react": "^7.26.3",
78+
"@eslint/compat": "^1.2.4",
79+
"@eslint/eslintrc": "^3.2.0",
80+
"@eslint/js": "^9.16.0",
81+
"@mdx-js/loader": "^3.1.0",
82+
"@mdx-js/react": "^3.1.0",
8383
"@octokit/auth-action": "^5.1.1",
8484
"@octokit/rest": "^21.0.2",
8585
"@pmmmwh/react-refresh-webpack-plugin": "next",
@@ -89,36 +89,36 @@
8989
"copy-webpack-plugin": "^12.0.2",
9090
"css-loader": "^7.1.2",
9191
"css-minimizer-webpack-plugin": "^7.0.0",
92-
"cypress": "^13.15.0",
92+
"cypress": "^13.16.0",
9393
"directory-tree": "^3.5.2",
9494
"directory-tree-webpack-plugin": "^1.0.3",
9595
"duplexer": "^0.1.1",
96-
"eslint": "^9.7.0",
96+
"eslint": "^9.16.0",
9797
"eslint-config-prettier": "^9.1.0",
98-
"eslint-plugin-cypress": "^4.0.0",
98+
"eslint-plugin-cypress": "^4.1.0",
9999
"eslint-plugin-mdx": "^3.1.5",
100-
"eslint-plugin-react": "^7.37.1",
101-
"eslint-plugin-react-hooks": "^5.0.0",
100+
"eslint-plugin-react": "^7.37.2",
101+
"eslint-plugin-react-hooks": "^5.1.0",
102102
"front-matter": "^4.0.2",
103103
"github-slugger": "^2.0.0",
104-
"globals": "^15.11.0",
105-
"html-webpack-plugin": "^5.5.4",
104+
"globals": "^15.13.0",
105+
"html-webpack-plugin": "^5.6.3",
106106
"http-server": "^14.1.1",
107-
"husky": "^9.1.6",
107+
"husky": "^9.1.7",
108108
"hyperlink": "^5.0.4",
109109
"jest": "^29.7.0",
110-
"lightningcss": "^1.27.0",
110+
"lightningcss": "^1.28.2",
111111
"lint-staged": "^15.2.10",
112112
"lodash": "^4.17.21",
113-
"markdownlint-cli": "^0.42.0",
113+
"markdownlint-cli": "^0.43.0",
114114
"mdast-util-to-string": "^4.0.0",
115-
"mini-css-extract-plugin": "^2.9.1",
115+
"mini-css-extract-plugin": "^2.9.2",
116116
"mkdirp": "^3.0.1",
117117
"modularscale-sass": "^3.0.3",
118118
"npm-run-all": "^4.1.1",
119-
"postcss": "^8.4.47",
119+
"postcss": "^8.4.49",
120120
"postcss-loader": "^8.1.1",
121-
"prettier": "^3.3.3",
121+
"prettier": "^3.4.2",
122122
"react-refresh": "^0.14.2",
123123
"redirect-webpack-plugin": "^1.0.0",
124124
"remark": "^15.0.1",
@@ -131,36 +131,36 @@
131131
"remark-refractor": "montogeek/remark-refractor",
132132
"rimraf": "^6.0.1",
133133
"sass": "^1.79.5",
134-
"sass-loader": "^16.0.2",
134+
"sass-loader": "^16.0.4",
135135
"sirv-cli": "^3.0.0",
136136
"sitemap-static": "^0.4.2",
137137
"static-site-generator-webpack-plugin": "^3.4.1",
138138
"style-loader": "^4.0.0",
139-
"tailwindcss": "^3.4.14",
139+
"tailwindcss": "^3.4.16",
140140
"tap-spot": "^1.1.2",
141141
"unist-util-visit": "^5.0.0",
142-
"webpack": "^5.95.0",
142+
"webpack": "^5.97.1",
143143
"webpack-bundle-analyzer": "^4.10.2",
144144
"webpack-cli": "^5.1.4",
145145
"webpack-dev-server": "^5.1.0",
146146
"webpack-merge": "^6.0.1",
147-
"workbox-webpack-plugin": "^7.1.0",
147+
"workbox-webpack-plugin": "^7.3.0",
148148
"yarn-deduplicate": "^6.0.2"
149149
},
150150
"dependencies": {
151-
"@docsearch/react": "^3.6.1",
151+
"@docsearch/react": "^3.8.0",
152152
"@react-spring/web": "^9.7.5",
153153
"path-browserify": "^1.0.1",
154154
"prop-types": "^15.8.1",
155155
"react": "^17.0.2",
156156
"react-dom": "^17.0.2",
157157
"react-helmet-async": "^2.0.5",
158-
"react-router-dom": "^6.27.0",
158+
"react-router-dom": "^6.28.0",
159159
"react-tiny-popover": "5",
160160
"react-use": "^17.5.1",
161161
"react-visibility-sensor": "^5.0.2",
162162
"webpack-pwa-manifest": "^4.3.0",
163-
"workbox-window": "^7.0.0"
163+
"workbox-window": "^7.3.0"
164164
},
165165
"resolutions": {
166166
"sitemap-static/minimist": "1.2.5",

src/content/api/cli.mdx

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,15 @@ W> `npx`를 사용하여 webpack을 실행하려면 `webpack-cli`가 설치되
4545

4646
webpack-cli는 webpack을 더 쉽게 사용할 수 있도록 다양한 명령을 제공합니다. 기본적으로 webpack은 다음과 같은 명령어를 제공합니다.
4747

48-
| 명령어 | 사용법 | 설명 |
49-
| --------------------------- | ----------------------------------------------------- | -------------------------------------------------------------------------- |
50-
| [`build`](#build) | `build\|bundle\|b [entries...] [options]` | webpack을 실행합니다. (기본 명령어, 생략 가능). |
51-
| [`configtest`](#configtest) | `configtest\|t [config-path]` | webpack 설정을 검증합니다. |
52-
| [`help`](#help) | `help\|h [command] [option]` | 명령어 및 옵션에 대한 도움말을 표시합니다. |
53-
| [`info`](#info) | `info\|i [options]` | 시스템 정보를 출력합니다. |
54-
| [`init`](#init) | `init\|create\|c\|new\|n [generation-path] [options]` | 새로운 webpack 프로젝트를 초기화합니다. |
55-
| [`loader`](#loader) | `loader\|l [output-path] [options]` | 로더를 스캐폴드합니다. |
56-
| [`plugin`](#plugin) | `plugin\|p [output-path] [options]` | 플러그인을 스캐폴드합니다. |
57-
| [`serve`](#serve) | `serve\|server\|s [options]` | `webpack-dev-server`를 실행합니다. |
58-
| [`version`](#version) | `version\|v [commands...]` | `webpack`, `webpack-cli``webpack-dev-server`의 버전 넘버를 출력합니다. |
59-
| [`watch`](#watch) | `watch\|w [entries...] [options]` | webpack을 실행하고 파일 변경을 감지합니다. |
48+
| 명령어 | 사용법 | 설명 |
49+
| --------------------------- | ----------------------------------------- | -------------------------------------------------------------------------- |
50+
| [`build`](#build) | `build\|bundle\|b [entries...] [options]` | webpack을 실행합니다. (기본 명령어, 생략 가능). |
51+
| [`configtest`](#configtest) | `configtest\|t [config-path]` | webpack 설정을 검증합니다. |
52+
| [`help`](#help) | `help\|h [command] [option]` | 명령어 및 옵션에 대한 도움말을 표시합니다. |
53+
| [`info`](#info) | `info\|i [options]` | 시스템 정보를 출력합니다. |
54+
| [`serve`](#serve) | `serve\|server\|s [options]` | `webpack-dev-server`를 실행합니다. |
55+
| [`version`](#version) | `version\|v [commands...]` | `webpack`, `webpack-cli``webpack-dev-server`의 버전 넘버를 출력합니다. |
56+
| [`watch`](#watch) | `watch\|w [entries...] [options]` | webpack을 실행하고 파일 변경을 감지합니다. |
6057

6158
### Build
6259

@@ -74,16 +71,22 @@ npx webpack build --config ./webpack.config.js --stats verbose
7471

7572
### Init
7673

77-
webpack 프로젝트를 초기화하기 위해 사용합니다.
74+
`create-new-webpack-app`를 사용하여 새로운 webpack 프로젝트를 초기화하기 위해 사용합니다.
7875

7976
```bash
80-
npx webpack init [generation-path] [options]
77+
npx create-new-webpack-app [generation-path] [options]
8178
```
8279

8380
**예시**
8481

8582
```bash
86-
npx webpack init ./my-app --force --template=default
83+
npx create-new-webpack-app ./my-app --force --template=default
84+
```
85+
86+
별칭으로:
87+
88+
```bash
89+
npx create-new-webpack-app init ./my-app --force --template=default
8790
```
8891

8992
#### Generation Path
@@ -104,20 +107,25 @@ npx webpack init ./my-app --force --template=default
104107

105108
질문 없이 프로젝트를 생성합니다. 활성화하면 각 질문에 대한 기본 답변을 사용합니다.
106109

107-
T> [`webpack init` 명령의 전체 문서](https://github.com/webpack/webpack-cli/blob/master/packages/generators/INIT.md)를 참고하세요.
110+
#### Templates supported
111+
112+
- `--template=default` - 기본 설정을 갖춘 템플릿입니다.
113+
- `--template=react` - React 설정을 사용한 템플릿입니다.
114+
- `--template=vue` - Vue 설정을 사용한 템플릿입니다.
115+
- `--template=svelte` - Svelte 설정을 사용한 템플릿입니다.
108116

109117
### Loader
110118

111119
로더를 스캐폴드합니다.
112120

113121
```bash
114-
npx webpack loader [output-path] [options]
122+
npx create-new-webpack-app loader [output-path] [options]
115123
```
116124

117125
**example**
118126

119127
```bash
120-
npx webpack loader ./my-loader --template=default
128+
npx create-new-webpack-app loader ./my-loader --template=default
121129
```
122130

123131
#### Output Path
@@ -137,13 +145,13 @@ npx webpack loader ./my-loader --template=default
137145
플러그인을 스캐폴드합니다.
138146

139147
```bash
140-
npx webpack plugin [output-path] [options]
148+
npx create-new-webpack-app plugin [output-path] [options]
141149
```
142150

143151
**example**
144152

145153
```bash
146-
npx webpack plugin ./my-plugin --template=default
154+
npx create-new-webpack-app plugin ./my-plugin --template=default
147155
```
148156

149157
#### Output Path
@@ -158,6 +166,8 @@ npx webpack plugin ./my-plugin --template=default
158166

159167
템플릿의 유형입니다.
160168

169+
T> `create-new-webpack-app`의 전체 문서를 참고하세요(https://github.com/webpack/webpack-cli/blob/master/packages/create-webpack-app/README.md).
170+
161171
### Info
162172

163173
시스템에 대한 정보를 출력합니다.

src/content/api/module-methods.mdx

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,22 +135,52 @@ import(
135135
/* webpackPreload: true */
136136
`./locale/${language}`
137137
);
138-
```
139138

140-
```js
141139
import(/* webpackIgnore: true */ 'ignored-module.js');
142-
143-
new URL(/* webpackIgnore: true */ 'file1.css', import.meta.url);
144140
```
145141

146142
##### webpackIgnore
147143

144+
**JavaScript Usage**
145+
148146
`true`로 설정하면 동적 import 구문 파싱을 비활성화합니다.
149147

150148
`import.meta.url`을 사용할 때, 그대로 유지되지 않고, 대신 `baseURI`에 따라 대체됩니다. 모듈의 경우 `new URL("./", import.meta.url)`로 대체되고, 다른 경우에는 `document.baseURI`로 기본 설정됩니다. 이렇게 하면 기본 URL 컨텍스트에 맞게 상대 URL이 올바르게 작동합니다.
151149

150+
```js
151+
import(/* webpackIgnore: true */ 'ignored-module.js');
152+
153+
new URL(/* webpackIgnore: true */ 'file1.css', import.meta.url);
154+
```
155+
152156
W> `webpackIgnore``true`로 설정하면 코드 분할이 해제됩니다.
153157
158+
**CSS Usage**
159+
160+
`webpackIgnore` 주석은 webpack이 특정 가져오기 또는 URL 참조를 처리할지 여부를 제어할 수 있습니다.
161+
특정 경우에는 바로 사용할 수 있지만 성능상의 이유로 **모든 경우를 지원하지는 않습니다.**
162+
163+
다음의 경우에는 `webpackIgnore`를 지원합니다:
164+
165+
```css
166+
@import /* webpackIgnore: false */ url(./basic.css);
167+
168+
.class {
169+
color: red;
170+
background: /* webpackIgnore: true */ url('./url/img.png');
171+
}
172+
173+
.class {
174+
background-image: image-set(
175+
/*webpackIgnore: true*/ url(./url/img1x.png) 1x,
176+
url(./url/img2x.png) 2x,
177+
url(./url/img3x.png) 3x
178+
);
179+
}
180+
```
181+
182+
T> 다른 CSS 시나리오의 경우 [`css-loader``webpackIgnore`](/loaders/css-loader/#disable-url-resolving-using-the--webpackignore-true--comment)를 완벽하게 지원하여 필요한 경우 더 많은 유연성을 제공합니다.
183+
154184
##### webpackChunkName
155185
156186
새 청크의 이름입니다. Webpack 2.6.0부터 플레이스홀더 `[index]``[request]`는 주어진 문자열 내에서 증가된 숫자 또는 실제 확인된 파일 이름으로 각각 지원합니다. 이 주석을 추가하면 개별 청크 이름이 [id].js 대신 [my-chunk-name].js로 지정됩니다.

src/content/awesome-webpack.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ _People passionate about Webpack (In no particular order)_
176176
- [Transpile Webpack Plugin](https://github.com/licg9999/transpile-webpack-plugin#readme): Transpiles input files into output files individually without bundling together. -- _Maintainer_: `Chungen Li` [![Github][githubicon]](https://github.com/licg9999) [![Twitter][twittericon]](https://twitter.com/licg9999)
177177
- [Manifest Extraction Plugin](https://github.com/shellscape/webpack-manifest-plugin): Generates an asset manifest after compiling webpack. -- _Maintainer_: `Andrew Powell` [![Github][githubicon]](https://github.com/shellscape)
178178
- [Transform Async Modules Plugin](https://github.com/steverep/transform-async-modules-webpack-plugin): A Webpack plugin to transpile async module output using Babel. Allows transpiling top level await to ES5. -- _Maintainer_: `Steve Repsher` [![Github][githubicon]](https://github.com/steverep)
179+
- [CSS Layering Plugin](https://github.com/kburich/css-layering-webpack-plugin): Wrap CSS in cascade layers. -- _Maintainer_: `Kresimir Buric` [![Github][githubicon]](https://github.com/kburich)
179180

180181
### Webpack Tools
181182

0 commit comments

Comments
 (0)