chris48s
18e17233c4
update monitoring docs/links ( #10780 )
2025-01-01 16:26:24 +00:00
chris48s
e499030e28
Improve donate Call To Action ( #10777 )
...
* add a 'donate' page to the site
* remove offer to pay expenses
* remove suggested amount from repo CTAs
2025-01-01 16:07:58 +00:00
chris48s
de1382d44d
use metric() in [coderabbit] badge ( #10779 )
2025-01-01 16:07:22 +00:00
chris48s
3daef194fa
cache matrix badges for 4 hours ( #10778 )
2025-01-01 16:07:16 +00:00
github-actions[bot]
72e9322f29
Changelog for Release server-2025-01-01 ( #10781 )
...
* Update Changelog
* Update CHANGELOG.md
---------
Co-authored-by: release[bot] <actions@users.noreply.github.com >
Co-authored-by: chris48s <chris48s@users.noreply.github.com >
server-2025-01-01
2025-01-01 10:26:16 +00:00
Danny Yang
bf91e268d6
Add [PypiTypes] badge ( #10774 )
...
* add python typing badge
* prettier
* Update services/pypi/pypi-typing.service.js
Co-authored-by: jNullj <15849761+jNullj@users.noreply.github.com >
* address comments
* rename
* fix test
---------
Co-authored-by: jNullj <15849761+jNullj@users.noreply.github.com >
2024-12-31 16:33:36 +00:00
LitoMore
85b44b9152
feat(endpoint-badge): add logoSize support ( #10132 )
2024-12-31 15:45:39 +00:00
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
chris48s
7108e08670
use isDecimalPercentage in tests for github/lab top lang ( #10752 )
2024-12-31 13:25:38 +00:00
Pierre-Yves Bigourdan
b4c21fd65d
Fix [JiraSprint] tests ( #10746 )
...
* Fix [JiraSprint] tests
* Switch to https URLs
2024-12-30 16:38:02 +00:00
LitoMore
00c73c872d
fix auto-sized logo sizes ( #10764 )
2024-12-29 17:04:24 +00:00
LitoMore
e6b66a8865
fix parseDate() test for different timezones ( #10765 )
2024-12-29 16:50:17 +00:00
jNullj
56b9c78b65
docs: add blog post for Simple Icons 14 upgrade ( #10773 )
...
* docs: add blog post for Simple Icons 14 upgrade
* fix: simpleicons release renames
some of the removed icons are added in the release notes as new with a new name, these are marked as renamed with this commit.
* Update frontend/blog/2024-12-27-simpleicons14.md
---------
Co-authored-by: chris48s <chris48s@users.noreply.github.com >
2024-12-29 16:44:40 +00:00
Aravind Putrevu
cb309028db
Add [Coderabbit] PR Stats service and tests ( #10749 )
...
* Add Coderabbit PR Stats service and tests
- Implemented a new service `CoderabbitStats` to fetch and display pull request statistics from the CodeRabbit API.
- Created a corresponding tester file to validate the service's functionality, including tests for valid repositories, repository not found, and server errors.
- The service returns a badge with the number of PRs and appropriate error messages based on the API response.
This addition enhances the analysis capabilities of the application by integrating CodeRabbit statistics.
* Refactor CoderabbitStats service to track reviews instead of PRs
- Updated the service to fetch and display the number of reviews from the CodeRabbit API, changing the schema and badge labels accordingly.
- Modified the tester file to reflect the new endpoint and expected responses, including regex for message validation.
- Enhanced error handling in the service to return more descriptive error messages for invalid repositories and server errors.
This change improves the accuracy of the statistics provided by the service, aligning it with the intended functionality of tracking reviews.
* Enhance CodeRabbitStats service and tests
- Updated the CodeRabbitStats service to include OpenAPI documentation and improved error handling for repository not found scenarios.
- Changed badge label from 'CodeRabbit' to 'CodeRabbit Reviews' for clarity.
- Modified the tester file to reflect the new badge format and error messages, ensuring consistency with the service updates.
- Adjusted regex patterns for message validation in tests.
These changes improve the usability and accuracy of the CodeRabbit statistics service.
* Update services/coderabbit/coderabbit-stats.tester.js
Co-authored-by: jNullj <15849761+jNullj@users.noreply.github.com >
* Addressed codereview comments, changed tests.
* Fix label casing in CodeRabbitStats service and tests
* Update services/coderabbit/coderabbit-stats.service.js
Co-authored-by: chris48s <chris48s@users.noreply.github.com >
* Update CodeRabbitStats service and tests to improve error messaging
- Changed example section in CodeRabbitStats service from 'github, gitlab, bitbucket' to 'github' as per review comment.
- Updated error message for 404 response to 'provider or repo not found', to reflect the right code.
* Added github, gitlab, bitbucket to provider.
* Changing names to match the service name, removing unneeded test.
---------
Co-authored-by: jNullj <15849761+jNullj@users.noreply.github.com >
Co-authored-by: chris48s <chris48s@users.noreply.github.com >
2024-12-29 16:35:31 +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
Jeevan Joshi
0cbc1319ce
add [PUB] downloads badge ( #10745 )
...
* add PUB downloads badge
* test PUB downloads badge
* add PUB monthly downloads badge
* test PUB monthly downloads badge
* revert color override
2024-12-23 09:47:17 +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
Brijesh Kumar
f643515ee1
Add [GitLab] Top Language Badge ( #10750 )
...
* Add: GitLab Top Languages Badge
* Fix: Doc heading
* Add: Test cases + Rename service
* Update: Test URL
* Update: Requested Changes
2024-12-20 10:49:46 +00:00
chris48s
21a059d9a8
provide a non-repository scoped version of [githubcodesearch] ( #10733 )
...
and redirect /search/user/repo/q
to /search?query=q%20repo:user/repo
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com >
2024-12-15 20:16:19 +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
Hervé Boutemy
075f1b450e
[ReproducibleCentral] add Reproducible Central in Dependencies ( #10705 )
...
* add Reproducible Central in Dependencies
* first updates based on feedback
* use new artifact-level json data = map version -> RB result
* fix unit tests
* improve code with provided snippets: thank you
* add description
2024-12-11 08:07:39 +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
bed8a63d76
add a privacy policy ( #10715 )
...
* add a privacy policy
* formatting fix
2024-12-02 18:21:42 +00:00