modified: .gradle/8.11.1/fileHashes/fileHashes.bin

modified:   .gradle/8.11.1/fileHashes/fileHashes.lock
	new file:   .gradle/nb-cache/app-872021804/project-info.ser
	new file:   .gradle/nb-cache/stockfill-555083198/project-info.ser
	new file:   .gradle/nb-cache/subprojects.ser
	new file:   .gradle/nb-cache/trust/322FC9862B0DAFF2344B91F46191E374722A0D7AFDF9E46965583317614B59D2
	modified:   .vscode/launch.json
	modified:   .vscode/tasks.json
	modified:   build/reports/problems/problems-report.html
	modified:   package-lock.json
	modified:   package.json
This commit is contained in:
2025-11-22 06:43:55 +10:00
parent b82e1d4897
commit 6716a68a5b
11 changed files with 63 additions and 11 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
979C32BD1DAD21ACFECAE0F4B59F75AEFC0F106B8BD77F8465DCC59F7CA22862
+1 -1
View File
@@ -12,7 +12,7 @@
"name": "Launch Preview (Test) Server",
"type": "node-terminal",
"request": "launch",
"command": "npm run preview",
"command": "npm run test",
"cwd": "${workspaceFolder}"
}
]
+55 -4
View File
@@ -49,7 +49,58 @@
"endsPattern": "Local:\\s+http://localhost:4173/"
}
},
"isBackground": true
}
]
}
{
"version": "2.0.0",
"tasks": [
{
"label": "npm: dev server",
"type": "npm",
"script": "dev",
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": {
"owner": "vite-dev",
"pattern": [
{
"regexp": "^.*$",
"file": 0,
"location": 0,
"message": 0
}
],
"background": {
"activeOnStart": true,
"beginsPattern": ">.* dev",
"endsPattern": "Local:\\s+http://localhost:5173/"
}
},
"isBackground": true
},
{
"label": "npm: preview server",
"type": "npm",
"script": "preview",
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": {
"owner": "vite-preview",
"pattern": [
{
"regexp": "^.*$",
"file": 0,
"location": 0,
"message": 0
}
],
"background": {
"activeOnStart": true,
"beginsPattern": ">.* preview",
"endsPattern": "Local:\\s+http://localhost:4173/"
}
},
"isBackground": true
}
]
}
+1 -1
View File
@@ -650,7 +650,7 @@ code + .copy-button {
<script type="text/javascript">
function configurationCacheProblems() { return (
// begin-report-data
{"diagnostics":[{"locations":[{"path":"build file '/mnt/server/github-repos/stockfill/build.gradle'","line":23},{"path":"build file '/mnt/server/github-repos/stockfill/build.gradle'","line":23}],"problem":[{"text":"The RepositoryHandler.jcenter() method has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The RepositoryHandler.jcenter() method has been deprecated.","documentationLink":"https://docs.gradle.org/8.11.1/userguide/upgrading_version_6.html#jcenter_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"repository-jcenter","displayName":"The RepositoryHandler.jcenter() method has been deprecated."}],"solutions":[[{"text":"JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead."}]]},{"locations":[{"path":"build file '/mnt/server/github-repos/stockfill/build.gradle'","line":36},{"path":"build file '/mnt/server/github-repos/stockfill/build.gradle'","line":36}],"problem":[{"text":"The RepositoryHandler.jcenter() method has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The RepositoryHandler.jcenter() method has been deprecated.","documentationLink":"https://docs.gradle.org/8.11.1/userguide/upgrading_version_6.html#jcenter_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"repository-jcenter","displayName":"The RepositoryHandler.jcenter() method has been deprecated."}],"solutions":[[{"text":"JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead."}]]},{"locations":[{"path":"build file '/mnt/server/github-repos/stockfill/build.gradle'","line":36},{"path":"build file '/mnt/server/github-repos/stockfill/build.gradle'","line":36}],"problem":[{"text":"The RepositoryHandler.jcenter() method has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The RepositoryHandler.jcenter() method has been deprecated.","documentationLink":"https://docs.gradle.org/8.11.1/userguide/upgrading_version_6.html#jcenter_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"repository-jcenter","displayName":"The RepositoryHandler.jcenter() method has been deprecated."}],"solutions":[[{"text":"JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead."}]]}],"problemsReport":{"totalProblemCount":3,"buildName":"stockfill","requestedTasks":"bundleRelease","documentationLink":"https://docs.gradle.org/8.11.1/userguide/problems-report.html","documentationLinkCaption":"Problem report"}}
{"diagnostics":[{"locations":[{"path":"build file '/mnt/server/github-repos/stockfill/build.gradle'","line":23},{"path":"build file '/mnt/server/github-repos/stockfill/build.gradle'","line":23}],"problem":[{"text":"The RepositoryHandler.jcenter() method has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The RepositoryHandler.jcenter() method has been deprecated.","documentationLink":"https://docs.gradle.org/8.11.1/userguide/upgrading_version_6.html#jcenter_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"repository-jcenter","displayName":"The RepositoryHandler.jcenter() method has been deprecated."}],"solutions":[[{"text":"JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead."}]]},{"locations":[{"path":"build file '/mnt/server/github-repos/stockfill/build.gradle'","line":36},{"path":"build file '/mnt/server/github-repos/stockfill/build.gradle'","line":36}],"problem":[{"text":"The RepositoryHandler.jcenter() method has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The RepositoryHandler.jcenter() method has been deprecated.","documentationLink":"https://docs.gradle.org/8.11.1/userguide/upgrading_version_6.html#jcenter_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"repository-jcenter","displayName":"The RepositoryHandler.jcenter() method has been deprecated."}],"solutions":[[{"text":"JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead."}]]},{"locations":[{"path":"build file '/mnt/server/github-repos/stockfill/build.gradle'","line":36},{"path":"build file '/mnt/server/github-repos/stockfill/build.gradle'","line":36}],"problem":[{"text":"The RepositoryHandler.jcenter() method has been deprecated."}],"severity":"WARNING","problemDetails":[{"text":"This is scheduled to be removed in Gradle 9.0."}],"contextualLabel":"The RepositoryHandler.jcenter() method has been deprecated.","documentationLink":"https://docs.gradle.org/8.11.1/userguide/upgrading_version_6.html#jcenter_deprecation","problemId":[{"name":"deprecation","displayName":"Deprecation"},{"name":"repository-jcenter","displayName":"The RepositoryHandler.jcenter() method has been deprecated."}],"solutions":[[{"text":"JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead."}]]}],"problemsReport":{"totalProblemCount":3,"buildName":"stockfill","requestedTasks":"","documentationLink":"https://docs.gradle.org/8.11.1/userguide/problems-report.html","documentationLinkCaption":"Problem report"}}
// end-report-data
);}
</script>
+1 -1
View File
@@ -38,7 +38,7 @@
"msw": "^2.6.5",
"typescript": "^5.5.4",
"vite": "^7.2.4",
"vitest": "^2.1.4"
"vitest": "^2.1.9"
}
},
"node_modules/@adobe/css-tools": {
+4 -4
View File
@@ -25,14 +25,14 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^5.1.0",
@@ -41,6 +41,6 @@
"msw": "^2.6.5",
"typescript": "^5.5.4",
"vite": "^7.2.4",
"vitest": "^2.1.4"
"vitest": "^2.1.9"
}
}