Skip to content

Commit

Permalink
chore(deps): update npm packages (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdewas-aneo authored Dec 3, 2024
2 parents a83f90d + 28ef4e3 commit ba49fa4
Show file tree
Hide file tree
Showing 11 changed files with 6,828 additions and 4,499 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

8 changes: 0 additions & 8 deletions .eslintrc.cjs

This file was deleted.

38 changes: 19 additions & 19 deletions AEP/aep-00001.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# AEP 1: AEP Purpose and Guidelines

| |ArmoniK Enhancement Proposal|
---: |:---
**AEP** | 1
**Title** | AEP Purpose and Guidelines
**Author** | Dylan Brasseur <<[email protected]>>
**Status** | Active
**Type** | Process
**Creation Date** | 2023-10-23
| ---: |:--- |
| **AEP** | 1 |
| **Title** | AEP Purpose and Guidelines |
| **Author** | Dylan Brasseur <<[email protected]>> |
| **Status** | Active |
| **Type** | Process |
| **Creation Date** | 2023-10-23 |

# What is an AEP ?

Expand Down Expand Up @@ -133,18 +133,18 @@ Each AEP must begin with a heading and table using the following format:
```markdown
# AEP {AEP number}: {AEP Title}

| |ArmoniK Enhancement Proposal|
---: |:---
**AEP** | AEP number
**Title** | AEP Title
**Author** | Author name <<Author-email>>
**Status** | AEP Status
**Type** | (Standard or Informational or Process)
**Requires** | AEP numbers
**ArmoniK Version** | ArmoniK version
**Replaces** | AEP number
**Superseded-By** | AEP number
**Creation Date** | Creation date of the AEP (YYYY-MM-DD format)
| |ArmoniK Enhancement Proposal|
|---: |:--- |
| **AEP** | AEP number |
| **Title** | AEP Title |
| **Author** | Author name <<Author-email>> |
| **Status** | AEP Status |
| **Type** | (Standard or Informational or Process) |
| **Requires** | AEP numbers |
| **ArmoniK Version** | ArmoniK version |
| **Replaces** | AEP number |
| **Superseded-By** | AEP number |
| **Creation Date** | Creation date of the AEP (YYYY-MM-DD format) |
```

The "Requires", "ArmoniK Version", "Replaces" and "Superseded-By" fields can be omitted for AEP where they're not relevant.
Expand Down
14 changes: 7 additions & 7 deletions AEP/aep-00002.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# AEP 2: ArmoniK APIs Definition Guidelines

| |ArmoniK Enhancement Proposal|
---: |:---
**AEP** | 2
**Title** | ArmoniK APIs Definition Guidelines
**Author** | Jérôme Gurhem <<[email protected]>>
**Status** | Draft
**Type** | Process
**Creation Date** | 2023-09-14
|---: |:---|
|**AEP** | 2|
|**Title** | ArmoniK APIs Definition Guidelines|
|**Author** | Jérôme Gurhem <<[email protected]>>|
|**Status** | Draft|
|**Type** | Process|
|**Creation Date** | 2023-09-14|

# Abstract

Expand Down
14 changes: 7 additions & 7 deletions AEP/aep-00003.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# AEP 3: Data lifecycle management inside sessions by ArmoniK

| |ArmoniK Enhancement Proposal|
---: |:---
**AEP** | 3
**Title** | Data lifecycle management inside sessions by ArmoniK
**Author** | Malak Elflitty <<[email protected]>>, Jérôme Gurhem <<[email protected]>>
**Status** | Draft
**Type** | Standard
**Creation Date** | 2023-09-22
|---: |:---|
|**AEP** | 3|
|**Title** | Data lifecycle management inside sessions by ArmoniK|
|**Author** | Malak Elflitty <<[email protected]>>, Jérôme Gurhem <<[email protected]>>|
|**Status** | Draft|
|**Type** | Standard|
|**Creation Date** | 2023-09-22|

# Abstract

Expand Down
14 changes: 7 additions & 7 deletions AEP/aep-00004.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# AEP 4: ArmoniK Load Balancer

| |ArmoniK Enhancement Proposal|
---: |:---
**AEP** | 4
**Title** | ArmoniK Load Balancer
**Author** | Florian Lemaitre <<[email protected]>>
**Status** | Draft
**Type** | Standard
**Creation Date** | 2024-04-12
|---: |:---|
|**AEP** | 4|
|**Title** | ArmoniK Load Balancer|
|**Author** | Florian Lemaitre <<[email protected]>>|
|**Status** | Draft|
|**Type** | Standard|
|**Creation Date** | 2024-04-12|

# Abstract

Expand Down
14 changes: 7 additions & 7 deletions AEP/aep-00005.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# AEP 5: ArmoniK Infrastructure redesign

| |ArmoniK Enhancement Proposal|
---: |:---
**AEP** | 5
**Title** | ArmoniK Infrastructure redesign
**Author** | Junior Dongo <<[email protected]>>, Florian Lemaitre <<[email protected]>>
**Status** | Draft
**Type** | Standard
**Creation Date** | 2024-03-04
|---: |:---|
|**AEP** | 5|
|**Title** | ArmoniK Infrastructure redesign|
|**Author** | Junior Dongo <<[email protected]>>, Florian Lemaitre <<[email protected]>>|
|**Status** | Draft|
|**Type** | Standard|
|**Creation Date** | 2024-03-04|

# Abstract

Expand Down
19 changes: 19 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import { createConfigForNuxt } from '@nuxt/eslint-config/flat'

export default createConfigForNuxt({
features: {
typescript: true
}
}).prepend({
rules: {
'vue/multi-word-component-names': 'off',
'vue/no-multiple-template-root': 'off',
'vue/no-restricted-syntax': 'error'
},
ignores: [
'dist',
'node_modules',
'.output',
'.nuxt',
]
})
8 changes: 8 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@ export default defineNuxtConfig({
siteDescription: 'All our ways of working and our good practices.',
}
},

robots: {
robotsTxt: false
},

ogImage: {
enabled: false,
}
})
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
"lint:md:fix": "markdownlint . --fix && case-police --fix -d armonik-case-dict.json ./**/*.md"
},
"dependencies": {
"@aneoconsultingfr/armonik-docs-theme": "^0.6.10",
"nuxt": "^3.5.3"
"@aneoconsultingfr/armonik-docs-theme": "^0.6.15",
"nuxt": "^3.14.1592"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"case-police": "^0.6.1",
"eslint": "^8.42.0",
"markdownlint-cli": "^0.34.0"
"@nuxt/eslint-config": "^0.7.2",
"case-police": "^0.7.2",
"eslint": "^9.16.0",
"markdownlint-cli": "^0.43.0",
"pinceau": "0.18.10"
}
}
Loading

0 comments on commit ba49fa4

Please sign in to comment.