From fa9c12ac66d1e9c176e489b9846f932d33bfea59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:02:26 +0200 Subject: [PATCH 1/4] Build(deps-dev): Bump sass from 1.71.0 to 1.71.1 (#39699) Bumps [sass](https://github.com/sass/dart-sass) from 1.71.0 to 1.71.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.71.0...1.71.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7d9213b17..bead6238f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "rollup": "^4.12.0", "rollup-plugin-istanbul": "^5.0.0", "rtlcss": "^4.1.1", - "sass": "^1.71.0", + "sass": "^1.71.1", "sass-true": "^7.0.1", "shelljs": "^0.8.5", "stylelint": "^16.2.1", @@ -9795,9 +9795,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.71.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.71.0.tgz", - "integrity": "sha512-HKKIKf49Vkxlrav3F/w6qRuPcmImGVbIXJ2I3Kg0VMA+3Bav+8yE9G5XmP5lMj6nl4OlqbPftGAscNaNu28b8w==", + "version": "1.71.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.71.1.tgz", + "integrity": "sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -18650,9 +18650,9 @@ "dev": true }, "sass": { - "version": "1.71.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.71.0.tgz", - "integrity": "sha512-HKKIKf49Vkxlrav3F/w6qRuPcmImGVbIXJ2I3Kg0VMA+3Bav+8yE9G5XmP5lMj6nl4OlqbPftGAscNaNu28b8w==", + "version": "1.71.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.71.1.tgz", + "integrity": "sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index de3d4dd747..83c6a4bb2d 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "rollup": "^4.12.0", "rollup-plugin-istanbul": "^5.0.0", "rtlcss": "^4.1.1", - "sass": "^1.71.0", + "sass": "^1.71.1", "sass-true": "^7.0.1", "shelljs": "^0.8.5", "stylelint": "^16.2.1", From 4a7ff943f541473a0a444c5074243ed881905242 Mon Sep 17 00:00:00 2001 From: Vasyl Zuziak Date: Thu, 22 Feb 2024 04:11:39 -0800 Subject: [PATCH 2/4] Merge accordion selectors for `border-radius` rule (#39697) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julien Déramond --- scss/_accordion.scss | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/scss/_accordion.scss b/scss/_accordion.scss index 17e5436ed5..e9f267fba3 100644 --- a/scss/_accordion.scss +++ b/scss/_accordion.scss @@ -134,17 +134,12 @@ &:last-child { border-bottom: 0; } // stylelint-disable selector-max-class - > .accordion-header .accordion-button { - &, - &.collapsed { - @include border-radius(0); - } - } - // stylelint-enable selector-max-class - - > .accordion-collapse { + > .accordion-collapse, + > .accordion-header .accordion-button, + > .accordion-header .accordion-button.collapsed { @include border-radius(0); } + // stylelint-enable selector-max-class } } From dc7ce9fbda99323aee039619868b2e6cf8cb83b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:59:12 +0200 Subject: [PATCH 3/4] Build(deps-dev): Bump lockfile-lint from 4.13.1 to 4.13.2 (#39703) Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.13.1 to 4.13.2. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md) - [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.13.2/packages/lockfile-lint) --- updated-dependencies: - dependency-name: lockfile-lint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bead6238f2..4e874cbdd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "karma-jasmine": "^5.1.0", "karma-jasmine-html-reporter": "^2.1.0", "karma-rollup-preprocessor": "7.0.7", - "lockfile-lint": "^4.13.1", + "lockfile-lint": "^4.13.2", "nodemon": "^3.0.3", "npm-run-all2": "^6.1.2", "postcss": "^8.4.35", @@ -7622,9 +7622,9 @@ } }, "node_modules/lockfile-lint": { - "version": "4.13.1", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.1.tgz", - "integrity": "sha512-JUOsgO2wUGSvo5UzVAj4z0IwQkRLgDY3OnsusnWy/uCUzpG9PDUJtMn718KjkSmnmmxwXqqWlc/Fvho1GaEFGg==", + "version": "4.13.2", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.2.tgz", + "integrity": "sha512-yeg0vJ3NjC6OVMZtC+nSLLavu/e8LE5FZp9u0Itqyt7I0gYYCgGxAsJV3TJ7WtaJd4PahineJvHqSk/4sqzU8w==", "dev": true, "dependencies": { "cosmiconfig": "^8.2.0", @@ -17173,9 +17173,9 @@ } }, "lockfile-lint": { - "version": "4.13.1", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.1.tgz", - "integrity": "sha512-JUOsgO2wUGSvo5UzVAj4z0IwQkRLgDY3OnsusnWy/uCUzpG9PDUJtMn718KjkSmnmmxwXqqWlc/Fvho1GaEFGg==", + "version": "4.13.2", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.13.2.tgz", + "integrity": "sha512-yeg0vJ3NjC6OVMZtC+nSLLavu/e8LE5FZp9u0Itqyt7I0gYYCgGxAsJV3TJ7WtaJd4PahineJvHqSk/4sqzU8w==", "dev": true, "requires": { "cosmiconfig": "^8.2.0", diff --git a/package.json b/package.json index 83c6a4bb2d..2c53359158 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "karma-jasmine": "^5.1.0", "karma-jasmine-html-reporter": "^2.1.0", "karma-rollup-preprocessor": "7.0.7", - "lockfile-lint": "^4.13.1", + "lockfile-lint": "^4.13.2", "nodemon": "^3.0.3", "npm-run-all2": "^6.1.2", "postcss": "^8.4.35", From 4f1fb5094fd998966997974bc1497072c5324cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:04:59 +0200 Subject: [PATCH 4/4] Build(deps-dev): Bump hugo-bin from 0.119.0 to 0.120.2 (#39704) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.119.0 to 0.120.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.119.0...v0.120.2) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e874cbdd4..83b5b8a142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "find-unused-sass-variables": "^5.0.0", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.119.0", + "hugo-bin": "^0.120.2", "ip": "^2.0.1", "jasmine": "^5.1.0", "jquery": "^3.7.1", @@ -6316,9 +6316,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.119.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.119.0.tgz", - "integrity": "sha512-RnjlxHKdOjo7i7yRX/001t53142tC9NTa5JVrnPCTpX2kNQQCz5XdI/WWX7emf0dNkxipj55Z58EsA2ft9W16g==", + "version": "0.120.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.120.2.tgz", + "integrity": "sha512-I2Xc84CLtDKh8jBQym8J1PdwuF0wKBbcQzNoqdjMNnae0RhkWOWOm3tV2CsQX9a1eWsRvBt1QoCLeNw8v0C0Ig==", "dev": true, "funding": [ { @@ -16223,9 +16223,9 @@ } }, "hugo-bin": { - "version": "0.119.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.119.0.tgz", - "integrity": "sha512-RnjlxHKdOjo7i7yRX/001t53142tC9NTa5JVrnPCTpX2kNQQCz5XdI/WWX7emf0dNkxipj55Z58EsA2ft9W16g==", + "version": "0.120.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.120.2.tgz", + "integrity": "sha512-I2Xc84CLtDKh8jBQym8J1PdwuF0wKBbcQzNoqdjMNnae0RhkWOWOm3tV2CsQX9a1eWsRvBt1QoCLeNw8v0C0Ig==", "dev": true, "requires": { "@xhmikosr/bin-wrapper": "^12.0.0", diff --git a/package.json b/package.json index 2c53359158..4b9e87e4de 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "find-unused-sass-variables": "^5.0.0", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.119.0", + "hugo-bin": "^0.120.2", "ip": "^2.0.1", "jasmine": "^5.1.0", "jquery": "^3.7.1",