Skip to content

Commit

Permalink
chore(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Jul 16, 2024
1 parent e4da5e0 commit 3f29b9c
Show file tree
Hide file tree
Showing 51 changed files with 7,505 additions and 11,136 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ builds
*.plan
*.tfstate.d
*.credentials.json
.nx/cache
.nx
15,201 changes: 5,543 additions & 9,658 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"*.plan",
"*.tfstate.d",
"*.credentials.json",
".nx/cache"
".nx"
],
"rootPackage": true
}
Expand Down Expand Up @@ -61,9 +61,9 @@
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"lerna": "^8.1.3",
"metapak": "^6.0.0",
"metapak-nfroidure": "18.1.0"
"lerna": "^8.1.6",
"metapak": "^6.0.1",
"metapak-nfroidure": "18.2.0"
},
"contributors": [
{
Expand Down Expand Up @@ -104,5 +104,8 @@
"cz-conventional-changelog",
"conventional-changelog-cli"
]
},
"overrides": {
"eslint": "^9.7.0"
}
}
28 changes: 28 additions & 0 deletions packages/whook-authorization/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// @ts-check
// This file is automatically generated by a `metapak`
// module. Do not change it elsewhere, changes would
// be overridden.

import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
import eslintConfigPrettier from 'eslint-config-prettier';
import eslintPluginJest from 'eslint-plugin-jest';

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
{
files: ['*.test.ts'],
...eslintPluginJest.configs['flat/recommended'],
},
eslintConfigPrettier,
{
name: 'Project config',
languageOptions: {
ecmaVersion: 2018,
sourceType: 'module',
},
ignores: ['*.d.ts'],
},
);

65 changes: 20 additions & 45 deletions packages/whook-authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,29 +54,30 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/whook": "^16.1.1",
"common-services": "^16.0.1",
"http-auth-utils": "^6.0.0",
"knifecycle": "^17.0.1",
"common-services": "^16.0.4",
"http-auth-utils": "^6.0.1",
"knifecycle": "^17.0.3",
"yerror": "^8.0.0",
"yhttperror": "^8.0.0"
},
"devDependencies": {
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.7",
"@swc/helpers": "^0.5.11",
"@eslint/js": "^9.7.0",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.13",
"@swc/helpers": "^0.5.12",
"@swc/jest": "^0.2.36",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jsdoc-to-markdown": "^8.0.0",
"metapak": "^6.0.0",
"metapak-nfroidure": "18.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"metapak": "^6.0.1",
"metapak-nfroidure": "18.2.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0"
},
"contributors": [],
"engines": {
Expand All @@ -89,35 +90,6 @@
"README.md",
"CHANGELOG.md"
],
"eslintConfig": {
"extends": [
"eslint:recommended",
"plugin:prettier/recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "script",
"modules": true
},
"env": {
"es6": true,
"node": true,
"jest": true,
"mocha": true
},
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": "error"
},
"parser": "@typescript-eslint/parser",
"ignorePatterns": [
"*.d.ts"
]
},
"prettier": {
"semi": true,
"printWidth": 80,
Expand Down Expand Up @@ -165,5 +137,8 @@
"rebuild": "swc ./src -s -d dist -C jsc.target=es2022",
"test": "npm run jest",
"type-check": "tsc --pretty --noEmit"
},
"overrides": {
"eslint": "^9.7.0"
}
}
}
28 changes: 28 additions & 0 deletions packages/whook-aws-lambda/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// @ts-check
// This file is automatically generated by a `metapak`
// module. Do not change it elsewhere, changes would
// be overridden.

import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
import eslintConfigPrettier from 'eslint-config-prettier';
import eslintPluginJest from 'eslint-plugin-jest';

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
{
files: ['*.test.ts'],
...eslintPluginJest.configs['flat/recommended'],
},
eslintConfigPrettier,
{
name: 'Project config',
languageOptions: {
ecmaVersion: 2018,
sourceType: 'module',
},
ignores: ['*.d.ts'],
},
);

80 changes: 27 additions & 53 deletions packages/whook-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,47 +43,47 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@types/aws-lambda": "^8.10.138",
"@types/aws-lambda": "^8.10.141",
"@types/bytes": "^3.1.4",
"@whook/cors": "^16.1.1",
"@whook/http-router": "^16.1.1",
"@whook/http-transaction": "^16.1.1",
"@whook/whook": "^16.1.1",
"ajv": "^8.14.0",
"ajv-formats": "^2.1.1",
"application-services": "^6.0.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"application-services": "^6.1.0",
"bytes": "^3.1.2",
"camelcase": "^8.0.0",
"common-services": "^16.0.1",
"common-services": "^16.0.4",
"cpr": "3.0.1",
"knifecycle": "^17.0.1",
"knifecycle": "^17.0.3",
"mkdirp": "^3.0.1",
"openapi-types": "^12.1.3",
"qs": "^6.12.1",
"strict-qs": "^8.0.2",
"type-fest": "^4.18.3",
"uuid": "^9.0.1",
"qs": "^6.12.3",
"strict-qs": "^8.0.3",
"type-fest": "^4.21.0",
"uuid": "^10.0.0",
"yerror": "^8.0.0",
"yhttperror": "^8.0.0"
},
"devDependencies": {
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.7",
"@swc/helpers": "^0.5.11",
"@eslint/js": "^9.7.0",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.13",
"@swc/helpers": "^0.5.12",
"@swc/jest": "^0.2.36",
"@types/mkdirp": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jsdoc-to-markdown": "^8.0.0",
"metapak": "^6.0.0",
"metapak-nfroidure": "18.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"metapak": "^6.0.1",
"metapak-nfroidure": "18.2.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0"
},
"contributors": [],
"engines": {
Expand All @@ -96,35 +96,6 @@
"README.md",
"CHANGELOG.md"
],
"eslintConfig": {
"extends": [
"eslint:recommended",
"plugin:prettier/recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "script",
"modules": true
},
"env": {
"es6": true,
"node": true,
"jest": true,
"mocha": true
},
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": "error"
},
"parser": "@typescript-eslint/parser",
"ignorePatterns": [
"*.d.ts"
]
},
"prettier": {
"semi": true,
"printWidth": 80,
Expand Down Expand Up @@ -172,5 +143,8 @@
"rebuild": "swc ./src -s -d dist -C jsc.target=es2022",
"test": "npm run jest",
"type-check": "tsc --pretty --noEmit"
},
"overrides": {
"eslint": "^9.7.0"
}
}
}
28 changes: 28 additions & 0 deletions packages/whook-cors/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// @ts-check
// This file is automatically generated by a `metapak`
// module. Do not change it elsewhere, changes would
// be overridden.

import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
import eslintConfigPrettier from 'eslint-config-prettier';
import eslintPluginJest from 'eslint-plugin-jest';

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
{
files: ['*.test.ts'],
...eslintPluginJest.configs['flat/recommended'],
},
eslintConfigPrettier,
{
name: 'Project config',
languageOptions: {
ecmaVersion: 2018,
sourceType: 'module',
},
ignores: ['*.d.ts'],
},
);

Loading

0 comments on commit 3f29b9c

Please sign in to comment.