chore(deps): bump postcss from 8.5.10 to 8.5.22 (#1759)
Bumps postcss from 8.5.10 to 8.5.22.
Release notes
Sourced from postcss's releases.
8.5.22
- Fixed custom property losing semicolon before a comment (by
@sarathfrancis90).8.5.21
- Fixed childless at-rule losing semicolon before comment (by
@sarathfrancis90).- Fixed docs (by
@isker).8.5.20
- Fixed missing space if
AtRule#paramsis set after (by@sarathfrancis90).- Fixed mixing AST error on warnings (by
@MahinAnowar).8.5.19
- Fixed cleaning
beforefor new nodes inserted toRoot(by@MahinAnowar).8.5.18
- Restricted loading previous source maps file to the
opts.fromfolder for security reasons (useunsafeMap: trueto disable the check).8.5.17
- Fixed
Maximum call stack size exceedederror.- Fixed Prototype hijacking for
postcss.fromJSON().- Fixed
Input#origin()for unmapped end position (by@chatman-media).8.5.16
- Fixed
Input#origin()position (by@mizdra).- Fixed
rawsafter rehydrating a JSON AST (by@sarathfrancis90).- Fixed putting parent-less node in
nodesof new node (by@MahinAnowar).- Fixed computing
offsetinpositionBy()(by@greymoth-jp).- Fixed
rangeBy()onindex: 0(by@sarathfrancis90).8.5.15
- Fixed declaration parsing performance (by
@homanp).8.5.14
- Fixed custom syntax regression (by
@43081j).8.5.13
- Fixed
postcss-scsscommend regression.8.5.12
- Fixed reading any file via user-generated CSS.
- Added
opts.unsafeMapto disable checks.8.5.11
- Fixed nested brackets parsing performance (by
@offset).Changelog
Sourced from postcss's changelog.
8.5.22
- Fixed custom property losing semicolon before a comment (by
@sarathfrancis90).8.5.21
- Fixed childless at-rule losing semicolon before comment (by
@sarathfrancis90).- Fixed docs (by
@isker).8.5.20
- Fixed missing space if
AtRule#paramsis set after (by@sarathfrancis90).- Fixed mixing AST error on warnings (by
@MahinAnowar).8.5.19
- Fixed cleaning
beforefor new nodes inserted toRoot(by@MahinAnowar).8.5.18
- Restricted loading previous source maps file to the
opts.fromfolder for security reasons (useunsafeMap: trueto disable the check).8.5.17
- Fixed
Maximum call stack size exceedederror.- Fixed Prototype hijacking for
postcss.fromJSON().- Fixed
Input#origin()for unmapped end position (by@chatman-media).8.5.16
- Fixed
Input#origin()position (by@mizdra).- Fixed
rawsafter rehydrating a JSON AST (by@sarathfrancis90).- Fixed putting parent-less node in
nodesof new node (by@MahinAnowar).- Fixed computing
offsetinpositionBy()(by@greymoth-jp).- Fixed
rangeBy()onindex: 0(by@sarathfrancis90).8.5.15
- Fixed declaration parsing performance (by
@homanp).8.5.14
- Fixed custom syntax regression (by
@43081j).8.5.13
- Fixed
postcss-scsscommend regression.8.5.12
... (truncated)
Commits
a3e48c4Release 8.5.22 versionf49d691Fix custom property losing its semicolon before a comment (#2117)28e0dafRelease 8.5.21 version3d2b4e4Update dependenciesd197327Fix childless at-rule losing its semicolon before a comment (#2115)0e360b7Fix mismatched JSDoc comments on Position (#2114)c4ac725Release 8.5.20 versionc30586dFix missing space when AtRule#params is set after parsing (#2113)5bfc3b9Update dependencies24733fdMove back to latest 11 pnpm- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
AWS Cloud Development Kit (AWS CDK) Toolkit
The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define cloud infrastructure in code and provision it through AWS CloudFormation.
The AWS CDK consists of two main components:
This repository contains the code for the toolkit components. The class library repository is the main repository for the CDK project.
Getting Help
The best way to interact with our team is through GitHub, on the aws-cdk repository. You can open an issue and choose from one of our templates for bug reports, feature requests, documentation issues, or guidance.
If you have a support plan with AWS Support, you can also create a new support case.
You may also find help on these community resources:
aws-cdkContributing
We welcome community contributions and pull requests. See CONTRIBUTING.md for information on how to set up a development environment and submit code.
Structure of this repository
Here are the packages in this repository. See the README of each package for more information about it:
aws-cdkso you can runnpx cdkeven if it’s not installed.Every package comes with its own unit tests. There is a companion repository to this one containing the integration tests. You can find it here: https://github.com/aws/aws-cdk-cli-testing
See the contributing guide for more information on this repository.
Compatibility
The CLI is always able to process CDK apps using a version of the Construct Library released before it. We recommend you always keep the CLI version up-to-date to get the latest features.
For more details on the compatibility model and specific versions that work together, see COMPATIBILITY.md.