Skip to content

Commit

Permalink
chore: latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jul 20, 2024
1 parent 1856e0c commit f29279b
Show file tree
Hide file tree
Showing 21 changed files with 61 additions and 59 deletions.
3 changes: 1 addition & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname $0)/_/husky.sh"

npx commitlint --edit $1
npx --no-install commitlint --edit $1
20 changes: 12 additions & 8 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
const {utils: {getPackages}} = require('@commitlint/config-lerna-scopes');
import scopes from "@commitlint/config-lerna-scopes";

module.exports = {
export default {
extends: [
"@commitlint/config-conventional",
"@commitlint/config-lerna-scopes"
"@commitlint/config-lerna-scopes",
],
rules: {
"scope-enum": async ctx =>
[2, "always", [...(await getPackages(ctx)),
"scope-enum": async (ctx) => [
2,
"always",
[
...(await scopes.utils.getPackages(ctx)),
// Insert custom scopes below:
"release"
]]
}
"release",
],
],
},
};
13 changes: 6 additions & 7 deletions docs/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
}
],
"dependencies": {
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@emotion/css": "^11.12.0",
"@emotion/react": "^11.12.0",
"@emotion/styled": "^11.12.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/styles": "^4.11.4",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"classnames": "^2.5.1",
"gatsby": "^5.13.6",
"gatsby": "^5.13.7",
"gatsby-image": "^3.4.0",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-emotion": "^8.13.1",
Expand All @@ -41,7 +41,7 @@
"gatsby-remark-title-to-frontmatter": "^1.3.1",
"gatsby-source-filesystem": "^5.13.1",
"gh-pages": "^6.1.1",
"minimatch": "^9.0.4",
"minimatch": "^10.0.1",
"mixme": "^1.1.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
Expand All @@ -50,7 +50,6 @@
"react-helmet": "^6.1.0",
"react-icons": "^5.2.1",
"react-modal": "^3.16.1",
"react-particles-js": "^3.4.1",
"react-scroll": "^1.9.0",
"react-syntax-highlighter": "^15.5.0",
"react-typography": "^0.16.23",
Expand All @@ -74,6 +73,6 @@
"serve": "gatsby serve"
},
"devDependencies": {
"prettier": "^3.3.1"
"prettier": "^3.3.3"
}
}
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
}
},
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": true
"version": "independent"
}
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"private": true,
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@commitlint/config-lerna-scopes": "^12.0.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/config-lerna-scopes": "^19.0.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^5.1.3",
"lerna": "^4.0.0"
"husky": "^9.1.1",
"lerna": "^8.1.6"
},
"scripts": {
"compile": "lerna run compile",
Expand All @@ -30,5 +30,6 @@
"commitizen": {
"path": "cz-conventional-changelog"
}
}
},
"type": "module"
}
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,33 +62,33 @@
}
],
"dependencies": {
"ajv": "^8.16.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"ajv-keywords": "^5.1.0",
"chalk": "^5.3.0",
"dedent": "^1.5.3",
"each": "^2.7.0",
"minimatch": "^9.0.4",
"minimatch": "^10.0.1",
"mixme": "^1.1.0",
"pad": "^3.2.0",
"plug-and-play": "^2.5.8",
"regexp-quote": "^0.0.0",
"self-templated": "^0.2.3",
"semver": "^7.6.2",
"ssh2-connect": "^3.4.2",
"ssh2-exec": "^0.7.6",
"ssh2-fs": "^1.1.2",
"semver": "^7.6.3",
"ssh2-connect": "^3.4.3",
"ssh2-exec": "^0.7.7",
"ssh2-fs": "^1.1.3",
"stack-trace": "^0.0.10",
"tilde-expansion": "^0.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@nikitajs/incus-runner": "^1.0.0-alpha.4",
"coffeescript": "^2.7.0",
"eslint": "^9.4.0",
"mocha": "^10.4.0",
"eslint": "^9.7.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@nikitajs/network": "^1.0.0-alpha.7",
"coffeescript": "^2.7.0",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"devDependencies": {
"@nikitajs/log": "^2.0.0-alpha.4",
"coffeescript": "^2.7.0",
"eslint": "^9.4.0",
"eslint": "^9.7.0",
"eslint-plugin-coffee": "^0.1.15",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/incus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"dedent": "^1.5.3",
"js-yaml": "^4.1.0",
"object-diff": "^0.0.4",
"shell": "^0.9.4"
"shell": "^0.9.6"
},
"peerDependencies": {
"@nikitajs/core": "^1.0.0-alpha.1"
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ipa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@nikitajs/incus-runner": "^1.0.0-alpha.4",
"coffeescript": "^2.7.0",
"mixme": "^1.1.0",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/krb5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ldap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"eslint": "^9.4.0",
"eslint": "^9.7.0",
"eslint-plugin-coffee": "^0.1.15",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nikita/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@nikitajs/tools": "^1.0.0-alpha.7"
},
"devDependencies": {
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"should": "^13.2.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.4",
"coffeescript": "^2.7.0",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.4",
"coffeescript": "^2.7.0",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"dependencies": {
"@nikitajs/file": "^1.0.0-alpha.7",
"@nikitajs/service": "^1.0.0-alpha.7",
"dayjs": "^1.11.11",
"dayjs": "^1.11.12",
"dedent": "^1.5.3",
"jsesc": "^3.0.2",
"mixme": "^1.1.0"
},
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.4",
"coffeescript": "^2.7.0",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
"each": "^2.7.0",
"mixme": "^1.1.0",
"regexp-quote": "^0.0.0",
"semver": "^7.6.2",
"ssh2-connect": "^3.4.2",
"semver": "^7.6.3",
"ssh2-connect": "^3.4.3",
"tilde-expansion": "^0.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"coffeescript": "^2.7.0",
"eslint": "^9.4.0",
"mocha": "^10.4.0",
"eslint": "^9.7.0",
"mocha": "^10.6.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down

0 comments on commit f29279b

Please sign in to comment.