Conversation
…n be string and numbers
mergify bot
added a commit
that referenced
this pull request
Feb 22, 2026
…io with 2 updates [skip ci] Bumps the build-tools group in /studio with 2 updates: [css-loader](https://github.com/webpack/css-loader) and [webpack-sources](https://github.com/webpack/webpack-sources). Updates `css-loader` from 7.1.3 to 7.1.4 Release notes *Sourced from [css-loader's releases](https://github.com/webpack/css-loader/releases).* > v7.1.4 > ------ > > ### [7.1.4](webpack/css-loader@v7.1.3...v7.1.4) (2026-02-16) > > ### Bug Fixes > > * update peer dependency for `@rspack/core` v2 ([#1652](https://redirect.github.com/webpack/css-loader/issues/1652)) ([aeddefe](webpack/css-loader@aeddefe)) Changelog *Sourced from [css-loader's changelog](https://github.com/webpack/css-loader/blob/main/CHANGELOG.md).* > ### [7.1.4](webpack/css-loader@v7.1.3...v7.1.4) (2026-02-16) > > ### Bug Fixes > > * update peer dependency for `@rspack/core` v2 ([#1652](https://redirect.github.com/webpack/css-loader/issues/1652)) ([aeddefe](webpack/css-loader@aeddefe)) Commits * [`5b795af`](webpack/css-loader@5b795af) chore(release): 7.1.4 * [`aeddefe`](webpack/css-loader@aeddefe) fix: update peer dependency for `@rspack/core` v2 ([#1652](https://redirect.github.com/webpack/css-loader/issues/1652)) * See full diff in [compare view](webpack/css-loader@v7.1.3...v7.1.4) Updates `webpack-sources` from 3.3.3 to 3.3.4 Release notes *Sourced from [webpack-sources's releases](https://github.com/webpack/webpack-sources/releases).* > v3.3.4 > ------ > > Fixes > ===== > > * sync `SourceMapSource` constructor types with `sourceAndMap` method ([#176](https://redirect.github.com/webpack/webpack-sources/issues/176)) Commits * [`060a560`](webpack/webpack-sources@060a560) chore(release): 3.3.4 * [`e3cc2b2`](webpack/webpack-sources@e3cc2b2) fix: sync `SourceMapSource` constructor types with `sourceAndMap` method ([#176](https://redirect.github.com/webpack/webpack-sources/issues/176)) * [`08e4c94`](webpack/webpack-sources@08e4c94) chore: update deps ([#175](https://redirect.github.com/webpack/webpack-sources/issues/175)) * [`bfd2992`](webpack/webpack-sources@bfd2992) chore(deps): bump lodash from 4.17.21 to 4.17.23 ([#174](https://redirect.github.com/webpack/webpack-sources/issues/174)) * [`aa390b3`](webpack/webpack-sources@aa390b3) chore: migrate to npm from yarn * [`3954539`](webpack/webpack-sources@3954539) chore: migrate to npm from yarn * See full diff in [compare view](webpack/webpack-sources@v3.3.3...v3.3.4) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for CUSTOM key/value in types and properties. Values can be string and numbers
Related issues
#174