MMM-nyc-transit
MMM-nyc-transit copied to clipboard
Bump yaml, @commitlint/load and stylelint
Removes yaml. It's no longer used after updating ancestor dependencies yaml, @commitlint/load and stylelint. These dependencies need to be updated together.
Removes yaml
Updates @commitlint/load
from 16.2.1 to 17.5.0
Release notes
Sourced from @commitlint/load
's releases.
v17.5.0
17.5.0 (2023-03-22)
Bug Fixes
Features
New Contributors
@knocte
made their first contribution in conventional-changelog/commitlint#3558@ari-becker
made their first contribution in conventional-changelog/commitlint#3563@BBosman
made their first contribution in conventional-changelog/commitlint#3566Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v17.4.4...v17.5.0
v17.4.4
17.4.4 (2023-02-17)
Bug Fixes
New Contributors
@gilmoreorless
made their first contribution in conventional-changelog/commitlint#3538Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4
v17.4.3
17.4.3 (2023-02-13)
Bug Fixes
Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v17.4.2...v17.4.3
v17.4.2
17.4.2 (2023-01-12)
... (truncated)
Changelog
Sourced from @commitlint/load
's changelog.
17.5.0 (2023-03-22)
Features
17.4.4 (2023-02-17)
Note: Version bump only for package
@commitlint/load
17.4.2 (2023-01-12)
Bug Fixes
17.4.1 (2023-01-09)
Note: Version bump only for package
@commitlint/load
17.4.0 (2023-01-04)
Bug Fixes
Features
17.3.0 (2022-11-21)
... (truncated)
Commits
665fbe4
v17.5.0c0a27ff
feat: support typescript 5.0 (#3566)1aeec3c
v17.4.43c691ad
v17.4.2dc2c899
fix(load): fixes a bug when a ts commitlint config is compiled twice (#3499)317d044
v17.4.1f19e08f
chore: convert@types/node
version to * (#3490)7b0f7e8
v17.4.0c0b32fe
chore: move@types/node
to devDependencies (#3464)85ad18b
feat: support config .cts extension (#3461)- Additional commits viewable in compare view
Updates stylelint
from 14.8.5 to 15.6.0
Release notes
Sourced from stylelint's releases.
15.6.0
- Added:
allowEmptyInput
,cache
,fix
options to configuration object (#6778) (@mattxwang
).- Added:
ignore: ["with-var-inside"]
tocolor-function-notation
(#6802) (@mattxwang
).- Fixed:
declaration-block-no-duplicate-properties
autofix for 3 or more duplicates (#6801) (@mattxwang
).- Fixed:
declaration-block-no-duplicate-properties
false positives with optionignore: ["consecutive-duplicates-with-different-syntaxes"]
(#6797) (@romainmenke
).- Fixed:
declaration-block-no-duplicate-properties
syntax error (#6792) (@yoyo837
).- Fixed:
declaration-block-no-redundant-longhand-properties
autofix forgrid-template
(#6777) (@mattxwang
).- Fixed:
function-url-quotes
autofix for comments in SCSS function (#6800) (@ybiquitous
).15.5.0
- Added:
ignore: ["consecutive-duplicates-with-different-syntaxes"]
todeclaration-block-no-duplicate-properties
(#6772) (@kimulaco
).- Added:
ignoreProperties: []
todeclaration-block-no-duplicate-custom-properties
(#6773) (@mattxwang
).- Added: raw regex support to
ignoreProperties
fordeclaration-block-no-duplicate-properties
(#6764) (@ybiquitous
).- Fixed:
block-no-empty
false positives with non-whitespace characters (#6782) (@ybiquitous
).- Fixed:
color-function-notation
false positives for namespaced imports (#6774) (@mattxwang
).- Fixed:
custom-property-empty-line-before
false positives for CSS-in-JS (#6767) (@ybiquitous
).- Fixed:
media-feature-range-notation
parse error (#6760) (@fpetrakov
).- Fixed: CLI help improvements (#6783) (
@ybiquitous
).15.4.0
- Added:
--quiet-deprecation-warnings
flag (#6724) (@mattxwang
).- Added:
-c
alias for--config
(#6720) (@sidverma32
).- Added:
media-feature-range-notation
autofix (#6742) (@romainmenke
).- Added:
no-unknown-custom-properties
rule (#6731) (@jameschensmith
).- Fixed:
function-url-quotes
autofix for double-slash comments in SCSS maps (#6745) (@jgerigmeyer
).- Fixed:
isPathIgnored()
utility's performance (#6728) (@ybiquitous
).- Fixed:
rule-selector-property-disallowed-list
secondary options (#6723) (@mattxwang
).- Fixed:
declaration-block-no-redundant-longhand-properties
with basic keywords (#6748) (@mattxwang
).- Fixed: deprecation warnings for disabled rules (#6747) (
@ybiquitous
).15.3.0
- Added:
configurationComment
configuration property (#6629) (@ifitzpatrick
).- Added:
selector-anb-no-unmatchable
rule (#6678) (@mattxwang
).- Fixed: TypeScript error for CommonJS importing (#6703) (
@remcohaszing
).- Fixed:
*-no-redundant-*
false negatives forinset
shorthand (#6699) (@rayrw
).- Fixed:
function-url-quotes
autofix for multipleurl()
(#6711) (@ybiquitous
).- Fixed:
value-keyword-case
false positives for Level 4 system colours (#6712) (@thewilkybarkid
).15.2.0
- Added:
messageArgs
to 76 rules (#6589) (@kizu
).- Fixed: TypeScript error to export
Plugin
andRuleContext
(#6664) (@henryruhs
).- Fixed:
overrides.extends
order when including same rules (#6660) (@kuoruan
).- Fixed:
annotation-no-unknown
false positives for CSS-in-JS template literals (#6666) (@hudochenkov
).- Fixed:
declaration-property-value-no-unknown
false positives for at-rule descriptors (#6669) (@FloEdelmann
).- Fixed:
declaration-property-value-no-unknown
parse error foralpha(opacity=n)
to report as violation (#6650) (@romainmenke
).- Fixed:
function-name-case
false positives for CSS-in-JS template literals (#6666) (@hudochenkov
).- Fixed:
function-no-unknown
false positives for CSS-in-JS template literals (#6666) (@hudochenkov
).- Fixed:
unit-no-unknown
false positives for CSS-in-JS template literals (#6666) (@hudochenkov
).- Fixed:
value-keyword-case
false positives for CSS-in-JS template literals (#6666) (@hudochenkov
).
... (truncated)
Changelog
Sourced from stylelint's changelog.
15.6.0
- Added:
allowEmptyInput
,cache
,fix
options to configuration object (#6778) (@mattxwang
).- Added:
ignore: ["with-var-inside"]
tocolor-function-notation
(#6802) (@mattxwang
).- Fixed:
declaration-block-no-duplicate-properties
autofix for 3 or more duplicates (#6801) (@mattxwang
).- Fixed:
declaration-block-no-duplicate-properties
false positives with optionignore: ["consecutive-duplicates-with-different-syntaxes"]
(#6797) (@romainmenke
).- Fixed:
declaration-block-no-duplicate-properties
syntax error (#6792) (@yoyo837
).- Fixed:
declaration-block-no-redundant-longhand-properties
autofix forgrid-template
(#6777) (@mattxwang
).- Fixed:
function-url-quotes
autofix for comments in SCSS function (#6800) (@ybiquitous
).15.5.0
- Added:
ignore: ["consecutive-duplicates-with-different-syntaxes"]
todeclaration-block-no-duplicate-properties
(#6772) (@kimulaco
).- Added:
ignoreProperties: []
todeclaration-block-no-duplicate-custom-properties
(#6773) (@mattxwang
).- Added: raw regex support to
ignoreProperties
fordeclaration-block-no-duplicate-properties
(#6764) (@ybiquitous
).- Fixed:
block-no-empty
false positives with non-whitespace characters (#6782) (@ybiquitous
).- Fixed:
color-function-notation
false positives for namespaced imports (#6774) (@mattxwang
).- Fixed:
custom-property-empty-line-before
false positives for CSS-in-JS (#6767) (@ybiquitous
).- Fixed:
media-feature-range-notation
parse error (#6760) (@fpetrakov
).- Fixed: CLI help improvements (#6783) (
@ybiquitous
).15.4.0
- Added:
--quiet-deprecation-warnings
flag (#6724) (@mattxwang
).- Added:
-c
alias for--config
(#6720) (@sidverma32
).- Added:
media-feature-range-notation
autofix (#6742) (@romainmenke
).- Added:
no-unknown-custom-properties
rule (#6731) (@jameschensmith
).- Fixed:
function-url-quotes
autofix for double-slash comments in SCSS maps (#6745) (@jgerigmeyer
).- Fixed:
isPathIgnored()
utility's performance (#6728) (@ybiquitous
).- Fixed:
rule-selector-property-disallowed-list
secondary options (#6723) (@mattxwang
).- Fixed:
declaration-block-no-redundant-longhand-properties
with basic keywords (#6748) (@mattxwang
).- Fixed: deprecation warnings for disabled rules (#6747) (
@ybiquitous
).15.3.0
- Added:
configurationComment
configuration property (#6629) (@ifitzpatrick
).- Added:
selector-anb-no-unmatchable
rule (#6678) (@mattxwang
).- Fixed: TypeScript error for CommonJS importing (#6703) (
@remcohaszing
).- Fixed:
*-no-redundant-*
false negatives forinset
shorthand (#6699) (@rayrw
).- Fixed:
function-url-quotes
autofix for multipleurl()
(#6711) (@ybiquitous
).- Fixed:
value-keyword-case
false positives for Level 4 system colours (#6712) (@thewilkybarkid
).15.2.0
- Added:
messageArgs
to 76 rules (#6589) (@kizu
).- Fixed: TypeScript error to export
Plugin
andRuleContext
(#6664) (@henryruhs
).- Fixed:
overrides.extends
order when including same rules (#6660) (@kuoruan
).- Fixed:
annotation-no-unknown
false positives for CSS-in-JS template literals (#6666) (@hudochenkov
).- Fixed:
declaration-property-value-no-unknown
false positives for at-rule descriptors (#6669) (@FloEdelmann
).- Fixed:
declaration-property-value-no-unknown
parse error foralpha(opacity=n)
to report as violation (#6650) (@romainmenke
).
... (truncated)
Commits
380e920
15.6.0a0b7f71
Prepare release (#6794)fffbb4c
Addignore: ["with-var-inside"]
tocolor-function-notation
(#6802)b089a42
AddallowEmptyInput
,cache
,fix
options to configuration object (#6778)2e31353
Fixdeclaration-block-no-redundant-longhand-properties
autofix for `grid-te...61d53ff
Fixdeclaration-block-no-duplicate-properties
autofix for 3 or more duplica...56ba4c5
Fixfunction-url-quotes
autofix for comments in SCSS function (#6800)28328a6
Fixdeclaration-block-no-duplicate-properties
false positives with option `...afe410a
Bump postcss from 8.4.21 to 8.4.22 (#6789)d14a883
Bump@csstools/media-query-list-parser
from 2.0.2 to 2.0.4 (#6786)- 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 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.