From b3c7fc4f9f562dec014f1024fbd30a3ae9fe448b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 01:22:30 +0000 Subject: [PATCH] [Demo Dependencies]: Bump the dependencies-dev group Bumps the dependencies-dev group in /docs-src with 3 updates: [@testing-library/react](https://github.com/testing-library/react-testing-library), [@testing-library/user-event](https://github.com/testing-library/user-event) and [sass](https://github.com/sass/dart-sass). Updates `@testing-library/react` from 16.1.0 to 16.2.0 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v16.1.0...v16.2.0) Updates `@testing-library/user-event` from 14.5.2 to 14.6.0 - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v14.5.2...v14.6) Updates `sass` from 1.83.1 to 1.83.4 - [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.83.1...1.83.4) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev ... Signed-off-by: dependabot[bot] --- docs-src/package.json | 6 ++--- docs-src/pnpm-lock.yaml | 58 ++++++++++++++++++++--------------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/docs-src/package.json b/docs-src/package.json index 707edca..2bf5de2 100644 --- a/docs-src/package.json +++ b/docs-src/package.json @@ -30,11 +30,11 @@ }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.1.0", - "@testing-library/user-event": "^14.5.2", + "@testing-library/react": "^16.2.0", + "@testing-library/user-event": "^14.6.0", "@vitejs/plugin-react": "^4.3.4", "rimraf": "^6.0.1", - "sass": "^1.83.1", + "sass": "^1.83.4", "vite": "^6.0.7", "vite-plugin-svgr": "^4.3.0" } diff --git a/docs-src/pnpm-lock.yaml b/docs-src/pnpm-lock.yaml index 21480f6..c39cc60 100644 --- a/docs-src/pnpm-lock.yaml +++ b/docs-src/pnpm-lock.yaml @@ -31,26 +31,26 @@ importers: specifier: ^6.6.3 version: 6.6.3 '@testing-library/react': - specifier: ^16.1.0 - version: 16.1.0(@testing-library/dom@10.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^16.2.0 + version: 16.2.0(@testing-library/dom@10.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@testing-library/user-event': - specifier: ^14.5.2 - version: 14.5.2(@testing-library/dom@10.1.0) + specifier: ^14.6.0 + version: 14.6.0(@testing-library/dom@10.1.0) '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.3.4(vite@6.0.7(sass@1.83.1)) + version: 4.3.4(vite@6.0.7(sass@1.83.4)) rimraf: specifier: ^6.0.1 version: 6.0.1 sass: - specifier: ^1.83.1 - version: 1.83.1 + specifier: ^1.83.4 + version: 1.83.4 vite: specifier: ^6.0.7 - version: 6.0.7(sass@1.83.1) + version: 6.0.7(sass@1.83.4) vite-plugin-svgr: specifier: ^4.3.0 - version: 4.3.0(rollup@4.29.2)(vite@6.0.7(sass@1.83.1)) + version: 4.3.0(rollup@4.29.2)(vite@6.0.7(sass@1.83.4)) packages: @@ -586,8 +586,8 @@ packages: resolution: {integrity: sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} - '@testing-library/react@16.1.0': - resolution: {integrity: sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==} + '@testing-library/react@16.2.0': + resolution: {integrity: sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==} engines: {node: '>=18'} peerDependencies: '@testing-library/dom': ^10.0.0 @@ -601,8 +601,8 @@ packages: '@types/react-dom': optional: true - '@testing-library/user-event@14.5.2': - resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==} + '@testing-library/user-event@14.6.0': + resolution: {integrity: sha512-+jsfK7kVJbqnCYtLTln8Ja/NmVrZRwBJHmHR9IxIVccMWSOZ6Oy0FkDJNeyVu4QSpMNmRfy10Xb76ObRDlWWBQ==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' @@ -1082,9 +1082,9 @@ packages: resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==} engines: {node: '>=0.10.0'} - readdirp@4.0.2: - resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==} - engines: {node: '>= 14.16.0'} + readdirp@4.1.1: + resolution: {integrity: sha512-h80JrZu/MHUZCyHu5ciuoI0+WxsCxzxJTILn6Fs8rxSnFPh+UVHYfeIxK1nVGugMqkfC4vJcBOYbkfkwYK0+gw==} + engines: {node: '>= 14.18.0'} redent@3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} @@ -1110,8 +1110,8 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - sass@1.83.1: - resolution: {integrity: sha512-EVJbDaEs4Rr3F0glJzFSOvtg2/oy2V/YrGFPqPY24UqcLDWcI9ZY5sN+qyO3c/QCZwzgfirvhXvINiJCE/OLcA==} + sass@1.83.4: + resolution: {integrity: sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==} engines: {node: '>=14.0.0'} hasBin: true @@ -1703,14 +1703,14 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react@16.1.0(@testing-library/dom@10.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@testing-library/react@16.2.0(@testing-library/dom@10.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 '@testing-library/dom': 10.1.0 react: 19.0.0 react-dom: 19.0.0(react@19.0.0) - '@testing-library/user-event@14.5.2(@testing-library/dom@10.1.0)': + '@testing-library/user-event@14.6.0(@testing-library/dom@10.1.0)': dependencies: '@testing-library/dom': 10.1.0 @@ -1747,14 +1747,14 @@ snapshots: '@types/unist@2.0.11': {} - '@vitejs/plugin-react@4.3.4(vite@6.0.7(sass@1.83.1))': + '@vitejs/plugin-react@4.3.4(vite@6.0.7(sass@1.83.4))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 6.0.7(sass@1.83.1) + vite: 6.0.7(sass@1.83.4) transitivePeerDependencies: - supports-color @@ -1820,7 +1820,7 @@ snapshots: chokidar@4.0.3: dependencies: - readdirp: 4.0.2 + readdirp: 4.1.1 color-convert@2.0.1: dependencies: @@ -2164,7 +2164,7 @@ snapshots: react@19.0.0: {} - readdirp@4.0.2: {} + readdirp@4.1.1: {} redent@3.0.0: dependencies: @@ -2211,7 +2211,7 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.29.2 fsevents: 2.3.3 - sass@1.83.1: + sass@1.83.4: dependencies: chokidar: 4.0.3 immutable: 5.0.3 @@ -2287,25 +2287,25 @@ snapshots: escalade: 3.2.0 picocolors: 1.1.1 - vite-plugin-svgr@4.3.0(rollup@4.29.2)(vite@6.0.7(sass@1.83.1)): + vite-plugin-svgr@4.3.0(rollup@4.29.2)(vite@6.0.7(sass@1.83.4)): dependencies: '@rollup/pluginutils': 5.1.3(rollup@4.29.2) '@svgr/core': 8.1.0 '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0) - vite: 6.0.7(sass@1.83.1) + vite: 6.0.7(sass@1.83.4) transitivePeerDependencies: - rollup - supports-color - typescript - vite@6.0.7(sass@1.83.1): + vite@6.0.7(sass@1.83.4): dependencies: esbuild: 0.24.2 postcss: 8.4.49 rollup: 4.29.2 optionalDependencies: fsevents: 2.3.3 - sass: 1.83.1 + sass: 1.83.4 which@2.0.2: dependencies: