Skip to content

Commit

Permalink
npm(deps): bump the npm group with 1 update (#339)
Browse files Browse the repository at this point in the history
* npm(deps): bump the npm group with 1 update

Bumps the npm group with 1 update: [stylelint](https://github.com/stylelint/stylelint).

- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@15.10.3...15.11.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: `declaration-block-no-redundant-longhand-properties` (#340)

* Update MediaWiki:Gadget-MarkAsResolved.css

* Update MediaWiki:Gadget-backlog.css

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AnnAngela <[email protected]>
  • Loading branch information
dependabot[bot] and AnnAngela authored Oct 18, 2023
1 parent aa4862a commit d0f8e72
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 31 deletions.
64 changes: 38 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"postcss-selector-not": "^7.0.1",
"semver": "^7.5.4",
"simple-git": "^3.20.0",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"typescript": "^5.2.2",
"uglify-js": "^3.17.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
.AnnTools_RadioSelectWidget_column_2.oo-ui-radioSelectWidget {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
place-content: start;
align-items: flex-start;
}

Expand Down
3 changes: 1 addition & 2 deletions src/gadgets/backlog/MediaWiki:Gadget-backlog.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.blocklogevents,
.abuselogevents {
overflow-x: hidden;
overflow-y: scroll;
overflow: hidden scroll;
padding: 0 0 1px;
position: relative;
}
Expand Down

0 comments on commit d0f8e72

Please sign in to comment.