faker-js/faker (@faker-js/faker)
### [`v9.2.0`](https://redirect.github.com/faker-js/faker/blob/HEAD/CHANGELOG.md#920-2024-11-03)
[Compare Source](https://redirect.github.com/faker-js/faker/compare/v9.1.0...v9.2.0)
##### Features
- **animal:** add petName method ([#3196](https://redirect.github.com/faker-js/faker/issues/3196)) ([c02beea](https://redirect.github.com/faker-js/faker/commit/c02beeadd49e48656a0307451517e9751e3118c3))
- **number:** add romanNumeral method ([#3070](https://redirect.github.com/faker-js/faker/issues/3070)) ([72937de](https://redirect.github.com/faker-js/faker/commit/72937de55c892c011846bc2b67dc0df61fbdf5a2))
##### Changed Locales
- **locale:** improve Spanish color names ([#3230](https://redirect.github.com/faker-js/faker/issues/3230)) ([99d81be](https://redirect.github.com/faker-js/faker/commit/99d81bed28b36ab525340e32a7349799cbe88eca))
testing-library/jest-dom (@testing-library/jest-dom)
### [`v6.6.3`](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.2...5ba015651c7b10c154e5a4ae54f85df6010c5295)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3)
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
Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
9.1.0
->9.2.0
6.6.2
->6.6.3
5.95.0
->5.96.1
Release Notes
faker-js/faker (@faker-js/faker)
### [`v9.2.0`](https://redirect.github.com/faker-js/faker/blob/HEAD/CHANGELOG.md#920-2024-11-03) [Compare Source](https://redirect.github.com/faker-js/faker/compare/v9.1.0...v9.2.0) ##### Features - **animal:** add petName method ([#3196](https://redirect.github.com/faker-js/faker/issues/3196)) ([c02beea](https://redirect.github.com/faker-js/faker/commit/c02beeadd49e48656a0307451517e9751e3118c3)) - **number:** add romanNumeral method ([#3070](https://redirect.github.com/faker-js/faker/issues/3070)) ([72937de](https://redirect.github.com/faker-js/faker/commit/72937de55c892c011846bc2b67dc0df61fbdf5a2)) ##### Changed Locales - **locale:** improve Spanish color names ([#3230](https://redirect.github.com/faker-js/faker/issues/3230)) ([99d81be](https://redirect.github.com/faker-js/faker/commit/99d81bed28b36ab525340e32a7349799cbe88eca))testing-library/jest-dom (@testing-library/jest-dom)
### [`v6.6.3`](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.2...5ba015651c7b10c154e5a4ae54f85df6010c5295) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3)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 modulesConfiguration
📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» 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.