aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #259 from praschke/chrome-death-fixDarius Jahandarie2023-10-01
|\ | | | | | | Fix Chrome death, by creating both cross-frame ports in the background
| * wait for backend ready signal to prepare cross-frame apipraschke2023-10-01
| | | | | | | | | | not sure if API messages should be sent in prepare(), but we should probably wait for the ready signal before doing so
| * remove stray debugging commentpraschke2023-10-01
| |
| * remove yomichan.connect()praschke2023-10-01
| | | | | | | | | | | | it was only used in the cross-frame api. additionally, this comment on triggerExtensionUnloaded is incorrect.
| * create both cross-frame ports in the backgroundpraschke2023-09-30
| | | | | | | | | | | | | | | | | | | | on Chrome (currently 117), the port created in the content script with runtime.connect does not properly receive an onDisconnect event when the service worker sleeps. the port created in the background with tabs.connect does receive the event, so create both ports with tabs.connect. fixes #241.
* | Merge pull request #251 from ↵Darius Jahandarie2023-10-01
|\ \ | | | | | | | | | | | | | | | themoeway/dependabot/npm_and_yarn/eslint-plugin-jsdoc-46.8.2 Bump eslint-plugin-jsdoc from 39.3.6 to 46.8.2
| * | Satisfy jsdoc/check-line-alignment lintDarius Jahandarie2023-10-01
| | |
| * | Satisfy jsdoc/require-returns lintDarius Jahandarie2023-10-01
| | |
| * | Remove newline-after-description lint as it's no longer availableDarius Jahandarie2023-10-01
| | |
| * | Bump eslint-plugin-jsdoc from 39.3.6 to 46.8.2dependabot[bot]2023-10-01
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.3.6 to 46.8.2. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.6...v46.8.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #264 from themoeway/update-tough-cookieDarius Jahandarie2023-10-01
|\ \ | | | | | | | | | Update tough-cookie dependency
| * | Update tough-cookie dependencyDarius Jahandarie2023-10-01
|/ /
* | Merge pull request #263 from themoeway/remove-web-extDarius Jahandarie2023-10-01
|\ \ | | | | | | | | | Remove web-ext dev dependency
| * | Remove web-ext dev dependencyDarius Jahandarie2023-10-01
| | |
* | | Merge pull request #262 from themoeway/add-provenanceDarius Jahandarie2023-10-01
|\ \ \ | |/ / |/| | | | | Add SLSA provenance to releases
| * | Add SLSA provenance to releasesDarius Jahandarie2023-10-01
| |/
* | Merge pull request #261 from ↵Darius Jahandarie2023-10-01
|\ \ | |/ |/| | | | | | | themoeway/dependabot/npm_and_yarn/html-validate-8.5.0 Bump html-validate from 7.6.0 to 8.5.0
| * Satisfy no-implicit-button-type lintDarius Jahandarie2023-10-01
| |
| * Satisfy wcag/h63 lintDarius Jahandarie2023-10-01
| |
| * Bump html-validate from 7.6.0 to 8.5.0dependabot[bot]2023-10-01
|/ | | | | | | | | | | | | | Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 7.6.0 to 8.5.0. - [Release notes](https://gitlab.com/html-validate/html-validate/tags) - [Commits](https://gitlab.com/html-validate/html-validate/compare/v7.6.0...v8.5.0) --- updated-dependencies: - dependency-name: html-validate dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #258 from themoeway/fix-discord-linkDarius Jahandarie2023-09-30
|\ | | | | | | Fix Discord link in README.md
| * Fix Discord link in README.mdDarius Jahandarie2023-09-30
|/
* Merge pull request #257 from jarmanso7/masterDarius Jahandarie2023-09-25
|\ | | | | | | replaced yomichan references to yomitan at CONTRIBUTING.md
| * Merge pull request #1 from jarmanso7/UpdateContributingDocsYomichanToYomitanjarmanso72023-09-24
|/| | | | | replaced yomichan references to yomitan at CONTRIBUTING.md
| * replaced yomichan references to yomitan at CONTRIBUTING.mdJordi Armangué2023-09-24
|/
* Merge pull request #255 from themoeway/fix-publish-firefox-developmentDarius Jahandarie2023-09-23
|\ | | | | | | Fix bug in publish-firefox-development, use correct filepath
| * Fix bug in publish-firefox-development, use correct filepathDarius Jahandarie2023-09-24
|/
* Merge pull request #254 from themoeway/fix-prelease-ciDarius Jahandarie2023-09-23
|\ | | | | | | Fix bug in prerelease CI workflow
| * Fix bug in prerelease CI workflowDarius Jahandarie2023-09-24
|/
* Merge pull request #253 from themoeway/reduce-dependabot-frequencyDarius Jahandarie2023-09-23
|\ | | | | | | Reduce dependabot frequency from weekly to monthly
| * Reduce dependabot frequency from weekly to monthlyDarius Jahandarie2023-09-23
| |
* | Merge pull request #252 from ↵Darius Jahandarie2023-09-23
|\ \ | |/ |/| | | | | | | themoeway/dependabot/github_actions/dawidd6/action-download-artifact-2.28.0 Bump dawidd6/action-download-artifact from 2.27.0 to 2.28.0
| * Bump dawidd6/action-download-artifact from 2.27.0 to 2.28.0dependabot[bot]2023-09-23
|/ | | | | | | | | | | | | | Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.27.0 to 2.28.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/246dbf436b23d7c49e21a7ab8204ca9ecd1fe615...268677152d06ba59fcec7a7f0b5d961b6ccd7e1e) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #222 from ↵Darius Jahandarie2023-09-23
|\ | | | | | | | | | | themoeway/dependabot/github_actions/actions/upload-artifact-3 Bump actions/upload-artifact from 2 to 3
| * Remove incorrect version comment in scorecard.ymlDarius Jahandarie2023-09-23
| |
| * Bump actions/upload-artifact from 2 to 3dependabot[bot]2023-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #237 from ↵Darius Jahandarie2023-09-23
|\ \ | | | | | | | | | | | | | | | themoeway/dependabot/github_actions/actions/checkout-4 Bump actions/checkout from 3 to 4
| * | Remove incorrect checkout version comment in scorecard.ymlDarius Jahandarie2023-09-23
| | |
| * | Bump actions/checkout from 3 to 4dependabot[bot]2023-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #250 from themoeway/dependabot/npm_and_yarn/minor-c2cf489049Darius Jahandarie2023-09-23
|\ \ \ | | | | | | | | | | | | Bump the minor group with 5 updates
| * | | Bump the minor group with 5 updatesdependabot[bot]2023-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [@playwright/test](https://github.com/Microsoft/playwright) | `1.37.0` | `1.38.1` | | [eslint](https://github.com/eslint/eslint) | `8.48.0` | `8.50.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.8.0` | `2.9.0` | | [fake-indexeddb](https://github.com/dumbmatter/fakeIndexedDB) | `4.0.0` | `4.0.2` | | [web-ext](https://github.com/mozilla/web-ext) | `7.6.2` | `7.7.0` | Updates `@playwright/test` from 1.37.0 to 1.38.1 - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.37.0...v1.38.1) Updates `eslint` from 8.48.0 to 8.50.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.50.0) Updates `eslint-plugin-jsonc` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.8.0...v2.9.0) Updates `fake-indexeddb` from 4.0.0 to 4.0.2 - [Release notes](https://github.com/dumbmatter/fakeIndexedDB/releases) - [Changelog](https://github.com/dumbmatter/fakeIndexedDB/blob/master/CHANGELOG.md) - [Commits](https://github.com/dumbmatter/fakeIndexedDB/compare/v4.0.0...v4.0.2) Updates `web-ext` from 7.6.2 to 7.7.0 - [Release notes](https://github.com/mozilla/web-ext/releases) - [Commits](https://github.com/mozilla/web-ext/compare/7.6.2...7.7.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: fake-indexeddb dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: web-ext dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #234 from ↵Darius Jahandarie2023-09-23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | themoeway/dependabot/github_actions/ad-m/github-push-action-29f05e01bb17e6f28228b47437e03a7b69e1f9ef Bump ad-m/github-push-action from 9a2e3c14aaecf56d5816dc3a54514f82050820b2 to 29f05e01bb17e6f28228b47437e03a7b69e1f9ef
| * | | | Bump ad-m/github-push-actiondependabot[bot]2023-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 9a2e3c14aaecf56d5816dc3a54514f82050820b2 to 29f05e01bb17e6f28228b47437e03a7b69e1f9ef. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/9a2e3c14aaecf56d5816dc3a54514f82050820b2...29f05e01bb17e6f28228b47437e03a7b69e1f9ef) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #233 from ↵Darius Jahandarie2023-09-23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | themoeway/dependabot/npm_and_yarn/eslint-plugin-jsonc-2.9.0 Bump eslint-plugin-jsonc from 2.8.0 to 2.9.0
| * | | | | Bump eslint-plugin-jsonc from 2.8.0 to 2.9.0dependabot[bot]2023-08-28
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #232 from ↵Darius Jahandarie2023-09-23
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | themoeway/dependabot/npm_and_yarn/fake-indexeddb-4.0.2 Bump fake-indexeddb from 4.0.0 to 4.0.2
| * | | | Bump fake-indexeddb from 4.0.0 to 4.0.2dependabot[bot]2023-08-28
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [fake-indexeddb](https://github.com/dumbmatter/fakeIndexedDB) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/dumbmatter/fakeIndexedDB/releases) - [Changelog](https://github.com/dumbmatter/fakeIndexedDB/blob/master/CHANGELOG.md) - [Commits](https://github.com/dumbmatter/fakeIndexedDB/compare/v4.0.0...v4.0.2) --- updated-dependencies: - dependency-name: fake-indexeddb dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #249 from themoeway/group-dependabotDarius Jahandarie2023-09-23
|\ \ \ \ | | | | | | | | | | | | | | | Group minor/patch updates together in dependabot config
| * | | | Group minor/patch updates together in dependabot configDarius Jahandarie2023-09-23
| | |/ / | |/| |
* | | | Merge pull request #248 from themoeway/fix-readme-chrome-badgeDarius Jahandarie2023-09-23
|\ \ \ \ | |/ / / |/| | | | | | | Fix README.md shields badge for chrome dev release