chris48s
c567f6cde4
Migrate to ESLint 9 ( #10762 )
...
* update ESLint related packages
* migrate to flat config format
* Fix prefer-const error
Fixes
'overrideLogoSize' is never reassigned. Use 'const' instead
* remove irrelevant eslint-disable comment
These comments came from a swizzled upstream
component but never did anything in our codebase.
ESLint 9 does not allow disable comments
for rules that are not registered.
* remove irrelevant eslint-disable comments
These were here because in the past we were applying
mocha lint rules to files which contained no tests
ESLint 9 now flags eslint-disable comments
that aren't doing anythings
* remove irrelevant eslint-disable comment
ESLint 9 now flags eslint-disable comments
that aren't doing anything
* there are no .tsx files in our code any more
* include .mjs files in linting and formatting
* update sort-class-members rule for openApi property
and update the handful of files violating it
2024-12-31 13:54:25 +00:00
LitoMore
e6b66a8865
fix parseDate() test for different timezones ( #10765 )
2024-12-29 16:50:17 +00:00
dependabot[bot]
7174c5ad17
chore(deps-dev): bump @typescript-eslint/parser from 8.18.1 to 8.18.2 ( #10770 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 8.18.1 to 8.18.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.2/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-29 16:27:12 +00:00
dependabot[bot]
8f8eff5e2f
chore(deps-dev): bump eslint-plugin-react from 7.37.2 to 7.37.3 ( #10767 )
...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.37.2 to 7.37.3.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-29 16:26:50 +00:00
dependabot[bot]
d4090a2665
chore(deps-dev): bump concurrently from 9.1.0 to 9.1.1 ( #10768 )
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.1.1 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-27 16:07:45 +00:00
dependabot[bot]
53eab46666
chore(deps): bump chalk from 5.4.0 to 5.4.1 ( #10769 )
...
Bumps [chalk](https://github.com/chalk/chalk ) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/chalk/chalk/releases )
- [Commits](https://github.com/chalk/chalk/compare/v5.4.0...v5.4.1 )
---
updated-dependencies:
- dependency-name: chalk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-27 16:00:02 +00:00
dependabot[bot]
2b90459bb4
chore(deps): bump simple-icons from 13.21.0 to 14.0.0 ( #10771 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 13.21.0 to 14.0.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/13.21.0...14.0.0 )
---
updated-dependencies:
- dependency-name: simple-icons
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-27 13:54:02 +00:00
dependabot[bot]
ac01fdefcc
chore(deps-dev): bump cypress from 13.16.1 to 13.17.0 ( #10755 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.16.1 to 13.17.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/cypress/compare/v13.16.1...v13.17.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-20 19:34:22 +00:00
dependabot[bot]
3d6c438df2
chore(deps): bump @sentry/node from 8.45.0 to 8.47.0 ( #10756 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 8.45.0 to 8.47.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.47.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.45.0...8.47.0 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-20 19:34:01 +00:00
dependabot[bot]
a729e65393
chore(deps-dev): bump @typescript-eslint/parser from 8.18.0 to 8.18.1 ( #10758 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 8.18.0 to 8.18.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-20 19:33:38 +00:00
dependabot[bot]
c4c0c2c6f6
chore(deps): bump fast-xml-parser from 4.5.0 to 4.5.1 ( #10754 )
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.0...v4.5.1 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-20 16:15:27 +00:00
dependabot[bot]
e4eb6cb6c4
chore(deps): bump chalk from 5.3.0 to 5.4.0 ( #10759 )
...
Bumps [chalk](https://github.com/chalk/chalk ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/chalk/chalk/releases )
- [Commits](https://github.com/chalk/chalk/compare/v5.3.0...v5.4.0 )
---
updated-dependencies:
- dependency-name: chalk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-20 15:15:18 +00:00
dependabot[bot]
c4b6b7923b
chore(deps): bump graphql from 16.9.0 to 16.10.0 ( #10761 )
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 16.9.0 to 16.10.0.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v16.9.0...v16.10.0 )
---
updated-dependencies:
- dependency-name: graphql
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-20 14:58:24 +00:00
dependabot[bot]
d1058bc73d
chore(deps): bump simple-icons from 13.20.0 to 13.21.0 ( #10757 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 13.20.0 to 13.21.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/13.20.0...13.21.0 )
---
updated-dependencies:
- dependency-name: simple-icons
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-20 12:48:33 +00:00
dependabot[bot]
7c067fdcbf
chore(deps): bump simple-icons from 13.19.0 to 13.20.0 ( #10737 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 13.19.0 to 13.20.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/13.19.0...13.20.0 )
---
updated-dependencies:
- dependency-name: simple-icons
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 17:16:54 +00:00
dependabot[bot]
f6fde2b78b
chore(deps-dev): bump prism-react-renderer from 2.4.0 to 2.4.1 ( #10735 )
...
Bumps [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/FormidableLabs/prism-react-renderer/releases )
- [Commits](https://github.com/FormidableLabs/prism-react-renderer/compare/prism-react-renderer@2.4.0...prism-react-renderer@2.4.1 )
---
updated-dependencies:
- dependency-name: prism-react-renderer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 17:16:20 +00:00
dependabot[bot]
1da19cffaa
chore(deps-dev): bump nodemon from 3.1.7 to 3.1.9 ( #10734 )
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 3.1.7 to 3.1.9.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.1.7...v3.1.9 )
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 17:15:11 +00:00
dependabot[bot]
e1d0ab10ae
chore(deps-dev): bump c8 from 10.1.2 to 10.1.3 ( #10738 )
...
Bumps [c8](https://github.com/bcoe/c8 ) from 10.1.2 to 10.1.3.
- [Release notes](https://github.com/bcoe/c8/releases )
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bcoe/c8/compare/v10.1.2...v10.1.3 )
---
updated-dependencies:
- dependency-name: c8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 17:14:56 +00:00
dependabot[bot]
e3f382114e
chore(deps-dev): bump start-server-and-test from 2.0.8 to 2.0.9 ( #10740 )
...
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test ) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases )
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v2.0.8...v2.0.9 )
---
updated-dependencies:
- dependency-name: start-server-and-test
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 17:14:40 +00:00
dependabot[bot]
ab16aa3c03
chore(deps): bump @sentry/node from 8.42.0 to 8.45.0 ( #10736 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 8.42.0 to 8.45.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.42.0...8.45.0 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 17:03:41 +00:00
dependabot[bot]
deaf85f6fc
chore(deps-dev): bump node-mocks-http from 1.16.1 to 1.16.2 ( #10741 )
...
Bumps [node-mocks-http](https://github.com/eugef/node-mocks-http ) from 1.16.1 to 1.16.2.
- [Release notes](https://github.com/eugef/node-mocks-http/releases )
- [Changelog](https://github.com/eugef/node-mocks-http/blob/master/HISTORY.md )
- [Commits](https://github.com/eugef/node-mocks-http/compare/v1.16.1...v1.16.2 )
---
updated-dependencies:
- dependency-name: node-mocks-http
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 17:02:44 +00:00
dependabot[bot]
d481322a3f
chore(deps-dev): bump eslint-plugin-jsdoc from 50.6.0 to 50.6.1 ( #10739 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.0 to 50.6.1.
- [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/v50.6.0...v50.6.1 )
---
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 17:02:20 +00:00
dependabot[bot]
71cddb7abc
chore(deps-dev): bump lint-staged from 15.2.10 to 15.2.11 ( #10743 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 15.2.10 to 15.2.11.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.10...v15.2.11 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 17:01:43 +00:00
dependabot[bot]
1756cb834e
chore(deps-dev): bump @typescript-eslint/parser from 8.17.0 to 8.18.0 ( #10742 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 17:01:25 +00:00
chris48s
fb816ecf93
Upgrade to Chai 5.x ( #10732 )
...
* remove chai-string plugin
* upgrade chai and sinon-chai
* update chai imports
* migrate badge-maker tests to ESM
2024-12-11 19:28:45 +00:00
dependabot[bot]
d7bb13c0bc
chore(deps-dev): bump cypress from 13.16.0 to 13.16.1 ( #10723 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.16.0 to 13.16.1.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/cypress/compare/v13.16.0...v13.16.1 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-07 11:46:44 +00:00
dependabot[bot]
f79ed50c9b
chore(deps-dev): bump mocha from 10.8.2 to 11.0.1 ( #10725 )
...
Bumps [mocha](https://github.com/mochajs/mocha ) from 10.8.2 to 11.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v10.8.2...v11.0.1 )
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-07 11:46:25 +00:00
dependabot[bot]
0d08f2ef50
chore(deps): bump @sentry/node from 8.41.0 to 8.42.0 ( #10730 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 8.41.0 to 8.42.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.41.0...8.42.0 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-07 11:45:38 +00:00
dependabot[bot]
a87e1c32fb
chore(deps): bump byte-size from 9.0.0 to 9.0.1 ( #10722 )
...
Bumps [byte-size](https://github.com/75lb/byte-size ) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/75lb/byte-size/releases )
- [Commits](https://github.com/75lb/byte-size/compare/v9.0.0...v9.0.1 )
---
updated-dependencies:
- dependency-name: byte-size
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-07 11:22:38 +00:00
dependabot[bot]
f48a205032
chore(deps-dev): bump @typescript-eslint/parser from 8.16.0 to 8.17.0 ( #10729 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 8.16.0 to 8.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-06 18:15:12 +00:00
dependabot[bot]
6b6cc3ac70
chore(deps): bump @xmldom/xmldom from 0.9.5 to 0.9.6 ( #10728 )
...
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.9.5...0.9.6 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-06 17:53:13 +00:00
dependabot[bot]
ab7aaff60e
chore(deps-dev): bump prettier from 3.4.1 to 3.4.2 ( #10719 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.4.1 to 3.4.2.
- [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/3.4.1...3.4.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-06 17:28:08 +00:00
dependabot[bot]
e5dbfe7ea5
chore(deps): bump simple-icons from 13.18.0 to 13.19.0 ( #10726 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 13.18.0 to 13.19.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/13.18.0...13.19.0 )
---
updated-dependencies:
- dependency-name: simple-icons
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-06 14:55:54 +00:00
chris48s
151c70dd17
Add ability to format bytes as metric or IEC; affects [bundlejs bundlephobia ChromeWebStoreSize CratesSize DockerSize GithubRepoSize GithubCodeSize GithubSize NpmUnpackedSize SpigetDownloadSize steam VisualStudioAppCenterReleasesSize whatpulse] ( #10547 )
...
* add renderSizeBadge helper, use it everywhere
- switch from pretty-bytes to byte-size
- add renderSizeBadge() helper function
- match upstream conventions for metric/IEC units
- add new test helpers and use them in service tests
* unrelated: fix npm unpacked size query param schema
not strictly related to this PR
but I noticed it was broken
* chromewebstore: reformat size string, test against isIecFileSize
2024-12-01 19:53:26 +00:00
dependabot[bot]
3b465533fd
chore(deps): bump simple-icons from 13.17.0 to 13.18.0 ( #10712 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 13.17.0 to 13.18.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/13.17.0...13.18.0 )
---
updated-dependencies:
- dependency-name: simple-icons
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 13:44:01 +00:00
dependabot[bot]
df719ea2db
chore(deps-dev): bump @easyops-cn/docusaurus-search-local ( #10711 )
...
Bumps [@easyops-cn/docusaurus-search-local](https://github.com/easyops-cn/docusaurus-search-local/tree/HEAD/packages/docusaurus-search-local ) from 0.45.0 to 0.46.1.
- [Release notes](https://github.com/easyops-cn/docusaurus-search-local/releases )
- [Commits](https://github.com/easyops-cn/docusaurus-search-local/commits/v0.46.1/packages/docusaurus-search-local )
---
updated-dependencies:
- dependency-name: "@easyops-cn/docusaurus-search-local"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 13:43:57 +00:00
dependabot[bot]
9ee8ee8cbf
chore(deps): bump got from 14.4.4 to 14.4.5 ( #10713 )
...
Bumps [got](https://github.com/sindresorhus/got ) from 14.4.4 to 14.4.5.
- [Release notes](https://github.com/sindresorhus/got/releases )
- [Commits](https://github.com/sindresorhus/got/compare/v14.4.4...v14.4.5 )
---
updated-dependencies:
- dependency-name: got
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 13:32:40 +00:00
dependabot[bot]
def3007602
chore(deps): bump @sentry/node from 8.40.0 to 8.41.0 ( #10710 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 8.40.0 to 8.41.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.40.0...8.41.0 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 13:32:19 +00:00
dependabot[bot]
7d7f70b4b5
chore(deps-dev): bump @typescript-eslint/parser from 8.15.0 to 8.16.0 ( #10709 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 8.15.0 to 8.16.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.16.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 13:30:50 +00:00
dependabot[bot]
2ded4aa7b6
chore(deps-dev): bump prettier from 3.3.3 to 3.4.1 ( #10714 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.3.3 to 3.4.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/3.3.3...3.4.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 13:30:25 +00:00
dependabot[bot]
da2745d523
chore(deps-dev): bump chai-as-promised from 8.0.0 to 8.0.1 ( #10707 )
...
Bumps [chai-as-promised](https://github.com/chaijs/chai-as-promised ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/chaijs/chai-as-promised/releases )
- [Commits](https://github.com/chaijs/chai-as-promised/compare/v8.0.0...v8.0.1 )
---
updated-dependencies:
- dependency-name: chai-as-promised
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 13:30:02 +00:00
dependabot[bot]
1338bf3192
chore(deps-dev): bump eslint-plugin-jsdoc from 50.5.0 to 50.6.0 ( #10706 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.5.0 to 50.6.0.
- [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/v50.5.0...v50.6.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 13:29:37 +00:00
dependabot[bot]
9447077c08
chore(deps): bump @sentry/node from 8.38.0 to 8.40.0 ( #10691 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 8.38.0 to 8.40.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.38.0...8.40.0 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 17:23:11 +00:00
dependabot[bot]
b60d738999
chore(deps-dev): bump cypress from 13.15.2 to 13.16.0 ( #10695 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.15.2 to 13.16.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/cypress/compare/v13.15.2...v13.16.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 16:59:48 +00:00
dependabot[bot]
85fb206c8b
chore(deps-dev): bump @typescript-eslint/parser from 8.14.0 to 8.15.0 ( #10696 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 8.14.0 to 8.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 16:38:42 +00:00
dependabot[bot]
d1210e2311
chore(deps): bump jsonpath-plus from 10.1.0 to 10.2.0 ( #10693 )
...
Bumps [jsonpath-plus](https://github.com/s3u/JSONPath ) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/s3u/JSONPath/releases )
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md )
- [Commits](https://github.com/s3u/JSONPath/compare/v10.1.0...v10.2.0 )
---
updated-dependencies:
- dependency-name: jsonpath-plus
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 16:13:16 +00:00
dependabot[bot]
85dd5a599f
chore(deps): bump qs from 6.13.0 to 6.13.1 ( #10698 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.13.0 to 6.13.1.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.13.0...v6.13.1 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 15:36:50 +00:00
dependabot[bot]
e108e40930
chore(deps): bump simple-icons from 13.16.0 to 13.17.0 ( #10697 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 13.16.0 to 13.17.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/13.16.0...13.17.0 )
---
updated-dependencies:
- dependency-name: simple-icons
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 15:23:43 +00:00
dependabot[bot]
eaa4317039
chore(deps): bump smol-toml from 1.3.0 to 1.3.1 ( #10694 )
...
Bumps [smol-toml](https://github.com/squirrelchat/smol-toml ) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/squirrelchat/smol-toml/releases )
- [Commits](https://github.com/squirrelchat/smol-toml/commits )
---
updated-dependencies:
- dependency-name: smol-toml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 14:54:08 +00:00
dependabot[bot]
e1541acc11
chore(deps): bump @renovatebot/ruby-semver from 3.0.23 to 4.0.0 ( #10677 )
...
Bumps [@renovatebot/ruby-semver](https://github.com/renovatebot/ruby-semver ) from 3.0.23 to 4.0.0.
- [Release notes](https://github.com/renovatebot/ruby-semver/releases )
- [Changelog](https://github.com/renovatebot/ruby-semver/blob/main/.releaserc.json )
- [Commits](https://github.com/renovatebot/ruby-semver/compare/3.0.23...4.0.0 )
---
updated-dependencies:
- dependency-name: "@renovatebot/ruby-semver"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-15 21:26:36 +00:00