Skip to content

Commit c9bcf9b

Browse files
authored
Merge pull request #718 from swisnl/feature-upgrade-deps
Upgrade dependencies
2 parents 44fa90f + 2243237 commit c9bcf9b

File tree

3 files changed

+1530
-715
lines changed

3 files changed

+1530
-715
lines changed

CHANGELOG.md

+17-13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog ##
22

3+
### Unreleased
4+
5+
* Upgrades dependencies
6+
37
### 2.9.0
48

59
#### Added
@@ -8,7 +12,7 @@
812

913
#### Changed
1014

11-
* Updated dev dependencies.
15+
* Updated dev dependencies.
1216

1317
### 2.8.1
1418

@@ -18,8 +22,8 @@
1822

1923
#### Documentation
2024

21-
* Updated documentation for `callback` (thanks @arashdalir)
22-
25+
* Updated documentation for `callback` (thanks @arashdalir)
26+
2327

2428
### 2.8.0
2529

@@ -99,7 +103,7 @@
99103
#### Fixed
100104

101105
* ContextMenu appears with wrong position ([Issue #502](https://github.com/swisnl/jQuery-contextMenu/issues/502) thanks @apptaro
102-
* Check if given selected value is a 0, if it is a zero so return it as is. Thanks @Falseee
106+
* Check if given selected value is a 0, if it is a zero so return it as is. Thanks @Falseee
103107
* Events are never trigger when opening a contextMenu right after the other ([Issue #454](https://github.com/swisnl/jQuery-contextMenu/issues/454) thanks @kagant15
104108
* Accesskey jQuery Modal Dialog not working ([Issue #506](https://github.com/swisnl/jQuery-contextMenu/issues/506) thanks @CiTRO33
105109
* Fix submenu hover not always staying active if hovering over a submenu item. ([Issue #523](https://github.com/swisnl/jQuery-contextMenu/issues/523) thanks @tim-nz
@@ -113,7 +117,7 @@
113117

114118
### 2.4.3
115119

116-
#### Changed
120+
#### Changed
117121

118122
* The inline style causes a Content Security Policy violation if style-src 'unsafe-inline' is not defined in the policy. [PR 498](https://github.com/swisnl/jQuery-contextMenu/pull/498) thanks @StealthDuck
119123

@@ -124,10 +128,10 @@
124128
* Added SauceLabs tests for common browsers.
125129

126130
### 2.4.2 ###
127-
131+
128132
### Fixed
129133

130-
* Focus not set on content editable element when right clicking the second time ([Issue #482](https://github.com/swisnl/jQuery-contextMenu/issues/482))
134+
* Focus not set on content editable element when right clicking the second time ([Issue #482](https://github.com/swisnl/jQuery-contextMenu/issues/482))
131135

132136
* `selectableSubMenu` broke disabling click menu (fixes ([Issue #493](https://github.com/swisnl/jQuery-contextMenu/issues/493))
133137

@@ -149,7 +153,7 @@
149153

150154
#### Fixed
151155

152-
* The contextmenu shows even if all items are set to visible:false ([Issue #473](https://github.com/swisnlhttps://github.com/swisnl/jQuery-contextMenu/issues/482/jQuery-contextMenu/issues/473))
156+
* The contextmenu shows even if all items are set to visible:false ([Issue #473](https://github.com/swisnlhttps://github.com/swisnl/jQuery-contextMenu/issues/482/jQuery-contextMenu/issues/473))
153157

154158
#### Documentation
155159

@@ -220,14 +224,14 @@
220224

221225
#### Added
222226
* Add option to show item title as HTML (thanks @brassard)
223-
* Full Font Awesome support
227+
* Full Font Awesome support
224228

225-
#### Changed
229+
#### Changed
226230
* Use relative units for css fixes ([Issue #386](https://github.com/swisnl/jQuery-contextMenu/issues/386)) (thanks @RoachMech)
227231
* Change unicode characters in CSS to readable strings.
228232
* Improved item styles (thanks @anseki)
229233

230-
#### Fixed
234+
#### Fixed
231235
* Force woff2 font creation for Windows some machines.
232236
* Fix so that disabled items can't get focus anymore (thanks @anseki)
233237
* Fix so menu size is calculated better no items will take up 2 lines again (thanks @anseki)
@@ -304,10 +308,10 @@
304308

305309
### 1.7.0 (August 29th 2015) ###
306310

307-
* Touch support optimisations (by kccarter76)
311+
* Touch support optimisations (by kccarter76)
308312
* changed .text to .html so there are no extra span's fixed - ([Issue #252](https://github.com/swisnl/jQuery-contextMenu/issues/252))
309313
* added visibility callback to item definition
310-
* copy the HTML5 icon attribute when creating from HTML5 elements
314+
* copy the HTML5 icon attribute when creating from HTML5 elements
311315
* growing menu when opening multiple times fixed - ([Issue #197](https://github.com/swisnl/jQuery-contextMenu/issues/197))
312316
* fixed failure to run tests
313317

package.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
"gulp-jshint": "^2.1.0",
2828
"gulp-load-plugins": "^2.0.1",
2929
"gulp-qunit": "^2.0.0",
30-
"gulp-rename": "^1.2.2",
30+
"gulp-rename": "^2.0.0",
3131
"gulp-replace": "^1.0.0",
3232
"gulp-sass": "^4.0.1",
3333
"gulp-sourcemaps": "^2.6.4",
3434
"gulp-uglify": "^3.0.0",
3535
"jshint": "^2.9.4",
36-
"karma": "^4.3.0",
36+
"karma": "^5.0.2",
3737
"karma-chrome-launcher": "^3.1.0",
3838
"karma-phantomjs-launcher": "^1.0.2",
3939
"karma-qunit": "^4.0.0",
40-
"karma-sauce-launcher": "2.0.2",
40+
"karma-sauce-launcher": "4.1.3",
4141
"lodash": "^4.17.5",
4242
"pump": "^3.0.0",
4343
"qunit": "^2.0.1",
@@ -46,7 +46,7 @@
4646
"wdio-mocha-framework": "^0.6.2",
4747
"wdio-sauce-service": "^0.4.8",
4848
"wdio-selenium-standalone-service": "^0.0.12",
49-
"webdriverio": "^5.14.3"
49+
"webdriverio": "^6.1.3"
5050
},
5151
"description": "Management facility for context menus. Developed for a large number of triggering objects. HTML5 Polyfill",
5252
"keywords": [
@@ -100,5 +100,8 @@
100100
"iOS >= 6",
101101
"Opera >= 12",
102102
"Safari >= 6"
103-
]
103+
],
104+
"dependencies": {
105+
"jquery": "^3.5.0"
106+
}
104107
}

0 commit comments

Comments
 (0)