Skip to content

Commit

Permalink
Merge pull request #51 from aneoconsulting/renovate/major-npm
Browse files Browse the repository at this point in the history
chore(deps): update npm packages (major)
  • Loading branch information
fdewas-aneo authored May 21, 2024
2 parents 7c2a136 + a79ce54 commit 74947bb
Show file tree
Hide file tree
Showing 8 changed files with 9,183 additions and 5,941 deletions.
52 changes: 26 additions & 26 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {
"installDirectlyFromGitHubRelease": true,
"version": "latest"
},
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"version": "lts"
}
},
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [
3000
],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pnpm install",
"postStartCommand": "pnpm run dev",
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {
"installDirectlyFromGitHubRelease": true,
"version": "latest"
},
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"version": "lts"
}
},
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [
3000
],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pnpm install",
"postStartCommand": "pnpm run dev"
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
6 changes: 0 additions & 6 deletions .eslintrc

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# ArmoniK Docs Theme

[![NPM version](https://img.shields.io/npm/v/@aneoconsultingfr/armonik-docs-theme?color=3AB9D4&label=)](https://www.npmjs.com/package/@aneoconsultingfr/armonik-docs-theme)
Expand Down
4 changes: 2 additions & 2 deletions components/content/ProseImg.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const refinedSrc = computed(() => {
<style scoped lang="ts">
css({
img: {
'border-radius': '{radii-md}'
}
'border-radius': '{radii-md}',
},
})
</style>
8 changes: 4 additions & 4 deletions components/global/Logo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@
<style scoped lang="ts">
css({
svg: {
width: '100%',
'width': '100%',
'border-radius': '{radii-sm}',
padding: '{space.2}',
background: 'white',
}
'padding': '{space.2}',
'background': 'white',
},
})
</style>
7 changes: 7 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import antfu from '@antfu/eslint-config'

export default antfu().prepend({
rules: {
'yml/no-empty-mapping-value': 'off',
},
})
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@aneoconsultingfr/armonik-docs-theme",
"type": "module",
"version": "0.6.13",
"packageManager": "[email protected]",
"description": "A theme to harmonize and easily maintain each ArmoniK Documentation.",
"homepage": "https://github.com/aneoconsulting/armonik-docs-theme#readme",
"repository": {
Expand All @@ -14,10 +13,10 @@
},
"main": "nuxt.config.ts",
"files": [
"components",
"composables",
"app.config.ts",
"app.vue",
"components",
"composables",
"nuxt.config.ts",
"tokens.config.ts"
],
Expand All @@ -35,18 +34,19 @@
},
"dependencies": {
"@nuxt-themes/docus": "^1.14.3",
"@nuxt/devtools": "^0.7.1",
"@nuxt/devtools": "^1.3.1",
"mermaid": "^10.3.0",
"nuxt": "^3.6.5",
"nuxt-seo-kit": "^1.3.9",
"playwright": "^1.36.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@antfu/eslint-config": "^2.18.1",
"@nuxt/eslint-config": "^0.3.13",
"@parcel/watcher": "^2.2.0",
"bumpp": "^9.1.1",
"case-police": "^0.6.1",
"eslint": "^8.45.0",
"eslint": "^9.3.0",
"markdownlint-cli": "^0.35.0",
"typescript": "^5.1.6"
}
Expand Down
Loading

0 comments on commit 74947bb

Please sign in to comment.