Compare commits

...
8 Commits
Author SHA1 Message Date
root c77bd884b8 fix: release
continuous-integration/drone/tag Build is pending
2026-08-21 00:11:37 +00:00
m.schnitzler f5993b3f57 renovate (#200)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-08-21 00:11:21 +00:00
root 2e00c5e98d chore: ignore .design-sync/ en entier (et plus seulement son .cache/) — gitignore, prettierignore, eslint 2026-08-18 22:33:48 +02:00
root 185deff0c7 feature: sweeps flotte — interpolation i18n {nom} back/front (translations.ts, src/lib/i18n.ts, types/express.d.ts), styles de base en @layer base, ignores des artefacts /design-sync (git/docker/prettier/eslint/nodemon/vite). Emporte les modifs en attente des autres sessions. 2026-08-17 17:55:43 +02:00
root a9b7f71e7e fix: release
continuous-integration/drone/tag Build is pending
2026-08-13 23:32:03 +00:00
m.schnitzler cbfaa67a58 renovate (#199)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-08-13 23:31:53 +00:00
root d42ec0f203 fix: release
continuous-integration/drone/tag Build is passing
2026-08-12 23:30:10 +00:00
m.schnitzler 9f1d071cb3 renovate (#198)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-08-12 23:29:55 +00:00
5 changed files with 28 additions and 18 deletions
+5
View File
@@ -34,3 +34,8 @@ data/
tsconfig.tsbuildinfo
.twig-cs-fixer.cache
testfront-screenshots/
# artefacts /design-sync : workspace du skill (specs, previews, build) — pas du code de la flotte
ds-bundle/
.ds-sync/
.design-sync/
+5
View File
@@ -8,3 +8,8 @@ data/*
/dist/
tsconfig.tsbuildinfo
legacy/*
# artefacts /design-sync : workspace du skill (specs, previews, build) — pas du code de la flotte
ds-bundle/
.ds-sync/
.design-sync/
+1 -1
View File
@@ -64,7 +64,7 @@ export default [
},
},
{
ignores: ['legacy/', 'out/', 'dist/', '.vscode-test/', '**/*.d.ts'],
ignores: ['legacy/', 'out/', 'dist/', '.vscode-test/', '**/*.d.ts', 'ds-bundle/', '.ds-sync/', '.design-sync/'],
},
// EN DERNIER : prettier est seul juge du formatage. Neutralise les regles de formatage des presets
// (unicorn/number-literal-case, no-confusing-arrow, no-multi-spaces...) que le cron `eslint --fix`
+13 -13
View File
@@ -1,25 +1,25 @@
{
"name": "vscodestat",
"version": "1.8.12",
"version": "1.8.15",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscodestat",
"version": "1.8.12",
"version": "1.8.15",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "26.x",
"@types/vscode": "^1.125.0",
"@types/vscode": "^1.134.0",
"@typescript-eslint/eslint-plugin": "^8.67.0",
"@typescript-eslint/parser": "^8.67.0",
"@vscode/test-cli": "^0.0.15",
"@vscode/test-electron": "^3.1.0",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.9.0",
"globals": "^17.11.0",
"husky": "^9.1.7",
"lint-staged": "^17.3.0",
"prettier": "^3.9.6",
@@ -390,9 +390,9 @@
}
},
"node_modules/@types/vscode": {
"version": "1.125.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.125.0.tgz",
"integrity": "sha512-0icm/ZQAaism87P0ekHqi4/Ju9du+Tm0RUW+y7vqRsxY2cY0FNRX1nAnaW7nT6npPt2tfHiheZ55Zm9UhqonFA==",
"version": "1.134.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.134.0.tgz",
"integrity": "sha512-NDEu0hg4sF7+vvFsADsktqUJ6f80LHSZvVK2Ovo1XiQ0/VHck1O3zst+ZZyVA/uvz6vo6LcuoqU2q48YMqOwWw==",
"dev": true,
"license": "MIT"
},
@@ -721,9 +721,9 @@
}
},
"node_modules/ansi-regex": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.3.0.tgz",
"integrity": "sha512-WpDfL7NO6j7tH88IDBNVdUJxDh9nmCteAVW9dsep846XdwF4naCBK+/tGLX3KJgcpgMRXCFlTM2hKGoK9FsdrQ==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1547,9 +1547,9 @@
}
},
"node_modules/globals": {
"version": "17.9.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.9.0.tgz",
"integrity": "sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==",
"version": "17.11.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.11.0.tgz",
"integrity": "sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==",
"dev": true,
"license": "MIT",
"engines": {
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "vscodestat",
"displayName": "vscodestat",
"version": "1.8.12",
"version": "1.8.15",
"description": "",
"categories": [
"Other"
@@ -52,14 +52,14 @@
"@eslint/js": "^10.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "26.x",
"@types/vscode": "^1.125.0",
"@types/vscode": "^1.134.0",
"@typescript-eslint/eslint-plugin": "^8.67.0",
"@typescript-eslint/parser": "^8.67.0",
"@vscode/test-cli": "^0.0.15",
"@vscode/test-electron": "^3.1.0",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.9.0",
"globals": "^17.11.0",
"husky": "^9.1.7",
"lint-staged": "^17.3.0",
"prettier": "^3.9.6",
@@ -67,7 +67,7 @@
"typescript": "^6.0.3"
},
"engines": {
"vscode": "^1.125.0"
"vscode": "^1.134.0"
},
"icon": "icon.png",
"extensionKind": [