Oliver Blanthorn
5a4f967eb8
Merge pull request #4415 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.40.0
...
Bump @typescript-eslint/eslint-plugin-tslint from 5.37.0 to 5.40.0
2022-10-16 18:12:24 +02:00
Oliver Blanthorn
5232627096
Merge pull request #4417 from tridactyl/dependabot/npm_and_yarn/geckodriver-3.1.0
...
Bump geckodriver from 3.0.2 to 3.1.0
2022-10-16 18:11:08 +02:00
Oliver Blanthorn
8fd613dd56
Merge pull request #4418 from tridactyl/dependabot/npm_and_yarn/web-ext-7.3.0
...
Bump web-ext from 7.2.0 to 7.3.0
2022-10-16 18:10:38 +02:00
dependabot[bot]
288d71b27d
Bump esbuild from 0.15.7 to 0.15.11
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.15.7 to 0.15.11.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.15.7...v0.15.11 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 22:19:37 +00:00
dependabot[bot]
c66842919e
Bump web-ext from 7.2.0 to 7.3.0
...
Bumps [web-ext](https://github.com/mozilla/web-ext ) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/mozilla/web-ext/releases )
- [Commits](https://github.com/mozilla/web-ext/compare/7.2.0...7.3.0 )
---
updated-dependencies:
- dependency-name: web-ext
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 22:18:42 +00:00
dependabot[bot]
8444b28e82
Bump geckodriver from 3.0.2 to 3.1.0
...
Bumps [geckodriver](https://github.com/vladikoff/node-geckodriver ) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/vladikoff/node-geckodriver/releases )
- [Commits](https://github.com/vladikoff/node-geckodriver/compare/v3.0.2...v3.1.0 )
---
updated-dependencies:
- dependency-name: geckodriver
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 22:01:52 +00:00
dependabot[bot]
9aed07afa1
Bump @typescript-eslint/eslint-plugin-tslint from 5.37.0 to 5.40.0
...
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint ) from 5.37.0 to 5.40.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.40.0/packages/eslint-plugin-tslint )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin-tslint"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 22:03:29 +00:00
dependabot[bot]
f690c3223a
Bump selenium-webdriver from 4.4.0 to 4.5.0
...
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases )
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.4.0...selenium-4.5.0 )
---
updated-dependencies:
- dependency-name: selenium-webdriver
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-05 09:15:46 +00:00
dependabot[bot]
2fc141bcaf
Bump marked from 4.1.0 to 4.1.1
...
Bumps [marked](https://github.com/markedjs/marked ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 22:45:10 +00:00
gholk
cbafb8077e
Fix wrong scrolling when the match not in root scroll element
...
If the match text is inside a scrollable element which is not root,
the highlight rectangle will be in a wrong position, because
the position is relative the root element but not the scrolling element,
and scroll to the hightlight rectangle will not make the matched text visible.
This commit make focus method scroll to the match text range instead of the
highlight rectangle by a scrollIntoView polyfill library, which does not
check the input strictly, and the highlight rectangle position will update
after the scroll is performed.
2022-09-17 22:38:31 +08:00
Oliver Blanthorn
a62ec5c135
Merge pull request #4380 from tridactyl/dependabot/npm_and_yarn/esbuild-0.15.7
...
Bump esbuild from 0.14.47 to 0.15.7
2022-09-14 08:53:58 +01:00
Oliver Blanthorn
648eb71fa6
Merge pull request #4382 from tridactyl/dependabot/npm_and_yarn/moment-2.29.4
...
Bump moment from 2.29.2 to 2.29.4
2022-09-14 08:53:23 +01:00
Oliver Blanthorn
e381178387
Merge pull request #4338 from tridactyl/dependabot/npm_and_yarn/selenium-webdriver-and-types/selenium-webdriver-4.4.0
...
Bump selenium-webdriver and @types/selenium-webdriver
2022-09-14 08:53:06 +01:00
Oliver Blanthorn
25f0ade042
Merge pull request #4300 from tridactyl/dependabot/npm_and_yarn/geckodriver-3.0.2
...
Bump geckodriver from 3.0.1 to 3.0.2
2022-09-14 08:52:46 +01:00
Oliver Blanthorn
accc7c6f2c
Merge pull request #4383 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.37.0
...
Bump @typescript-eslint/eslint-plugin-tslint from 5.29.0 to 5.37.0
2022-09-14 08:52:36 +01:00
Oliver Blanthorn
67988b9a22
Merge pull request #4374 from tridactyl/dependabot/npm_and_yarn/marked-4.1.0
...
Bump marked from 4.0.17 to 4.1.0
2022-09-14 08:52:19 +01:00
dependabot[bot]
589b1087bc
Bump @typescript-eslint/eslint-plugin-tslint from 5.29.0 to 5.37.0
...
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint ) from 5.29.0 to 5.37.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.37.0/packages/eslint-plugin-tslint )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin-tslint"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-12 22:23:42 +00:00
dependabot[bot]
931a8b7e25
Bump selenium-webdriver and @types/selenium-webdriver
...
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium ) and [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver ). These dependencies needed to be updated together.
Updates `selenium-webdriver` from 4.2.0 to 4.4.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases )
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.2.0...selenium-4.4.0 )
Updates `@types/selenium-webdriver` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver )
---
updated-dependencies:
- dependency-name: selenium-webdriver
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@types/selenium-webdriver"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-10 17:36:40 +00:00
dependabot[bot]
2b027a0f28
Bump geckodriver from 3.0.1 to 3.0.2
...
Bumps [geckodriver](https://github.com/vladikoff/node-geckodriver ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/vladikoff/node-geckodriver/releases )
- [Commits](https://github.com/vladikoff/node-geckodriver/compare/v3.0.1...v3.0.2 )
---
updated-dependencies:
- dependency-name: geckodriver
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-10 17:33:37 +00:00
dependabot[bot]
32fd2fb4e9
Bump moment from 2.29.2 to 2.29.4
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-10 17:30:28 +00:00
Oliver Blanthorn
0177c1b246
Merge pull request #4334 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-sonarjs-0.15.0
...
Bump eslint-plugin-sonarjs from 0.13.0 to 0.15.0
2022-09-10 18:30:14 +01:00
Oliver Blanthorn
7d5cd3f832
Merge pull request #4335 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-39.3.6
...
Bump eslint-plugin-jsdoc from 39.3.3 to 39.3.6
2022-09-10 18:30:03 +01:00
dependabot[bot]
850e8b96ac
Bump esbuild from 0.14.47 to 0.15.7
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.14.47 to 0.15.7.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.47...v0.15.7 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-05 22:03:38 +00:00
gholk
d5173c0773
Replace minimist with arg for permissive feature
...
The npm package arg is more flexible than the old arguments parser minimist.
The arg can left the unknown option unchanged,
(while there is a bug that splits the unknown short options,)
and stop at positional arguments are supported, too.
2022-09-01 23:23:16 +08:00
dependabot[bot]
698932dafb
Bump marked from 4.0.17 to 4.1.0
...
Bumps [marked](https://github.com/markedjs/marked ) from 4.0.17 to 4.1.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v4.0.17...v4.1.0 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-30 22:06:36 +00:00
dependabot[bot]
b10a5d1891
Bump web-ext from 7.1.0 to 7.2.0
...
Bumps [web-ext](https://github.com/mozilla/web-ext ) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/mozilla/web-ext/releases )
- [Commits](https://github.com/mozilla/web-ext/compare/7.1.0...7.2.0 )
---
updated-dependencies:
- dependency-name: web-ext
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-12 22:14:04 +00:00
dependabot[bot]
b56c40db05
Bump eslint-plugin-jsdoc from 39.3.3 to 39.3.6
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 39.3.3 to 39.3.6.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.3...v39.3.6 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 22:13:54 +00:00
dependabot[bot]
8ab8488b16
Bump eslint-plugin-sonarjs from 0.13.0 to 0.15.0
...
Bumps [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs ) from 0.13.0 to 0.15.0.
- [Release notes](https://github.com/SonarSource/eslint-plugin-sonarjs/releases )
- [Commits](https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.13.0...0.15.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-sonarjs
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 22:13:11 +00:00
Oliver Blanthorn
0ce20acd30
Merge pull request #4278 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.29.0
...
Bump @typescript-eslint/eslint-plugin-tslint from 5.28.0 to 5.29.0
2022-06-26 11:25:40 +02:00
Oliver Blanthorn
86305be41d
Merge pull request #4279 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-39.3.3
...
Bump eslint-plugin-jsdoc from 39.3.2 to 39.3.3
2022-06-26 11:25:00 +02:00
Oliver Blanthorn
a964206849
Merge pull request #4281 from tridactyl/dependabot/npm_and_yarn/esbuild-0.14.47
...
Bump esbuild from 0.14.45 to 0.14.47
2022-06-26 11:24:42 +02:00
dependabot[bot]
52ba789c77
Bump web-ext from 7.0.0 to 7.1.0
...
Bumps [web-ext](https://github.com/mozilla/web-ext ) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/mozilla/web-ext/releases )
- [Commits](https://github.com/mozilla/web-ext/compare/7.0.0...7.1.0 )
---
updated-dependencies:
- dependency-name: web-ext
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 22:57:52 +00:00
dependabot[bot]
ffcd0b430a
Bump esbuild from 0.14.45 to 0.14.47
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.14.45 to 0.14.47.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.45...v0.14.47 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 22:54:50 +00:00
dependabot[bot]
9677dc54d7
Bump eslint-plugin-jsdoc from 39.3.2 to 39.3.3
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 39.3.2 to 39.3.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.2...v39.3.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 22:04:40 +00:00
dependabot[bot]
d83113eb63
Bump @typescript-eslint/eslint-plugin-tslint from 5.28.0 to 5.29.0
...
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint ) from 5.28.0 to 5.29.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.29.0/packages/eslint-plugin-tslint )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin-tslint"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 22:03:40 +00:00
Oliver Blanthorn
338046fae9
Merge pull request #4276 from tridactyl/dependabot/npm_and_yarn/esbuild-0.14.45
...
Bump esbuild from 0.14.43 to 0.14.45
2022-06-19 15:28:41 +02:00
dependabot[bot]
fbca0af651
Bump esbuild from 0.14.43 to 0.14.45
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.14.43 to 0.14.45.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.43...v0.14.45 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 22:06:38 +00:00
dependabot[bot]
db1607c9f2
Bump prettier from 2.6.2 to 2.7.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.2 to 2.7.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.6.2...2.7.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-16 22:04:54 +00:00
Oliver Blanthorn
26f146545b
Merge pull request #4268 from tridactyl/dependabot/npm_and_yarn/marked-4.0.17
...
Bump marked from 4.0.16 to 4.0.17
2022-06-14 13:13:59 +02:00
dependabot[bot]
5e25b5e195
Bump marked from 4.0.16 to 4.0.17
...
Bumps [marked](https://github.com/markedjs/marked ) from 4.0.16 to 4.0.17.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v4.0.16...v4.0.17 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 22:08:43 +00:00
dependabot[bot]
f31cea54cb
Bump @typescript-eslint/eslint-plugin-tslint from 5.27.1 to 5.28.0
...
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint ) from 5.27.1 to 5.28.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.28.0/packages/eslint-plugin-tslint )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin-tslint"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 22:06:56 +00:00
Oliver Blanthorn
4ab994f14a
Merge pull request #4266 from tridactyl/dependabot/npm_and_yarn/async-3.2.4
...
Bump async from 3.2.0 to 3.2.4
2022-06-10 21:43:04 +02:00
Oliver Blanthorn
a141f08d78
Merge pull request #4250 from tridactyl/dependabot/npm_and_yarn/selenium-webdriver-and-types/selenium-webdriver-4.2.0
...
Bump selenium-webdriver and @types/selenium-webdriver
2022-06-10 21:36:04 +02:00
dependabot[bot]
0de8120014
Bump async from 3.2.0 to 3.2.4
...
Bumps [async](https://github.com/caolan/async ) from 3.2.0 to 3.2.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v3.2.0...v3.2.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-10 19:35:27 +00:00
Oliver Blanthorn
84b1ab8ff0
Merge pull request #4258 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.27.1
...
Bump @typescript-eslint/eslint-plugin-tslint from 5.26.0 to 5.27.1
2022-06-10 21:34:59 +02:00
dependabot[bot]
bd2207448a
Bump web-ext from 6.8.0 to 7.0.0
...
Bumps [web-ext](https://github.com/mozilla/web-ext ) from 6.8.0 to 7.0.0.
- [Release notes](https://github.com/mozilla/web-ext/releases )
- [Commits](https://github.com/mozilla/web-ext/compare/6.8.0...7.0.0 )
---
updated-dependencies:
- dependency-name: web-ext
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-09 22:02:24 +00:00
dependabot[bot]
5aa9c6efe4
Bump esbuild from 0.14.39 to 0.14.43
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.14.39 to 0.14.43.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.39...v0.14.43 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-08 22:01:44 +00:00
dependabot[bot]
53909c1721
Bump @typescript-eslint/eslint-plugin-tslint from 5.26.0 to 5.27.1
...
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint ) from 5.26.0 to 5.27.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.1/packages/eslint-plugin-tslint )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin-tslint"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 22:06:24 +00:00
dependabot[bot]
0a1343f05d
Bump selenium-webdriver and @types/selenium-webdriver
...
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium ) and [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver ). These dependencies needed to be updated together.
Updates `selenium-webdriver` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases )
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.2.0 )
Updates `@types/selenium-webdriver` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver )
---
updated-dependencies:
- dependency-name: selenium-webdriver
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@types/selenium-webdriver"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-27 22:03:09 +00:00
Oliver Blanthorn
9be9379aa5
Merge pull request #4242 from tridactyl/dependabot/npm_and_yarn/types/selenium-webdriver-4.1.0
...
Bump @types/selenium-webdriver from 4.0.20 to 4.1.0
2022-05-24 16:55:25 +01:00