From 8d96f55b66c3a52c0f4eab7552bed28c609ac1f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:38:46 +0000 Subject: [PATCH] fix(deps): update dependency sass-loader to ^16.0.4 --- lib/webpack-config/package.json | 2 +- pnpm-lock.yaml | 86 +++++++++++++++++++++++++++------ 2 files changed, 72 insertions(+), 16 deletions(-) diff --git a/lib/webpack-config/package.json b/lib/webpack-config/package.json index 2e25c5866..439c1e4a5 100644 --- a/lib/webpack-config/package.json +++ b/lib/webpack-config/package.json @@ -32,7 +32,7 @@ "node-loader": "^2.1.0", "resolve-url-loader": "^5.0.0", "sass-embedded": "1.82.0", - "sass-loader": "^16.0.3", + "sass-loader": "^16.0.4", "source-map-loader": "^5.0.0", "webpack-bundle-analyzer": "^4.10.2", "webpack-manifest-plugin": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3d2c8d7b4..cc0ab08f3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -867,7 +867,9 @@ importers: '@not-govuk/form-field': workspace:^0.15.1 '@not-govuk/forms': workspace:^0.15.1 '@not-govuk/radios': workspace:^0.15.1 + '@not-govuk/search-box': workspace:^0.15.1 '@not-govuk/select': workspace:^0.15.1 + '@not-govuk/standalone-input': workspace:^0.15.1 '@not-govuk/tag': workspace:^0.15.1 '@not-govuk/text-input': workspace:^0.15.1 '@not-govuk/textarea': workspace:^0.15.1 @@ -884,7 +886,9 @@ importers: '@not-govuk/form-field': link:../form-field '@not-govuk/forms': link:../../lib/forms '@not-govuk/radios': link:../radios + '@not-govuk/search-box': link:../search-box '@not-govuk/select': link:../select + '@not-govuk/standalone-input': link:../standalone-input '@not-govuk/text-input': link:../text-input '@not-govuk/textarea': link:../textarea devDependencies: @@ -1356,6 +1360,33 @@ importers: ts-jest: 29.2.5_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 + components/search-box: + specifiers: + '@mdx-js/react': 1.6.22 + '@not-govuk/component-helpers': workspace:^0.15.1 + '@not-govuk/component-test-helpers': workspace:^0.15.1 + '@not-govuk/sass-base': workspace:^0.15.1 + '@not-govuk/standalone-input': workspace:^0.15.1 + '@not-govuk/tag': workspace:^0.15.1 + '@types/react': 18.3.12 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.2.5 + typescript: 4.9.5 + dependencies: + '@not-govuk/component-helpers': link:../../lib/component-helpers + '@not-govuk/sass-base': link:../../lib-govuk/sass-base + '@not-govuk/standalone-input': link:../standalone-input + devDependencies: + '@mdx-js/react': 1.6.22 + '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers + '@not-govuk/tag': link:../tag + '@types/react': 18.3.12 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.2.5_67xnt3v64q2pgz6kguni4h37hu + typescript: 4.9.5 + components/select: specifiers: '@mdx-js/react': 1.6.22 @@ -1408,6 +1439,37 @@ importers: ts-jest: 29.2.5_67xnt3v64q2pgz6kguni4h37hu typescript: 4.9.5 + components/standalone-input: + specifiers: + '@mdx-js/react': 1.6.22 + '@not-govuk/button': workspace:^0.15.1 + '@not-govuk/component-helpers': workspace:^0.15.1 + '@not-govuk/component-test-helpers': workspace:^0.15.1 + '@not-govuk/form-group': workspace:^0.15.1 + '@not-govuk/input': workspace:^0.15.1 + '@not-govuk/sass-base': workspace:^0.15.1 + '@not-govuk/tag': workspace:^0.15.1 + '@types/react': 18.3.12 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.2.5 + typescript: 4.9.5 + dependencies: + '@not-govuk/button': link:../button + '@not-govuk/component-helpers': link:../../lib/component-helpers + '@not-govuk/form-group': link:../form-group + '@not-govuk/input': link:../input + '@not-govuk/sass-base': link:../../lib-govuk/sass-base + devDependencies: + '@mdx-js/react': 1.6.22 + '@not-govuk/component-test-helpers': link:../../lib/component-test-helpers + '@not-govuk/tag': link:../tag + '@types/react': 18.3.12 + jest: 29.7.0 + jest-environment-jsdom: 29.7.0 + ts-jest: 29.2.5_67xnt3v64q2pgz6kguni4h37hu + typescript: 4.9.5 + components/summary-card: specifiers: '@mdx-js/react': 1.6.22 @@ -1767,8 +1829,10 @@ importers: '@not-govuk/phase-banner': workspace:^0.15.1 '@not-govuk/radios': workspace:^0.15.1 '@not-govuk/sass-base': workspace:^0.15.1 + '@not-govuk/search-box': workspace:^0.15.1 '@not-govuk/select': workspace:^0.15.1 '@not-govuk/skip-link': workspace:^0.15.1 + '@not-govuk/standalone-input': workspace:^0.15.1 '@not-govuk/summary-card': workspace:^0.15.1 '@not-govuk/summary-list': workspace:^0.15.1 '@not-govuk/table': workspace:^0.15.1 @@ -1811,8 +1875,10 @@ importers: '@not-govuk/phase-banner': link:../../components/phase-banner '@not-govuk/radios': link:../../components/radios '@not-govuk/sass-base': link:../sass-base + '@not-govuk/search-box': link:../../components/search-box '@not-govuk/select': link:../../components/select '@not-govuk/skip-link': link:../../components/skip-link + '@not-govuk/standalone-input': link:../../components/standalone-input '@not-govuk/summary-card': link:../../components/summary-card '@not-govuk/summary-list': link:../../components/summary-list '@not-govuk/table': link:../../components/table @@ -2252,7 +2318,7 @@ importers: node-loader: ^2.1.0 resolve-url-loader: ^5.0.0 sass-embedded: 1.82.0 - sass-loader: ^16.0.3 + sass-loader: ^16.0.4 source-map-loader: ^5.0.0 webpack-bundle-analyzer: ^4.10.2 webpack-manifest-plugin: ^5.0.0 @@ -2279,7 +2345,7 @@ importers: node-loader: 2.1.0 resolve-url-loader: 5.0.0 sass-embedded: 1.82.0 - sass-loader: 16.0.3_sass-embedded@1.82.0 + sass-loader: 16.0.4_sass-embedded@1.82.0 source-map-loader: 5.0.0 webpack-bundle-analyzer: 4.10.2 webpack-manifest-plugin: 5.0.0 @@ -10172,12 +10238,6 @@ packages: dependencies: undici-types: 6.20.0 - /@types/node/22.9.3: - resolution: {integrity: sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==} - dependencies: - undici-types: 6.19.8 - dev: true - /@types/normalize-package-data/2.4.4: resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -17674,7 +17734,7 @@ packages: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 22.9.3 + '@types/node': 22.10.1 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3 @@ -22392,8 +22452,8 @@ packages: sass-embedded-win32-x64: 1.82.0 dev: false - /sass-loader/16.0.3_sass-embedded@1.82.0: - resolution: {integrity: sha512-gosNorT1RCkuCMyihv6FBRR7BMV06oKRAs+l4UMp1mlcVg9rWN6KMmUj3igjQwmYys4mDP3etEYJgiHRbgHCHA==} + /sass-loader/16.0.4_sass-embedded@1.82.0: + resolution: {integrity: sha512-LavLbgbBGUt3wCiYzhuLLu65+fWXaXLmq7YxivLhEqmiupCFZ5sKUAipK3do6V80YSU0jvSxNhEdT13IXNr3rg==} engines: {node: '>= 18.12.0'} peerDependencies: '@rspack/core': 0.x || 1.x @@ -24274,10 +24334,6 @@ packages: resolution: {integrity: sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==} dev: false - /undici-types/6.19.8: - resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} - dev: true - /undici-types/6.20.0: resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}