aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
Commit message (Collapse)AuthorAge
* Bump stylelint from 14.14.0 to 14.16.1dependabot[bot]2023-08-20
| | | | | | | | | | | | | | | Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.14.0 to 14.16.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.14.0...14.16.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump @playwright/test from 1.31.2 to 1.37.0dependabot[bot]2023-08-17
| | | | | | | | | | | | | | Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.31.2 to 1.37.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.31.2...v1.37.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump eslint-plugin-jsonc from 2.4.0 to 2.8.0dependabot[bot]2023-06-04
| | | | | | | | | | | | | | | Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.4.0 to 2.8.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.4.0...v2.8.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>
* Bump eslint from 8.36.0 to 8.37.0dependabot[bot]2023-04-03
| | | | | | | | | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 8.36.0 to 8.37.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.36.0...v8.37.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump decode-uri-component from 0.2.0 to 0.2.2dependabot[bot]2023-03-23
| | | | | | | | | | | | | Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump jsonwebtoken and web-extdependabot[bot]2023-03-23
| | | | | | | | | | | | | | | | | | | | | | | Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to 9.0.0 and updates ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together. Updates `jsonwebtoken` from 8.5.1 to 9.0.0 - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.1...v9.0.0) Updates `web-ext` from 7.3.0 to 7.6.0 - [Release notes](https://github.com/mozilla/web-ext/releases) - [Commits](https://github.com/mozilla/web-ext/compare/7.3.0...7.6.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: indirect - dependency-name: web-ext dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump http-cache-semantics from 4.1.0 to 4.1.1dependabot[bot]2023-03-23
| | | | | | | | | | | | | Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Add visual diffing in CIDarius Jahandarie2023-03-23
|
* Update parse5 dependency & fix remaining broken linksDarius Jahandarie2023-03-10
|
* Dependency updates (#2253)toasted-nutbread2022-10-15
| | | | | | | | | * Update dependencies * Rebuild parse5 * Update version info * Audit fix
* Lint updates (#2247)toasted-nutbread2022-10-15
| | | | | | | | | | | | | * Fix spacing * Update lint dependencies * Disable false positive rule * Update header rule * Install eslint-plugin-jsonc * Update lint rules to include jsonc extension
* ESlint JSdoc (#2148)toasted-nutbread2022-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Install eslint-plugin-jsdoc * Initial rules setup * Update lists * Use @returns rather than @return * Remove error throwing code which is never executed * Fix issues relating to @throws * General error fixes * Update Display type documentation * Various doc fixes * Fix invalid tuple syntax * Doc updates * Remove unused * Doc updates * Enable jsdoc/require-returns * Update rules * Update remaining rules
* Dependency update (#2141)toasted-nutbread2022-05-16
| | | | | * Update dependencies * Update JSZip to 3.9.1
* Parse5 update (#2140)toasted-nutbread2022-05-16
| | | | | | | | | | | | | * Update build-libs.js * Add a test for build-libs.js * Update parse5 * Rebuild parse5 * Update build-libs.js to generate consistent path names * Rebuild
* Dictionary validate updates (#2137)toasted-nutbread2022-05-16
| | | | | | | | | * Reuse JsomSchema instance * Install ajv * Add support for using ajv as a JSON schema validator * Update usage
* Bump moment from 2.29.1 to 2.29.2 (#2114)dependabot[bot]2022-04-09
| | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [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.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update node version and dependencies (#2100)toasted-nutbread2022-04-02
| | | | | | | | | * Update packages * Update node version used in CI * Update node packages again using node v16 * Update stylelint-config-recommended
* Update node dependencies (#2061)toasted-nutbread2022-02-02
| | | | | | | | | | | | | | | | | | | | | * Run npm update * Run npm audit fix * Update eslint to 8.8.0 * Update eslint-plugin-no-unsanitized to 4.0.1 * Update html-validate to 6.2.0 * Update jsdom to 19.0.0 * Update stylelint to 14.3.0 * Update stylelint-config-recommended to 6.0.0 * Remove dead rule * Fix rule affecting currentColor keyword
* Bump cached-path-relative from 1.0.2 to 1.1.0dependabot[bot]2022-01-27
| | | | | | | | | | | | | Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/ashaffer/cached-path-relative/releases) - [Commits](https://github.com/ashaffer/cached-path-relative/commits) --- updated-dependencies: - dependency-name: cached-path-relative dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump nanoid from 3.1.28 to 3.2.0dependabot[bot]2022-01-22
| | | | | | | | | | | | | | Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.28 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.28...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* npm update (#1957)toasted-nutbread2021-09-26
|
* Update development dependencies (#1885)toasted-nutbread2021-08-10
| | | | | * Update dependencies * Fix audit issues
* Structured content style json (#1771)toasted-nutbread2021-06-27
| | | | | | | | | | | | | * Install css * Remove unnecessary rule * Create CSS overrides file * Create script to generate CSS JSON file * Generate JSON * Add test
* Update dependencies (#1749)toasted-nutbread2021-06-24
| | | | | | | * Update dependencies * Remove unnecessary readonly attribute * Run npm audit fix
* Update packages (#1714)toasted-nutbread2021-05-26
|
* Update packages (#1534)toasted-nutbread2021-03-15
|
* Header lint (#1444)toasted-nutbread2021-02-25
| | | | | | | | | * Add eslint-plugin-header * Add rule for header format * Add missing header * Fix header issues
* Html lint (#1336)toasted-nutbread2021-01-30
| | | | | | | | | | | | | | | | | | | | | | | * Move style rules * Fix non-unique IDs * Remove erroneous ids * Add title * Fix invalid closing tag * Install html-validate * Add .htmlvalidate.json * Update HTML and styles * Add test-lint-html * Update test files * Update test-lint-html/css commands to have more explicit targets
* CSS lint (#1201)toasted-nutbread2021-01-03
| | | | | | | | | | | | | * Use single quotes instead of double * Install stylelint * Set up config * Update package/tests * Fix lint issues * Update CSS rules
* Update package dependencies (#1100)toasted-nutbread2020-12-12
|
* Dev dependency update (#895)toasted-nutbread2020-10-07
| | | | | | | * Update dev dependencies * Add parse5 dev dependency * Add browserify dev dependency
* Add web-ext dev dependency (#861)toasted-nutbread2020-09-26
| | | | | | | * Add web-ext dependency * Specify extension directory * Add command for testing web-ext lint
* Dev dependencies updates (#679)toasted-nutbread2020-07-19
| | | | | | | | | | | * Update eslint to 7.5.0 * Update eslint-plugin-no-unsanitized to 3.1.2 * Update fake-indexeddb to 3.1.1 * Rename DictionaryImporter.import to .importDictionary Conflicts with o-unsanitized/method
* Bump lodash from 4.17.15 to 4.17.19 (#677)dependabot[bot]2020-07-19
| | | | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update jsdom to 16.2.2toasted-nutbread2020-04-13
|
* Update jsdom to version 16.2.1toasted-nutbread2020-03-15
|
* Bump acorn from 6.4.0 to 6.4.1dependabot[bot]2020-03-16
| | | | | | | Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1) Signed-off-by: dependabot[bot] <support@github.com>
* Add jsdom dependencytoasted-nutbread2020-02-22
|
* Add fake-indexeddbtoasted-nutbread2020-02-18
|
* Add eslint-plugin-no-unsanitizedtoasted-nutbread2020-02-12
|
* Setup GitHub actionstoasted-nutbread2020-02-12