Skip to content

Commit

Permalink
fix: upgrade @microfleet/amqp-coffee with new libffi
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Dec 28, 2023
1 parent 2baba95 commit 77ad034
Show file tree
Hide file tree
Showing 5 changed files with 930 additions and 1,496 deletions.
34 changes: 34 additions & 0 deletions .commitlintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
module.exports = {
rules: {
'body-leading-blank': [1, 'always'],
'footer-leading-blank': [1, 'always'],
'header-max-length': [2, 'always', 72],
'scope-case': [2, 'always', 'lower-case'],
'subject-case': [
2,
'never',
['sentence-case', 'start-case', 'pascal-case', 'upper-case']
],
'subject-empty': [2, 'never'],
'subject-full-stop': [2, 'never', '.'],
'type-case': [2, 'always', 'lower-case'],
'type-empty': [2, 'never'],
'type-enum': [2, 'always', [
'build',
'ci',
'docs',
'feat',
'fix',
'perf',
'refactor',
'revert',
'style',
'test',
'major',
'minor',
'patch',
'chore'
]
]
}
};
34 changes: 0 additions & 34 deletions .commitlintrc.js

This file was deleted.

2 changes: 0 additions & 2 deletions .mdeprc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ exports.auto_compose = true;
exports.with_local_compose = true;
exports.tester_flavour = "chrome-tester";
exports.rebuild = ['ms-flakeless'];
exports.nycCoverage = false;
exports.nycReport = false;
exports.docker_compose = './test/docker-compose.yml';
exports.test_framework = 'mocha';
exports.extras = {
Expand Down
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,32 @@
"@hapi/bell": "^13.0.1",
"@hapi/boom": "^10.0.1",
"@hapi/hapi": "^21.3.2",
"@hapi/hoek": "^11.0.2",
"@hapi/hoek": "^11.0.4",
"@hapi/vision": "^7.0.3",
"@microfleet/core": "^19.2.12",
"@microfleet/core-types": "^2.2.12",
"@microfleet/plugin-amqp": "^2.2.12",
"@microfleet/plugin-consul": "^4.2.12",
"@microfleet/plugin-dlock": "^2.2.12",
"@microfleet/plugin-hapi": "^2.2.12",
"@microfleet/plugin-logger": "2.2.12",
"@microfleet/plugin-opentracing": "^2.2.12",
"@microfleet/plugin-prometheus": "^2.2.12",
"@microfleet/plugin-redis-cluster": "^2.2.12",
"@microfleet/plugin-redis-core": "^2.2.12",
"@microfleet/plugin-redis-sentinel": "^2.2.12",
"@microfleet/plugin-router": "^2.2.12",
"@microfleet/plugin-router-amqp": "^2.2.12",
"@microfleet/plugin-router-hapi": "^2.2.12",
"@microfleet/plugin-signed-request": "^2.2.12",
"@microfleet/plugin-validator": "^2.2.12",
"@microfleet/transport-amqp": "^17.7.2",
"@microfleet/utils": "^2.2.12",
"@microfleet/validation": "^11.1.3",
"@microfleet/core": "^19.2.14",
"@microfleet/core-types": "^2.2.14",
"@microfleet/plugin-amqp": "^2.2.14",
"@microfleet/plugin-consul": "^4.2.14",
"@microfleet/plugin-dlock": "^2.2.14",
"@microfleet/plugin-hapi": "^2.2.14",
"@microfleet/plugin-logger": "2.2.14",
"@microfleet/plugin-opentracing": "^2.2.14",
"@microfleet/plugin-prometheus": "^2.2.14",
"@microfleet/plugin-redis-cluster": "^2.2.14",
"@microfleet/plugin-redis-core": "^2.2.14",
"@microfleet/plugin-redis-sentinel": "^2.2.14",
"@microfleet/plugin-router": "^2.2.14",
"@microfleet/plugin-router-amqp": "^2.2.14",
"@microfleet/plugin-router-hapi": "^2.2.14",
"@microfleet/plugin-signed-request": "^2.2.14",
"@microfleet/plugin-validator": "^2.2.14",
"@microfleet/transport-amqp": "^17.8.0",
"@microfleet/utils": "^2.2.14",
"@microfleet/validation": "^11.2.1",
"@otplib/core": "^12.0.1",
"@otplib/plugin-crypto": "^12.0.1",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"async": "^3.2.5",
"bluebird": "^3.7.2",
"bytes": "^3.1.2",
"camelcase": "^7.0.1",
Expand All @@ -75,12 +75,12 @@
"handlebars": "^4.7.8",
"ioredis": "^4.28.5",
"is": "^3.3.0",
"jose": "^5.1.2",
"jose": "^5.2.0",
"jsonwebtoken": "^9.0.2",
"jwa": "^2.0.0",
"jwks-rsa": "^3.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment": "^2.30.1",
"ms-conf": "^8.2.1",
"ms-flakeless": "^4.7.2",
"ms-mailer-client": "^8.2.0",
Expand All @@ -89,7 +89,7 @@
"otplib": "^12.0.1",
"p-retry": "^4.6.2",
"password-generator": "^2.3.2",
"prom-client": "^15.0.0",
"prom-client": "^15.1.0",
"qs": "^6.11.2",
"redis-filtered-sort": "^2.5.0",
"scrypt-kdf": "^2.0.1",
Expand All @@ -98,29 +98,29 @@
"serialize-javascript": "^6.0.1",
"sonic-boom": "^3.7.0",
"tough-cookie": "^4.1.3",
"undici": "^5.28.1",
"undici": "^6.2.1",
"uuid": "^9.0.1",
"yargs": "^17.7.2",
"z32": "^1.0.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@makeomatic/deploy": "^12.11.1",
"@makeomatic/deploy": "^13.0.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"apidoc": "^1.2.0",
"apidoc-plugin-schema": "^0.1.8",
"c8": "^8.0.1",
"chai": "^4.3.10",
"chai": "^5.0.0",
"cheerio": "1.0.0-rc.12",
"cross-env": "^7.0.3",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-config-makeomatic": "^6.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unicorn": "^50.0.1",
"http-signature": "^1.4.0",
"hyperid": "^3.1.1",
"json": "^11.0.0",
Expand All @@ -131,9 +131,9 @@
"request-promise": "^4.2.6",
"rfdc": "^1.3.0",
"rimraf": "^5.0.5",
"semantic-release": "22.0.8",
"semantic-release": "22.0.12",
"sinon": "^17.0.1",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"why-is-node-running": "^2.2.2"
},
"engines": {
Expand Down
Loading

0 comments on commit 77ad034

Please sign in to comment.