Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
7.1k
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!10339
10.5.x-bump-stylelint
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
10.5.x-bump-stylelint
issue/drupal-3488005:3488005-10.5.x-bump-stylelint
into
10.5.x
Overview
0
Commits
3
Pipelines
2
Changes
2
Closed
spokje
requested to merge
issue/drupal-3488005:3488005-10.5.x-bump-stylelint
into
10.5.x
1 month ago
Overview
0
Commits
3
Pipelines
2
Changes
2
Expand
Closes
#3488005
👍
0
👎
0
Merge request reports
Compare
10.5.x
version 1
381948bb
1 month ago
10.5.x (base)
and
latest version
latest version
00e6230a
3 commits,
4 weeks ago
version 1
381948bb
1130 commits,
1 month ago
2 files
+
222
−
406
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
core/package.json
+
3
−
3
Options
@@ -91,12 +91,12 @@
"prettier"
:
"^3.0.3"
,
"shepherd.js"
:
"~10.0.1"
,
"sortablejs"
:
"1.15.x"
,
"stylelint"
:
"^1
5
.10.1"
,
"stylelint"
:
"^1
6
.10.1"
,
"stylelint-checkstyle-formatter"
:
"^0.1.2"
,
"stylelint-config-standard"
:
"^3
4
.0.
0
"
,
"stylelint-config-standard"
:
"^3
6
.0.
1
"
,
"stylelint-formatter-gitlab"
:
"^1.0.2"
,
"stylelint-order"
:
"^6.0.3"
,
"stylelint-prettier"
:
"^
4.1.0
"
,
"stylelint-prettier"
:
"^
5.0.2
"
,
"tabbable"
:
"^6.1.2"
,
"terser"
:
"^5.19.0"
,
"terser-webpack-plugin"
:
"^5.3.9"
,
Loading