Skip to content

Commit ab43263

Browse files
Merge pull request #123 from technote-space/release/v1.4.2
Release/v1.4.2
2 parents fa9c660 + 16b2cfc commit ab43263

File tree

4 files changed

+28
-20
lines changed

4 files changed

+28
-20
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,12 @@ jobs:
108108
- name: Build
109109
run: yarn build
110110
- name: Upload
111-
uses: svenstaro/upload-release-action@v1-release
111+
uses: technote-fork/action-gh-release@v1
112112
with:
113-
repo_token: ${{ secrets.GITHUB_TOKEN }}
114-
file: jquery.marker-animation.min.js
115-
asset_name: jquery.marker-animation.min.js
116-
tag: ${{ github.ref }}
117-
overwrite: true
113+
files: jquery.marker-animation.min.js
114+
draft: true
115+
env:
116+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118117
- uses: 8398a7/action-slack@v1
119118
with:
120119
type: failure

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
verbose: false,
2+
verbose: true,
33
transform: {
44
'^.+\\.js$': '<rootDir>/node_modules/babel-jest',
55
},

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.marker-animation",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Marker animation jQuery plugin",
55
"main": "jquery.marker-animation.min.js",
66
"scripts": {
@@ -11,7 +11,8 @@
1111
"cover": "jest --coverage",
1212
"cover:update": "jest --coverage --updateSnapshot",
1313
"develop": "webpack --mode development --config webpack.config.js",
14-
"build": "webpack --mode production --config webpack.config.js"
14+
"build": "webpack --mode production --config webpack.config.js",
15+
"update": "ncu -u && yarn upgrade && yarn audit"
1516
},
1617
"repository": {
1718
"type": "git",

yarn.lock

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -892,9 +892,9 @@
892892
"@types/istanbul-lib-report" "*"
893893

894894
"@types/node@*":
895-
version "12.7.7"
896-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.7.tgz#f9bd8c00fa9e1a8129af910fc829f6139c397d6c"
897-
integrity sha512-4jUncNe2tj1nmrO/34PsRpZqYVnRV1svbU78cKhuQKkMntKB/AmdLyGgswcZKjFHEHGpiY8pVD8CuVI55nP54w==
895+
version "12.7.8"
896+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.8.tgz#cb1bf6800238898bc2ff6ffa5702c3cadd350708"
897+
integrity sha512-FMdVn84tJJdV+xe+53sYiZS4R5yn1mAIxfj+DVoNiQjTYz1+OYmjwEZr1ev9nU0axXwda0QDbYl06QHanRVH3A==
898898

899899
"@types/stack-utils@^1.0.1":
900900
version "1.0.1"
@@ -907,9 +907,9 @@
907907
integrity sha512-gCubfBUZ6KxzoibJ+SCUc/57Ms1jz5NjHe4+dI2krNmU5zCPAphyLJYyTOg06ueIyfj+SaCUqmzun7ImlxDcKg==
908908

909909
"@types/yargs@^13.0.0":
910-
version "13.0.2"
911-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.2.tgz#a64674fc0149574ecd90ba746e932b5a5f7b3653"
912-
integrity sha512-lwwgizwk/bIIU+3ELORkyuOgDjCh7zuWDFqRtPPhhVgq9N1F7CvLNKg1TX4f2duwtKQ0p044Au9r1PLIXHrIzQ==
910+
version "13.0.3"
911+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.3.tgz#76482af3981d4412d65371a318f992d33464a380"
912+
integrity sha512-K8/LfZq2duW33XW/tFwEAfnZlqIfVsoyRB3kfXdPXYhl0nfM8mmh7GS0jg7WrX2Dgq/0Ha/pR1PaR+BvmWwjiQ==
913913
dependencies:
914914
"@types/yargs-parser" "*"
915915

@@ -4143,20 +4143,28 @@ minimist@~0.0.1:
41434143
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
41444144
integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=
41454145

4146-
minipass@^2.2.1, minipass@^2.6.0, minipass@^2.8.6:
4146+
minipass@^2.6.0, minipass@^2.8.6:
41474147
version "2.8.6"
41484148
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.8.6.tgz#620d889ace26356391d010ecb9458749df9b6db5"
41494149
integrity sha512-lFG7d6g3+/UaFDCOtqPiKAC9zngWWsQZl1g5q6gaONqrjq61SX2xFqXMleQiFVyDpYwa018E9hmlAFY22PCb+A==
41504150
dependencies:
41514151
safe-buffer "^5.1.2"
41524152
yallist "^3.0.0"
41534153

4154+
minipass@^2.9.0:
4155+
version "2.9.0"
4156+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
4157+
integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==
4158+
dependencies:
4159+
safe-buffer "^5.1.2"
4160+
yallist "^3.0.0"
4161+
41544162
minizlib@^1.2.1:
4155-
version "1.2.2"
4156-
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.2.tgz#6f0ccc82fa53e1bf2ff145f220d2da9fa6e3a166"
4157-
integrity sha512-hR3At21uSrsjjDTWrbu0IMLTpnkpv8IIMFDFaoz43Tmu4LkmAXfH44vNNzpTnf+OAQQCHrb91y/wc2J4x5XgSQ==
4163+
version "1.3.1"
4164+
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.1.tgz#7335640a57f584320b4fcf41069082c442bc6bf7"
4165+
integrity sha512-8AgjrT7C8U/HQWM+02YJHLPh4BypAhc5pFddr0nCcowNy1Hj0hmKPMq9WkjBMn0rtUg3ia30MkCexdd1pTiTIA==
41584166
dependencies:
4159-
minipass "^2.2.1"
4167+
minipass "^2.9.0"
41604168

41614169
mississippi@^3.0.0:
41624170
version "3.0.0"

0 commit comments

Comments
 (0)