Bump postcss and css-loader
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps postcss to 8.5.6 and updates ancestor dependency css-loader. These dependencies need to be updated together.
Updates postcss
from 7.0.17 to 8.5.6
Release notes
Sourced from postcss's releases.
8.5.6
- Fixed
ContainerWithChildren
type discriminating (by@Goodwine
).8.5.5
- Fixed
package.json
→exports
compatibility with some tools (by@JounQin
).8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary
).8.5.3
- Added more details to
Unknown word
error (by@hiepxanh
).- Fixed types (by
@romainmenke
).- Fixed docs (by
@catnipan
).8.5.2
- Fixed end position of rules with semicolon (by
@romainmenke
).8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke
).8.5 “Duke Alloces”
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenke
during his work on Stylelint addedInput#document
in additional toInput#css
.root.source.input.document //=> "<p>Hello</p> // <style> // p { // color: green; // } // </style>" root.source.input.css //=> "p { // color: green; // }"
Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
- Tidelift with a Spotify-like subscription model supporting all projects from your lock file.
- Direct donations at GitHub Sponsors or Open Collective.
... (truncated)
Changelog
Sourced from postcss's changelog.
8.5.6
- Fixed
ContainerWithChildren
type discriminating (by@Goodwine
).8.5.5
- Fixed
package.json
→exports
compatibility with some tools (by@JounQin
).8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary
).8.5.3
- Added more details to
Unknown word
error (by@hiepxanh
).- Fixed types (by
@romainmenke
).- Fixed docs (by
@catnipan
).8.5.2
- Fixed end position of rules with semicolon (by
@romainmenke
).8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke
).8.5 “Duke Alloces”
- Added
Input#document
for sources like CSS-in-JS or HTML (by@romainmenke
).8.4.49
- Fixed custom syntax without
source.offset
(by@romainmenke
).8.4.48
- Fixed position calculation in error/warnings methods (by
@romainmenke
).8.4.47
- Removed debug code.
8.4.46
- Fixed
Cannot read properties of undefined (reading 'before')
.8.4.45
- Removed unnecessary fix which could lead to infinite loop.
8.4.44
- Another way to fix
markClean is not a function
error.8.4.43
- Fixed
markClean is not a function
error.8.4.42
- Fixed CSS syntax error on long minified files (by
@varpstar
).8.4.41
- Fixed types (by
@nex3
and@querkmachine
).- Cleaned up RegExps (by
@bluwy
).
... (truncated)
Commits
91d6eb5
Release 8.5.6 version65ffc55
Update dependenciesecd20eb
Fix ContainerWithChildren to allow discriminating the node type by comparing ...c181597
Release 8.5.5 versionc5523fb
Update dependencies2e3450c
refactor:import
should be listed beforerequire
(#2052)4d720bd
Update EM text6cb4a66
Release 8.5.4 versionec5c1e0
Update dependenciese85e938
Fix code format- Additional commits viewable in compare view
Updates css-loader
from 3.0.0 to 7.1.2
Release notes
Sourced from css-loader's releases.
v7.1.2
7.1.2 (2024-05-22)
Bug Fixes
v7.1.1
7.1.1 (2024-04-10)
Bug Fixes
v7.1.0
7.1.0 (2024-04-08)
Features
v7.0.0
7.0.0 (2024-04-04)
⚠ BREAKING CHANGES
- The
modules.namedExport
option istrue
by default if you enable theesModule
optionMigration guide:
Before:
import style from "./style.css";
console.log(style.myClass);
After:
import * as style from "./style.css";
console.log(style.myClass);
... (truncated)
Changelog
Sourced from css-loader's changelog.
7.1.2 (2024-05-22)
Bug Fixes
7.1.1 (2024-04-10)
Bug Fixes
7.1.0 (2024-04-08)
Features
7.0.0 (2024-04-04)
⚠ BREAKING CHANGES
- The
modules.namedExport
option istrue
by default if you enable theesModule
optionMigration guide:
Before:
import style from "./style.css";
console.log(style.myClass);
After:
import * as style from "./style.css";
console.log(style.myClass);
To restore 6.x behavior, please use:
module.exports = { </tr></table>
... (truncated)
Commits
d5ba44a
chore(release): 7.1.276757ef
fix: keep order of@import
s with thewebpackIgnore
comment (#1600)4b41689
ci: use node v22 (#1596)2068222
chore: update dependencies to latest version (#1595)e006f66
refactor: useenvironment
to gettemplateLiteral
value (#1591)5c717c9
chore(release): 7.1.1d6c31a1
fix: automatically rename classdefault
to_default
when named export is ...b162e25
chore(release): 7.1.015f793d
docs: update logic (#1587)9c165a4
docs: update migration guide (#1586)- Additional commits viewable in compare view
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 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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
2
+158
-89
Package Dependencies
Technical Details
ID: | 4661092 |
UUID: | 2722725428 |
Node ID: | PR_kwDOItzFIs6iSX40 |
Host: | GitHub |
Repository: | programxteam/SignalR-Web-Client |
Merge State: | Unknown |