From 18e1c06f8183734dbb7cbad1ecc69fb3e6ec1e9d Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 3 Apr 2024 15:42:23 -0700 Subject: [PATCH 1/3] add ./test to .npmignore --- .npmignore | 1 + .release | 2 +- Changes.md | 9 +++++++++ package.json | 16 +++++++--------- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.npmignore b/.npmignore index 3e8e260..fa00e1b 100644 --- a/.npmignore +++ b/.npmignore @@ -56,3 +56,4 @@ codecov.yml .travis.yml .eslintrc.yaml .eslintrc.json +test \ No newline at end of file diff --git a/.release b/.release index 0890e94..954197d 160000 --- a/.release +++ b/.release @@ -1 +1 @@ -Subproject commit 0890e945e4e061c96c7b2ab45017525904c17728 +Subproject commit 954197dae07b32c4476ff87ec9ae7371311ec97d diff --git a/Changes.md b/Changes.md index 9e85ad8..3fced6e 100644 --- a/Changes.md +++ b/Changes.md @@ -9,6 +9,14 @@ ### [1.1.0] - 2022-09-14 - Do not insert banner in text attachments, #3 + + +### [1.0.1] - 2024-04-03 + +- dep(libqp): bump 1.1 -> 2.1 +- dep(libmime): bump 5.1 -> 5.3.4 +- dep(mocha & eslint): remove from devDeps (install as needed with npx) +- add ./test to .npmignore - chore(climate): configure code climate @@ -19,5 +27,6 @@ [1.0.0]: https://github.com/haraka/email-message/releases/tag/1.0.0 +[1.0.1]: https://github.com/haraka/email-message/releases/tag/1.0.1 [1.1.0]: https://github.com/haraka/email-message/releases/tag/1.1.0 [1.2.0]: https://github.com/haraka/email-message/releases/tag/1.2.0 diff --git a/package.json b/package.json index 2be75d4..41f5b67 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "description": "Haraka email message", "main": "index.js", "scripts": { - "lint": "npx eslint *.js test", - "lintfix": "npx eslint --fix *.js test", + "lint": "npx eslint@^8 *.js test", + "lintfix": "npx eslint@^8 --fix *.js test", "versions": "npx dependency-version-checker check", - "test": "npx mocha" + "test": "npx mocha@^10" }, "repository": { "type": "git", @@ -24,15 +24,13 @@ }, "homepage": "https://github.com/haraka/email-message#readme", "devDependencies": { - "eslint": ">=8", - "eslint-plugin-haraka": "*", - "mocha": ">=9.0.0" + "eslint-plugin-haraka": "^1.0.15" }, "dependencies": { "haraka-config": "^1.1.0", - "haraka-message-stream": "^1.2.0", + "haraka-message-stream": "^1.2.1", "iconv": "^3.0.1", - "libmime": "^5.1.0", - "libqp": "^2.0.1" + "libmime": "^5.3.4", + "libqp": "^2.1.0" } } From 6d768e0420070fc7787e23981fb3cd2a47043a36 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 3 Apr 2024 15:46:41 -0700 Subject: [PATCH 2/3] update --- Changes.md | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Changes.md b/Changes.md index 3fced6e..9a4c184 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,14 @@ ### Unreleased +### [1.2.1] - 2024-04-03 + +- dep(libqp): bump 1.1 -> 2.1 +- dep(libmime): bump 5.1 -> 5.3.4 +- dep(mocha & eslint): remove from devDeps (install as needed with npx) +- add ./test to .npmignore + + ### [1.2.0] - 2022-11-29 - dep(libqp): update from 1.1 -> 2.0.1 @@ -9,14 +17,6 @@ ### [1.1.0] - 2022-09-14 - Do not insert banner in text attachments, #3 - - -### [1.0.1] - 2024-04-03 - -- dep(libqp): bump 1.1 -> 2.1 -- dep(libmime): bump 5.1 -> 5.3.4 -- dep(mocha & eslint): remove from devDeps (install as needed with npx) -- add ./test to .npmignore - chore(climate): configure code climate @@ -27,6 +27,5 @@ [1.0.0]: https://github.com/haraka/email-message/releases/tag/1.0.0 -[1.0.1]: https://github.com/haraka/email-message/releases/tag/1.0.1 [1.1.0]: https://github.com/haraka/email-message/releases/tag/1.1.0 [1.2.0]: https://github.com/haraka/email-message/releases/tag/1.2.0 diff --git a/package.json b/package.json index 41f5b67..b975c58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-email-message", - "version": "1.2.0", + "version": "1.2.1", "description": "Haraka email message", "main": "index.js", "scripts": { From 727839c92b19322c1dfc3d00977c936ccaaffe07 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 3 Apr 2024 15:48:39 -0700 Subject: [PATCH 3/3] update changes --- Changes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 9a4c184..b12f8fc 100644 --- a/Changes.md +++ b/Changes.md @@ -3,8 +3,9 @@ ### [1.2.1] - 2024-04-03 -- dep(libqp): bump 1.1 -> 2.1 -- dep(libmime): bump 5.1 -> 5.3.4 +- dep(libqp): bump to 2.1.0 +- dep(libmime): bump to 5.3.4 +- dep(haraka-message-stream): bump to 1.2.1 - dep(mocha & eslint): remove from devDeps (install as needed with npx) - add ./test to .npmignore