Skip to content

Commit

Permalink
build(deps-dev): bump stylelint-config-standard from 36.0.1 to 37.0.0…
Browse files Browse the repository at this point in the history
… in /frontend (#343)

* build(deps-dev): bump stylelint-config-standard in /frontend

Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 36.0.1 to 37.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@36.0.1...37.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* deps(frontend): update stylint to 37

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: arc <[email protected]>
  • Loading branch information
dependabot[bot] and zleyyij authored Jan 27, 2025
1 parent aa6bca2 commit bdc485e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 22 deletions.
22 changes: 10 additions & 12 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prettier-plugin-svelte": "^3.2.7",
"stylelint": "^16.14.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard": "^37.0.0",
"svelte": "^5.17.4",
"svelte-check": "^4.0.5",
"tslib": "^2.8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}
.container[open]::backdrop {
background-color: rgba(0 0 0 61);
background-color: rgb(0 0 0 / 61%);
backdrop-filter: blur(5px);
}
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/lib/components/editors/DocumentEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<style>
.editor-controls {
padding-right: 0.5rem;
margin: 0.2rem, 0;
margin: 0.2rem 0;
border-bottom: 0.07rem var(--foreground-4) solid;
display: flex;
justify-content: right;
Expand All @@ -206,7 +206,7 @@
border-radius: 0.2rem;
fill: var(--foreground-4);
float: right;
flex-direction: vertical;
flex-direction: column;
cursor: pointer;
}
Expand Down
6 changes: 1 addition & 5 deletions frontend/src/lib/components/elements/LoadingIcon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
position: absolute;
left: 0;
top: 0;
/* background-color: var(--background-0); */
background-color: rgba(0 0 0 0.9);
/* opacity: 60%; */
background-color: rgba(0 0 0 / 90%);
backdrop-filter: blur(5px);
z-index: 10;
width: 100vw;
Expand Down
1 change: 0 additions & 1 deletion frontend/src/lib/components/topbar/PullRequest.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@
display: flex;
width: 100%;
flex-direction: row;
align-content: bottom;
background: none;
border: none;
font-size: 1rem;
Expand Down

0 comments on commit bdc485e

Please sign in to comment.