Skip to content

Commit

Permalink
Merge pull request sass#15 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Feb 13, 2023
2 parents ac8956b + 2284b09 commit 0463a62
Show file tree
Hide file tree
Showing 9 changed files with 311 additions and 300 deletions.
18 changes: 0 additions & 18 deletions .stylelintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@

extends:
- stylelint-config-standard-scss
- stylelint-config-prettier

rules:
# Default rules:
# - https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/index.js
# - https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/index.js
# - https://github.com/stylelint/stylelint-config-standard/blob/main/index.js
# - https://github.com/stylelint/stylelint-config-recommended/blob/main/index.js
# - https://github.com/prettier/stylelint-config-prettier/blob/master/src/index.js

# possible errors (these are all on by default)
no-descending-specificity: null
Expand All @@ -28,19 +26,3 @@ rules:
scss/at-mixin-pattern: null
scss/dollar-variable-pattern: null
scss/no-global-function-names: null

# Disable for Prettier
scss/at-else-closing-brace-newline-after: null
scss/at-else-closing-brace-space-after: null
scss/at-else-empty-line-before: null
scss/at-else-if-parentheses-space-before: null
scss/at-function-parentheses-space-before: null
scss/at-if-closing-brace-newline-after: null
scss/at-if-closing-brace-space-after: null
scss/at-mixin-parentheses-space-before: null
scss/dollar-variable-colon-newline-after: null
scss/dollar-variable-colon-space-after: null
scss/dollar-variable-colon-space-before: null
scss/operator-no-newline-after: null
scss/operator-no-newline-before: null
scss/operator-no-unspaced: null
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.0-0",
"@11ty/eleventy": "^2.0.0",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
Expand All @@ -51,11 +51,11 @@
"@types/jquery": "^3.5.16",
"@types/jqueryui": "^1.12.16",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"date-fns": "^2.29.3",
"deep-equal": "^2.2.0",
"eslint": "^8.33.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -67,15 +67,14 @@
"markdown-it-deflist": "^2.1.0",
"netlify-plugin-11ty": "^1.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.3",
"rollup": "^3.12.0",
"sass": "^1.57.1",
"semver-parser": "^4.0.1",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard-scss": "^6.1.0",
"typedoc": "^0.23.24",
"typescript": "^4.9.4",
"prettier": "^2.8.4",
"rollup": "^3.15.0",
"sass": "^1.58.0",
"semver-parser": "^4.0.4",
"stylelint": "^15.1.0",
"stylelint-config-standard-scss": "^7.0.0",
"typedoc": "^0.23.25",
"typescript": "^4.9.5",
"typogr": "^0.6.8"
},
"resolutions": {
Expand Down
1 change: 0 additions & 1 deletion source/assets/sass/components/_pop-stripe.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@use 'sass:math';

@use 'sass:list';
@use 'sass:meta';
@use '../functions';
Expand Down
1 change: 1 addition & 0 deletions source/assets/sass/components/_sass-syntax-switcher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ html .ui-button.ui-state-disabled:active {
.css-tab {
position: absolute;
left: calc(var(--split-location) - 1%);

@include -active-tab;

&,
Expand Down
1 change: 0 additions & 1 deletion source/assets/sass/layout/_grid-system.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@use 'sass:math';

@use '../breakpoints';
@use '../functions';

Expand Down
1 change: 0 additions & 1 deletion source/assets/sass/sass.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*! Sass */

@charset 'utf-8';

@use 'config';
@use 'vendor/normalize';
@use 'vendor/sanitize';
Expand Down
4 changes: 1 addition & 3 deletions source/assets/sass/visual-design/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@use '../config';
@use 'sass:math';

@use 'sass:color';
@use 'sass:list';
@use '../functions';
Expand Down Expand Up @@ -59,8 +58,7 @@ $sl-colors: (
}

/* prettier-ignore */
$linear-channel-values:
0
$linear-channel-values: 0
.0003035269835488375
.000607053967097675
.0009105809506465125
Expand Down
1 change: 0 additions & 1 deletion source/assets/sass/visual-design/_typography.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@use 'sass:math';

@use '../breakpoints';
@use '../functions';

Expand Down
Loading

0 comments on commit 0463a62

Please sign in to comment.