Skip to content

Commit

Permalink
build(deps-dev): updated dependencies to latest release version (#19)
Browse files Browse the repository at this point in the history
Bumps dependencies and devDependencies to latest release version
for all applications and packages.

Removed the unnecessary configuration in `package.json` for
**standard-version** and, instead, added the `.versionrc` file that
provides the correct and latest configuration for generating
changelog files.

Updated the license and descripton for each package.
  • Loading branch information
mdsanima committed Jan 6, 2024
1 parent 7ffe21f commit 14d7c6d
Show file tree
Hide file tree
Showing 9 changed files with 2,425 additions and 8,346 deletions.
18 changes: 18 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"infile": "CHANGELOG.md",
"header": "# Changelog\n\nAll notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.\n\nDocumentation for the _k3s-kube-demo_ is available on the [README](README.md) file. Be sure to check it.\n\n<!-- markdownlint-disable -->\n\n",
"skip": { "bump": false, "changelog": false, "commit": true, "tag": true },
"types": [
{ "type": "feat", "section": "🐱‍👤 Features", "hidden": false },
{ "type": "fix", "section": "🐛 Bug Fixes", "hidden": false },
{ "type": "chore", "section": "🧱 Toolings", "hidden": false },
{ "type": "ci", "section": "🎮 CI Workflows", "hidden": false },
{ "type": "build", "section": "📦 Dependencies", "hidden": false },
{ "type": "docs", "section": "📚 Documentation", "hidden": false },
{ "type": "perf", "section": "🚀 Performance", "hidden": false },
{ "type": "refactor", "section": "💻 Refactoring", "hidden": false },
{ "type": "revert", "section": "♻️ Reverting", "hidden": false },
{ "type": "style", "section": "🧢 Styling", "hidden": false },
{ "type": "test", "section": "🚧 Testing", "hidden": false }
]
}
18 changes: 18 additions & 0 deletions apps/k3s-hello-mdsanima/.versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"infile": "CHANGELOG.md",
"header": "# Changelog\n\nAll notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.\n\nDocumentation for the _k3s-hello-mdsanima_ is available on the [README](README.md) file. Be sure to check it.\n\n<!-- markdownlint-disable -->\n\n",
"skip": { "bump": false, "changelog": false, "commit": true, "tag": true },
"types": [
{ "type": "feat", "section": "🐱‍👤 Features", "hidden": false },
{ "type": "fix", "section": "🐛 Bug Fixes", "hidden": false },
{ "type": "chore", "section": "🧱 Toolings", "hidden": false },
{ "type": "ci", "section": "🎮 CI Workflows", "hidden": false },
{ "type": "build", "section": "📦 Dependencies", "hidden": false },
{ "type": "docs", "section": "📚 Documentation", "hidden": false },
{ "type": "perf", "section": "🚀 Performance", "hidden": false },
{ "type": "refactor", "section": "💻 Refactoring", "hidden": false },
{ "type": "revert", "section": "♻️ Reverting", "hidden": false },
{ "type": "style", "section": "🧢 Styling", "hidden": false },
{ "type": "test", "section": "🚧 Testing", "hidden": false }
]
}
2,541 changes: 352 additions & 2,189 deletions apps/k3s-hello-mdsanima/package-lock.json

Large diffs are not rendered by default.

83 changes: 12 additions & 71 deletions apps/k3s-hello-mdsanima/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,66 +2,9 @@
"name": "k3s-hello-mdsanima",
"version": "0.3.1",
"private": true,
"description": "This is a Next.js Hello World MDSANIMA Web App for testing Lightweight Kubernetes K3s Cluster.",
"standard-version": {
"infile": "CHANGELOG.md",
"skip": {
"bump": false,
"changelog": false,
"commit": false,
"tag": false
},
"types": [
{
"type": "feat",
"section": "FEATURES",
"hidden": false
},
{
"type": "fix",
"section": "BUG FIXES",
"hidden": false
},
{
"type": "docs",
"section": "DOCUMENTATION",
"hidden": false
},
{
"type": "frontend",
"section": "FRONTEND",
"hidden": false
},
{
"type": "backend",
"section": "BACKEND",
"hidden": false
},
{
"type": "test",
"section": "TESTING",
"hidden": false
},
{
"type": "build",
"section": "BUILD SYSTEM",
"hidden": true
},
{
"type": "ci",
"hidden": true
},
{
"type": "refactor",
"hidden": true
},
{
"type": "chore",
"hidden": true
}
],
"header": "# CHANGELOG\n\nAll notable changes to this project will be documented in this file.\n\nPlease check [standard-version](https://github.com/conventional-changelog/standard-version)\nand documentation for commit guidelines. Also you should check\n[conventional-changelog](https://github.com/mdsanima/conventional-changelog) for more detail.\n\nDocomentation for _K3s Hello MDSANIMA_ is available at this repository on [README.md](README.md)\nfile be sure to check it.\n"
},
"license": "MIT",
"author": "mdsanima",
"description": "Simple demo Next.js app for testing Lightweight Kubernetes K3s cluster.",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -81,20 +24,18 @@
"check-beta": "npm run beta -- --dry-run",
"test-skip": "npm run release -- --skip.changelog --dry-run"
},
"author": "mdsanima",
"license": "Apache-2.0",
"dependencies": {
"next": "^13.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"next": "14.0.4"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"eslint": "^8.49.0",
"eslint-config-next": "^13.5.1",
"standard-version": "^9.5.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
"eslint-plugin-header": "^3.1.1",
"eslint-config-next": "14.0.4"
}
}
18 changes: 18 additions & 0 deletions apps/k3s-hello-world/.versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"infile": "CHANGELOG.md",
"header": "# Changelog\n\nAll notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.\n\nDocumentation for the _k3s-hello-world_ is available on the [README](README.md) file. Be sure to check it.\n\n<!-- markdownlint-disable -->\n\n",
"skip": { "bump": false, "changelog": false, "commit": true, "tag": true },
"types": [
{ "type": "feat", "section": "🐱‍👤 Features", "hidden": false },
{ "type": "fix", "section": "🐛 Bug Fixes", "hidden": false },
{ "type": "chore", "section": "🧱 Toolings", "hidden": false },
{ "type": "ci", "section": "🎮 CI Workflows", "hidden": false },
{ "type": "build", "section": "📦 Dependencies", "hidden": false },
{ "type": "docs", "section": "📚 Documentation", "hidden": false },
{ "type": "perf", "section": "🚀 Performance", "hidden": false },
{ "type": "refactor", "section": "💻 Refactoring", "hidden": false },
{ "type": "revert", "section": "♻️ Reverting", "hidden": false },
{ "type": "style", "section": "🧢 Styling", "hidden": false },
{ "type": "test", "section": "🚧 Testing", "hidden": false }
]
}
Loading

0 comments on commit 14d7c6d

Please sign in to comment.