aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
AgeCommit message (Collapse)Author
2022-05-24update dependencies & bump minimum node version (#1329)Michael C
- bump all dependences - add github-actions reporter to jest - convert (most) webpack configs to ESM - manifest.cjs cannot be converted since there is no native .json import until node 17
2022-03-31bump dependencies + reduce build time by 1/3Michael C
- drop webpack to 5.64 to fix 1 security issue, the rest depend on web-ext
2022-02-06Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into misc-fixAjay
2022-02-06update depndenciesMichael C
- add engines targeting dev - bump webpack - update-oss-attribution CI - appease eslint for webpack - clean up packages - move @types to devDependencies - moved concurrently to devDependencies - remove unused babel
2022-02-04fix updateInvidious ciMichael C
- add ts-node - fix path - add npm ci
2022-01-27add mediaSession, remove bindMediaKeyMichael C
2022-01-27force listen for mediaKeysMichael C
2022-01-26linting + audio overrideMichael C
2022-01-14Add build mode for edge languagesAjay
2022-01-14Add build option for safari that fixes localesAjay
Fix #801 and #1061
2021-12-28Merge pull request #1071 from mchangrh/invidiousCIAjay Ramachandran
Auto-populate invidious list
2021-12-01fix license in package.jsonAjay Ramachandran
2021-12-01Update licence in package.jsonMichael M. Chang
#721
2021-11-30appease CI/ webpackMichael C
move to ci/ change triggers
2021-11-30add code to parse and filterMichael C
2021-09-01Merge pull request #922 from ajayyy/basic-seleniumAjay Ramachandran
Basic selenium
2021-07-31Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into ↵Ajay Ramachandran
improvements
2021-07-30Fix build step casingAjay Ramachandran
2021-07-30Build before running testAjay Ramachandran
2021-07-30Add basic selenium testAjay Ramachandran
2021-07-04Update more packagesAjay Ramachandran
2021-07-04Update packagesAjay Ramachandran
2021-06-18Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into ↵Ajay Ramachandran
improvements
2021-06-09Fix skipping on Firefox for AndroidAjay Ramachandran
Resolves https://github.com/ajayyy/SponsorBlock/issues/659 and https://github.com/ajayyy/SponsorBlock/issues/588
2021-05-11Update react to fix chrome warningsAjay Ramachandran
2020-12-16Update dependenciesAjay Ramachandran
2020-12-12refactor(lint): fix trivial linting errorsMax Baumann
2020-12-12feat(lint): add default .eslintrc.jsMax Baumann
2020-10-15remove js-sha256 dependency, use native hashing functionDainius Daukševičius
2020-09-16Merge pull request #459 from Joe-Dowd/hash-prefixAjay Ramachandran
Added hash prefix implementation (server code not yet merged)
2020-09-11Merge pull request #471 from ajayyy/expiremental2.0.6.1Ajay Ramachandran
Fix release workflow
2020-09-11Fix release workflowAjay Ramachandran
2020-09-04Added has prefix implementation (no config page)Joe Dowd
2020-08-27Revert dependency changesNanobyte
2020-08-13jest removedNanobyte
cleanup: jest dependency was never used
2020-08-13Updates dependencies to fix vulnerabilitiesNanobyte
38020 vulnerabilities fixed
2020-05-17Gave web-ext the beta name and made signing happen at the end.Ajay Ramachandran
2020-05-12Upgraded web-extAjay Ramachandran
2020-04-27Added Firefox signing to CIAjay Ramachandran
2020-02-25Switched notice to reactAjay Ramachandran
2020-02-19Run dev now uses dev build.Ajay Ramachandran
2020-02-19Firefox dev environment now loads Firefox uBlock OriginAjay Ramachandran
2020-02-04Fix chrome build scriptsAjay Ramachandran
2020-02-04Added manifest building.Ajay Ramachandran
2020-02-03Updated build commandsAjay Ramachandran
2020-01-28Started conversion to TypeScript.Ajay Ramachandran
2020-01-10Added ublock origin to npm run devAjay Ramachandran
2020-01-06Fixed build not ignoring ignored folderAjay Ramachandran
2019-12-29Removed unnecessary ignored files.Ajay Ramachandran
2019-12-29Updated ignore files for build.Ajay Ramachandran