~glacambre/firenvim

Revert "lua/firenvim-websocket.lua: fix websocket pong"

This reverts commit c8cd51c3e04a1b1a12cfa21b6b9aaf62c16b983f.
Because of the problem described in
https://github.com/glacambre/firenvim/issues/1265#issuecomment-1000172548 .
Add instructions about configuring neovim to webextension page

Closes #1266
lua/firenvim-websocket.lua: fix websocket pong
tests/firefox.ts: disable browser shortcuts tests

Fails 100% of the time with:

===== Browser shortcuts attempt 1 =====
TimeoutError: <CS-n> did not change the number of windows
[...]
===== Browser shortcuts attempt 2 =====
NoSuchWindowError: Browsing context has been discarded
package.json: bump version 0.2.10 -> 0.2.11

New features:
- The firenvim browser button now contains a link to the troubleshooting
  guide (eb3abef)

Bug fixes:
- Firenvim will work on websites with strict CSPs on Firefox (50aae17, fa6406d)
- Neovim plugin has been fixed after neovim breaking change (35caecb)
- Unnecessary files aren't shipped on thunderbird anymore (f62386a)
- firenvim#install() will attempt to recover from cmd.exe and
  powershell.exe not existing in the PATH on windows (35ddc81)
- The thunderbird compose window will stop closing itself after some
  time without any activity (553c913)
- Negative or null-dimensions characters do not break the renderer
  anymore (3624c47)
release.sh: skip npm audit fix

It doesn't actually fix anything.
chore: fix typos
8eac911a — dependabot[bot] 3 years ago
build(deps): bump addons-linter from 3.20.0 to 4.2.0

Bumps [addons-linter](https://github.com/mozilla/addons-linter) from 3.20.0 to 4.2.0.
- [Release notes](https://github.com/mozilla/addons-linter/releases)
- [Commits](https://github.com/mozilla/addons-linter/compare/3.20.0...4.2.0)

---
updated-dependencies:
- dependency-name: addons-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
90c9bac2 — dependabot[bot] 3 years ago
build(deps): bump imports-loader from 3.1.0 to 3.1.1

Bumps [imports-loader](https://github.com/webpack-contrib/imports-loader) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/webpack-contrib/imports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/imports-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/imports-loader/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: imports-loader
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
8e7cd0cb — dependabot[bot] 3 years ago
build(deps): bump typescript from 4.4.3 to 4.4.4

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.3...v4.4.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Fix negative-width/negative-space characters breaking the renderer

Closes #1243
ff6b8f02 — dependabot[bot] 3 years ago
build(deps): bump istanbul-lib-coverage from 3.0.1 to 3.2.0

Bumps [istanbul-lib-coverage](https://github.com/istanbuljs/istanbuljs/tree/HEAD/packages/istanbul-lib-coverage) from 3.0.1 to 3.2.0.
- [Release notes](https://github.com/istanbuljs/istanbuljs/releases)
- [Changelog](https://github.com/istanbuljs/istanbuljs/blob/master/packages/istanbul-lib-coverage/CHANGELOG.md)
- [Commits](https://github.com/istanbuljs/istanbuljs/commits/istanbul-lib-coverage-v3.2.0/packages/istanbul-lib-coverage)

---
updated-dependencies:
- dependency-name: istanbul-lib-coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2d8f566c — dependabot[bot] 3 years ago
build(deps): bump ts-jest from 27.0.5 to 27.0.7

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.5 to 27.0.7.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v27.0.5...v27.0.7)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
0ff2821c — dependabot[bot] 3 years ago
build(deps): bump imports-loader from 3.0.0 to 3.1.0

Bumps [imports-loader](https://github.com/webpack-contrib/imports-loader) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/webpack-contrib/imports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/imports-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/imports-loader/compare/v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: imports-loader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
134eed11 — dependabot[bot] 3 years ago
build(deps): bump web-ext from 6.4.0 to 6.5.0

Bumps [web-ext](https://github.com/mozilla/web-ext) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/6.4.0...6.5.0)

---
updated-dependencies:
- dependency-name: web-ext
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
546d31e7 — dependabot[bot] 3 years ago
build(deps): bump sharp from 0.29.1 to 0.29.2

Bumps [sharp](https://github.com/lovell/sharp) from 0.29.1 to 0.29.2.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/master/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.29.1...v0.29.2)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
68fd296b — dependabot[bot] 3 years ago
build(deps): bump jest from 27.2.4 to 27.3.1

Bumps [jest](https://github.com/facebook/jest) from 27.2.4 to 27.3.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.2.4...v27.3.1)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
websocket server: send pong on ping

Hopefully closes https://github.com/glacambre/firenvim/issues/1222.
Add link to troubleshooting guide to browserAction
76aa7262 — dependabot[bot] 3 years ago
build(deps): bump addons-linter from 3.13.0 to 3.18.0

Bumps [addons-linter](https://github.com/mozilla/addons-linter) from 3.13.0 to 3.18.0.
- [Release notes](https://github.com/mozilla/addons-linter/releases)
- [Commits](https://github.com/mozilla/addons-linter/compare/3.13.0...3.18.0)

---
updated-dependencies:
- dependency-name: addons-linter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Next