+
{ project.description = desc }"
+ :can-edit-description="
+ asProfile === 'user'
+ && ProjectAuthorized.Manage({ projectPermissions: project.myPerms })
+ "
+ @update:model-value="
+ (desc: string | undefined) => {
+ project.description = desc;
+ }
+ "
@save-description="saveProject"
/>
-
+
-
+
-
+
Vous n'avez pas les permissions pour afficher ces ressources
-
+
-
+
-
+
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 5281124de5..b9e7dc1d8c 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -135,6 +135,9 @@ importers:
chalk:
specifier: ^5.6.2
version: 5.6.2
+ eslint:
+ specifier: ^10.1.0
+ version: 10.3.0(jiti@2.6.1)
eslint-plugin-vue:
specifier: ^10.8.0
version: 10.8.0(@stylistic/eslint-plugin@5.10.0(eslint@10.3.0(jiti@2.6.1)))(@typescript-eslint/parser@8.59.2(eslint@10.3.0(jiti@2.6.1))(typescript@5.9.3))(eslint@10.3.0(jiti@2.6.1))(vue-eslint-parser@10.4.0(eslint@10.3.0(jiti@2.6.1)))
@@ -2306,10 +2309,6 @@ packages:
resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/object-schema@3.0.3':
- resolution: {integrity: sha512-iM869Pugn9Nsxbh/YHRqYiqd23AmIbxJOcpUMOuWCVNdoQJ5ZtwL6h3t0bcZzJUlC3Dq9jCFCESBZnX0GTv7iQ==}
- engines: {node: ^20.19.0 || ^22.13.0 || >=24}
-
'@eslint/object-schema@3.0.5':
resolution: {integrity: sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==}
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
@@ -2461,10 +2460,6 @@ packages:
resolution: {integrity: sha512-xS8HAzhRSQXqMfD779EgbZmPcgkaNW8Hf2anrwvvPYb9Tt0vP9CtzOqj+8GYSOUQqgcRFejmCR9WoAgZJamB1g==}
engines: {pnpm: '>=8'}
- '@humanfs/core@0.19.1':
- resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
- engines: {node: '>=18.18.0'}
-
'@humanfs/core@0.19.2':
resolution: {integrity: sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==}
engines: {node: '>=18.18.0'}
@@ -4711,9 +4706,6 @@ packages:
ajv@8.17.1:
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
- ajv@8.18.0:
- resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==}
-
ajv@8.20.0:
resolution: {integrity: sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==}
@@ -4906,10 +4898,6 @@ packages:
brace-expansion@2.1.0:
resolution: {integrity: sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==}
- brace-expansion@5.0.4:
- resolution: {integrity: sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==}
- engines: {node: 18 || 20 || >=22}
-
brace-expansion@5.0.6:
resolution: {integrity: sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==}
engines: {node: 18 || 20 || >=22}
@@ -9581,8 +9569,8 @@ snapshots:
'@apidevtools/json-schema-ref-parser': 14.0.1
'@apidevtools/openapi-schemas': 2.1.0
'@apidevtools/swagger-methods': 3.0.2
- ajv: 8.18.0
- ajv-draft-04: 1.0.0(ajv@8.18.0)
+ ajv: 8.20.0
+ ajv-draft-04: 1.0.0(ajv@8.20.0)
call-me-maybe: 1.0.2
openapi-types: 12.1.3
@@ -10853,9 +10841,9 @@ snapshots:
'@eslint/config-array@0.23.3':
dependencies:
- '@eslint/object-schema': 3.0.3
+ '@eslint/object-schema': 3.0.5
debug: 4.4.3(supports-color@5.5.0)
- minimatch: 10.2.4
+ minimatch: 10.2.5
transitivePeerDependencies:
- supports-color
@@ -10873,7 +10861,7 @@ snapshots:
'@eslint/config-helpers@0.5.3':
dependencies:
- '@eslint/core': 1.1.1
+ '@eslint/core': 1.2.1
'@eslint/config-helpers@0.5.5':
dependencies:
@@ -10925,8 +10913,6 @@ snapshots:
'@eslint/object-schema@2.1.7': {}
- '@eslint/object-schema@3.0.3': {}
-
'@eslint/object-schema@3.0.5': {}
'@eslint/plugin-kit@0.4.1':
@@ -10936,7 +10922,7 @@ snapshots:
'@eslint/plugin-kit@0.6.1':
dependencies:
- '@eslint/core': 1.1.1
+ '@eslint/core': 1.2.1
levn: 0.4.1
'@eslint/plugin-kit@0.7.1':
@@ -10954,8 +10940,8 @@ snapshots:
'@fastify/ajv-compiler@3.6.0':
dependencies:
- ajv: 8.18.0
- ajv-formats: 2.1.1(ajv@8.18.0)
+ ajv: 8.20.0
+ ajv-formats: 2.1.1(ajv@8.20.0)
fast-uri: 2.4.0
'@fastify/ajv-compiler@4.0.5':
@@ -11160,15 +11146,13 @@ snapshots:
'@himenon/argocd-typescript-openapi@1.2.2': {}
- '@humanfs/core@0.19.1': {}
-
'@humanfs/core@0.19.2':
dependencies:
'@humanfs/types': 0.15.0
'@humanfs/node@0.16.7':
dependencies:
- '@humanfs/core': 0.19.1
+ '@humanfs/core': 0.19.2
'@humanwhocodes/retry': 0.4.3
'@humanfs/node@0.16.8':
@@ -11449,10 +11433,10 @@ snapshots:
'@kubernetes-models/validate@4.0.0':
dependencies:
- ajv: 8.18.0
- ajv-formats: 2.1.1(ajv@8.18.0)
- ajv-formats-draft2019: 1.6.1(ajv@8.18.0)
- ajv-i18n: 4.2.0(ajv@8.18.0)
+ ajv: 8.20.0
+ ajv-formats: 2.1.1(ajv@8.20.0)
+ ajv-formats-draft2019: 1.6.1(ajv@8.20.0)
+ ajv-i18n: 4.2.0(ajv@8.20.0)
is-cidr: 4.0.2
tslib: 2.8.1
optionalDependencies:
@@ -14025,7 +14009,7 @@ snapshots:
'@typescript-eslint/types': 8.57.0
'@typescript-eslint/visitor-keys': 8.57.0
debug: 4.4.3(supports-color@5.5.0)
- minimatch: 10.2.4
+ minimatch: 10.2.5
semver: 7.7.4
tinyglobby: 0.2.15
ts-api-utils: 2.4.0(typescript@5.9.3)
@@ -14565,45 +14549,41 @@ snapshots:
agent-base@7.1.4: {}
- ajv-draft-04@1.0.0(ajv@8.18.0):
+ ajv-draft-04@1.0.0(ajv@8.20.0):
optionalDependencies:
- ajv: 8.18.0
+ ajv: 8.20.0
- ajv-formats-draft2019@1.6.1(ajv@8.18.0):
+ ajv-formats-draft2019@1.6.1(ajv@8.20.0):
dependencies:
- ajv: 8.18.0
+ ajv: 8.20.0
punycode: 2.3.1
schemes: 1.4.0
smtp-address-parser: 1.1.0
uri-js: 4.4.1
- ajv-formats@2.1.1(ajv@8.18.0):
+ ajv-formats@2.1.1(ajv@8.20.0):
optionalDependencies:
- ajv: 8.18.0
+ ajv: 8.20.0
ajv-formats@3.0.1(ajv@8.17.1):
optionalDependencies:
ajv: 8.17.1
- ajv-formats@3.0.1(ajv@8.18.0):
- optionalDependencies:
- ajv: 8.18.0
-
ajv-formats@3.0.1(ajv@8.20.0):
optionalDependencies:
ajv: 8.20.0
- ajv-i18n@4.2.0(ajv@8.18.0):
+ ajv-i18n@4.2.0(ajv@8.20.0):
dependencies:
- ajv: 8.18.0
+ ajv: 8.20.0
- ajv-keywords@3.5.2(ajv@6.14.0):
+ ajv-keywords@3.5.2(ajv@6.15.0):
dependencies:
- ajv: 6.14.0
+ ajv: 6.15.0
- ajv-keywords@5.1.0(ajv@8.18.0):
+ ajv-keywords@5.1.0(ajv@8.20.0):
dependencies:
- ajv: 8.18.0
+ ajv: 8.20.0
fast-deep-equal: 3.1.3
ajv@6.14.0:
@@ -14627,13 +14607,6 @@ snapshots:
json-schema-traverse: 1.0.0
require-from-string: 2.0.2
- ajv@8.18.0:
- dependencies:
- fast-deep-equal: 3.1.3
- fast-uri: 3.1.0
- json-schema-traverse: 1.0.0
- require-from-string: 2.0.2
-
ajv@8.20.0:
dependencies:
fast-deep-equal: 3.1.3
@@ -14841,10 +14814,6 @@ snapshots:
dependencies:
balanced-match: 1.0.2
- brace-expansion@5.0.4:
- dependencies:
- balanced-match: 4.0.4
-
brace-expansion@5.0.6:
dependencies:
balanced-match: 4.0.4
@@ -16029,8 +15998,8 @@ snapshots:
fast-json-stringify@5.16.1:
dependencies:
'@fastify/merge-json-schemas': 0.1.1
- ajv: 8.18.0
- ajv-formats: 3.0.1(ajv@8.18.0)
+ ajv: 8.20.0
+ ajv-formats: 3.0.1(ajv@8.20.0)
fast-deep-equal: 3.1.3
fast-uri: 2.4.0
json-schema-ref-resolver: 1.0.1
@@ -16459,7 +16428,7 @@ snapshots:
glob@13.0.0:
dependencies:
- minimatch: 10.2.4
+ minimatch: 10.2.5
minipass: 7.1.3
path-scurry: 2.0.2
@@ -17672,7 +17641,7 @@ snapshots:
minimatch@10.2.4:
dependencies:
- brace-expansion: 5.0.4
+ brace-expansion: 5.0.6
minimatch@10.2.5:
dependencies:
@@ -18665,15 +18634,15 @@ snapshots:
schema-utils@3.3.0:
dependencies:
'@types/json-schema': 7.0.15
- ajv: 6.14.0
- ajv-keywords: 3.5.2(ajv@6.14.0)
+ ajv: 6.15.0
+ ajv-keywords: 3.5.2(ajv@6.15.0)
schema-utils@4.3.3:
dependencies:
'@types/json-schema': 7.0.15
- ajv: 8.18.0
- ajv-formats: 2.1.1(ajv@8.18.0)
- ajv-keywords: 5.1.0(ajv@8.18.0)
+ ajv: 8.20.0
+ ajv-formats: 2.1.1(ajv@8.20.0)
+ ajv-keywords: 5.1.0(ajv@8.20.0)
schemes@1.4.0:
dependencies: