Skip to content

Added support for CUSTOM key/value in types and properties#175

Merged
lvca merged 2 commits intomainfrom
issue-174
Oct 29, 2021
Merged

Added support for CUSTOM key/value in types and properties#175
lvca merged 2 commits intomainfrom
issue-174

Conversation

@lvca
Copy link
Contributor

@lvca lvca commented Oct 29, 2021

Added support for CUSTOM key/value in types and properties. Values can be string and numbers

Related issues
#174

@lvca lvca self-assigned this Oct 29, 2021
@lvca lvca added this to the 21.11.1 milestone Oct 29, 2021
@lvca lvca added the enhancement New feature or request label Oct 29, 2021
@lvca lvca linked an issue Oct 29, 2021 that may be closed by this pull request
@lvca lvca merged commit 26d2da0 into main Oct 29, 2021
@lvca lvca deleted the issue-174 branch October 29, 2021 19:30
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for custom key/value in types and properties

1 participant