dependabot[bot]
bdfdcd9c48
chore(deps): bump @sentry/node from 8.50.0 to 8.51.0 ( #10838 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 8.50.0 to 8.51.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.51.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.50.0...8.51.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>
2025-01-24 20:26:50 +00:00
dependabot[bot]
6c2ae7ce3a
chore(deps-dev): bump eslint-plugin-prettier from 5.2.2 to 5.2.3 ( #10840 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.2...v5.2.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-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>
2025-01-24 20:26:05 +00:00
dependabot[bot]
ff9a19268e
chore(deps): bump undici in /.github/actions/docusaurus-swizzled-warning ( #10844 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.28.4 to 5.28.5.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-24 20:24:18 +00:00
dependabot[bot]
223cb06ed6
chore(deps): bump @xmldom/xmldom from 0.9.6 to 0.9.7 ( #10842 )
...
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.9.6 to 0.9.7.
- [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.6...0.9.7 )
---
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>
2025-01-24 19:31:13 +00:00
dependabot[bot]
0f1c6b0bc9
chore(deps): bump simple-icons from 14.2.0 to 14.3.0 ( #10841 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 14.2.0 to 14.3.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/14.2.0...14.3.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>
2025-01-24 18:29:34 +00:00
Christian Bewernitz
007a7e6c47
pass matching mime type to xmldom; test [dynamicxml] ( #10830 )
...
* feat: pass matching mime type to xmldom
If the `Content-Type` header contains one of the mime types supported by `DOMParser`, the first matching mime type will be used instead of `text/xml`.
The default is still `text/xml` for cases when the header is not present or none of the mime types from the list are present.
* factor out and add tests
---------
Co-authored-by: chris48s <git@chris-shaw.dev >
2025-01-21 19:52:59 +00:00
chris48s
152b8e9a64
fix badge-maker package tests ( #10809 )
2025-01-18 19:16:59 +00:00
chris48s
954147f7d9
URL validator tidyup; affects [discourse dynamic endpoint gerrit jira maven nexus osslifecycle python vpm website] securityheaders sonar swagger w3c ( #10810 )
...
* add a required url validator
* replace occurrences of optionalUrl.required() with url
* use standard validators in server.js
2025-01-18 19:16:41 +00:00
chris48s
49bcb52173
allow [chromewebstore] size to contain decimal point ( #10812 )
...
* allow [chromewebstore] size to contain decimal point
* Update services/chrome-web-store/chrome-web-store-size.service.js
Co-authored-by: jNullj <15849761+jNullj@users.noreply.github.com >
* Update services/chrome-web-store/chrome-web-store-size.spec.js
Co-authored-by: jNullj <15849761+jNullj@users.noreply.github.com >
* prettier
---------
Co-authored-by: jNullj <15849761+jNullj@users.noreply.github.com >
2025-01-18 19:14:45 +00:00
jNullj
2c089f7ba6
fix: cypress video ( #10829 )
...
Fixes #10828
Cypress v13 had breaking changes where the default value for video and videoCompression changed from true to false.
This re-adds video using the cypress config as mentioned in the migration [docs](https://docs.cypress.io/app/references/migration-guide#Migrating-to-Cypress-130 )
2025-01-18 18:09:38 +00:00
Pierre-Yves Bigourdan
4a75cf09a7
Add auth support to [Reddit] badges ( #10790 )
...
* Add auth support to [Reddit] badges
* Simplify token response schema
2025-01-18 16:13:53 +01:00
dependabot[bot]
71f553e438
chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 ( #10821 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 9.1.0 to 10.0.1.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.1 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
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>
2025-01-17 20:13:17 +00:00
dependabot[bot]
d0a64291ea
chore(deps-dev): bump @typescript-eslint/parser from 8.19.1 to 8.20.0 ( #10822 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 8.19.1 to 8.20.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.20.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>
2025-01-17 20:01:17 +00:00
dependabot[bot]
082ad94a2b
chore(deps-dev): bump eslint-plugin-jsdoc from 50.6.1 to 50.6.2 ( #10823 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.1 to 50.6.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/v50.6.1...v50.6.2 )
---
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>
2025-01-17 20:00:42 +00:00
dependabot[bot]
5698c29bc8
chore(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.2.2 ( #10819 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.1...v5.2.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-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>
2025-01-17 20:00:30 +00:00
dependabot[bot]
46e0c0952b
chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 ( #10815 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.17.0 to 9.18.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/v9.17.0...v9.18.0 )
---
updated-dependencies:
- dependency-name: eslint
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>
2025-01-17 20:00:08 +00:00
Eva
ffe8d88bfd
Fixed mixed up Code climate endpoints ( #10813 )
2025-01-17 19:59:05 +00:00
dependabot[bot]
b6621e52e6
chore(deps-dev): bump cypress from 13.17.0 to 14.0.0 ( #10820 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.17.0 to 14.0.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.17.0...v14.0.0 )
---
updated-dependencies:
- dependency-name: cypress
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>
2025-01-17 18:22:14 +00:00
dependabot[bot]
c7970fc310
chore(deps-dev): bump lint-staged from 15.3.0 to 15.4.1 ( #10826 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 15.3.0 to 15.4.1.
- [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.3.0...v15.4.1 )
---
updated-dependencies:
- dependency-name: lint-staged
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>
2025-01-17 17:47:56 +00:00
dependabot[bot]
cc5ca5873e
chore(deps): bump node-pg-migrate from 7.8.0 to 7.9.0 ( #10818 )
...
Bumps [node-pg-migrate](https://github.com/salsita/node-pg-migrate ) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/salsita/node-pg-migrate/releases )
- [Changelog](https://github.com/salsita/node-pg-migrate/blob/main/CHANGELOG.md )
- [Commits](https://github.com/salsita/node-pg-migrate/compare/v7.8.0...v7.9.0 )
---
updated-dependencies:
- dependency-name: node-pg-migrate
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>
2025-01-17 16:58:36 +00:00
dependabot[bot]
4994199ddf
chore(deps-dev): bump @easyops-cn/docusaurus-search-local ( #10824 )
...
Bumps [@easyops-cn/docusaurus-search-local](https://github.com/easyops-cn/docusaurus-search-local/tree/HEAD/packages/docusaurus-search-local ) from 0.47.0 to 0.48.3.
- [Release notes](https://github.com/easyops-cn/docusaurus-search-local/releases )
- [Commits](https://github.com/easyops-cn/docusaurus-search-local/commits/v0.48.3/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>
2025-01-17 16:36:43 +00:00
dependabot[bot]
0a8d844bb4
chore(deps): bump @sentry/node from 8.48.0 to 8.50.0 ( #10825 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 8.48.0 to 8.50.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.50.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.48.0...8.50.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>
2025-01-17 16:16:10 +00:00
dependabot[bot]
b93bbe322f
chore(deps-dev): bump start-server-and-test from 2.0.9 to 2.0.10 ( #10816 )
...
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test ) from 2.0.9 to 2.0.10.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases )
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v2.0.9...v2.0.10 )
---
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>
2025-01-17 16:02:33 +00:00
dependabot[bot]
d77e60a0f6
chore(deps): bump qs from 6.13.1 to 6.14.0 ( #10817 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.13.1 to 6.14.0.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.13.1...v6.14.0 )
---
updated-dependencies:
- dependency-name: qs
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>
2025-01-17 15:54:35 +00:00
dependabot[bot]
8dbfd58972
chore(deps): bump simple-icons from 14.1.0 to 14.2.0 ( #10814 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 14.1.0 to 14.2.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/14.1.0...14.2.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>
2025-01-17 15:47:08 +00:00
Arnaud Dezandee
4ba06c0ec7
feat: add terraform registry providers and modules downloads ( #10793 )
2025-01-13 18:30:53 +00:00
chris48s
8cd1480e5f
fix missing comma in badge-maker docs example ( #10808 )
2025-01-12 10:11:12 +00:00
dependabot[bot]
fb16e56c3f
chore(deps-dev): bump the docusaurus-version-updates group with 2 updates ( #10797 )
...
Bumps the docusaurus-version-updates group with 2 updates: [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus ) and [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic ).
Updates `@docusaurus/core` from 3.6.3 to 3.7.0
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v3.7.0/packages/docusaurus )
Updates `@docusaurus/preset-classic` from 3.6.3 to 3.7.0
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v3.7.0/packages/docusaurus-preset-classic )
---
updated-dependencies:
- dependency-name: "@docusaurus/core"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: docusaurus-version-updates
- dependency-name: "@docusaurus/preset-classic"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: docusaurus-version-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-10 20:24:10 +00:00
dependabot[bot]
0d436c92d8
chore(deps-dev): bump @easyops-cn/docusaurus-search-local ( #10798 )
...
Bumps [@easyops-cn/docusaurus-search-local](https://github.com/easyops-cn/docusaurus-search-local/tree/HEAD/packages/docusaurus-search-local ) from 0.46.1 to 0.47.0.
- [Release notes](https://github.com/easyops-cn/docusaurus-search-local/releases )
- [Commits](https://github.com/easyops-cn/docusaurus-search-local/commits/v0.47.0/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>
2025-01-10 20:13:21 +00:00
dependabot[bot]
6d320eff48
chore(deps): bump @sentry/node from 8.47.0 to 8.48.0 ( #10801 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 8.47.0 to 8.48.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.48.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.47.0...8.48.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>
2025-01-10 20:01:52 +00:00
dependabot[bot]
c9e799ac8c
chore(deps-dev): bump @typescript-eslint/parser from 8.19.0 to 8.19.1 ( #10799 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 8.19.0 to 8.19.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.19.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>
2025-01-10 20:01:33 +00:00
LitoMore
1664b88ee6
add support for npm 11 ( #10795 )
2025-01-10 19:14:15 +00:00
dependabot[bot]
973dac7f28
chore(deps): bump glob from 11.0.0 to 11.0.1 ( #10800 )
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 11.0.0 to 11.0.1.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v11.0.0...v11.0.1 )
---
updated-dependencies:
- dependency-name: glob
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>
2025-01-10 19:03:45 +00:00
dependabot[bot]
2127976c0f
chore(deps): bump simple-icons from 14.0.1 to 14.1.0 ( #10802 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 14.0.1 to 14.1.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/14.0.1...14.1.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>
2025-01-10 18:45:38 +00:00
Niko Diamadis
41d072e1c9
Renew [Mastodon] docs and improve parameter handling ( #10789 )
...
* refactor: handle parameter as domain and not url
* docs: update Mastodon documentation
* test: adapt Mastodon tests to changes
* style: replace substring expressions with RegEx
Co-authored-by: chris48s <chris48s@users.noreply.github.com >
---------
Co-authored-by: chris48s <chris48s@users.noreply.github.com >
2025-01-05 16:20:11 +00:00
dependabot[bot]
1b00489f57
chore(deps-dev): bump the docusaurus-version-updates group across 1 directory with 2 updates ( #10708 )
...
* chore(deps-dev): bump the docusaurus-version-updates group across 1 directory with 2 updates
Bumps the docusaurus-version-updates group with 2 updates in the / directory: [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus ) and [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic ).
Updates `@docusaurus/core` from 3.5.2 to 3.6.3
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v3.6.3/packages/docusaurus )
Updates `@docusaurus/preset-classic` from 3.5.2 to 3.6.3
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v3.6.3/packages/docusaurus-preset-classic )
---
updated-dependencies:
- dependency-name: "@docusaurus/core"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: docusaurus-version-updates
- dependency-name: "@docusaurus/preset-classic"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: docusaurus-version-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore(deps-dev): bump docusaurus-preset-openapi from 0.7.5 to 0.7.6
Bumps [docusaurus-preset-openapi](https://github.com/cloud-annotations/docusaurus-openapi/tree/HEAD/packages/docusaurus-preset-openapi ) from 0.7.5 to 0.7.6.
- [Release notes](https://github.com/cloud-annotations/docusaurus-openapi/releases )
- [Changelog](https://github.com/cloud-annotations/docusaurus-openapi/blob/main/CHANGELOG.md )
- [Commits](https://github.com/cloud-annotations/docusaurus-openapi/commits/v0.7.6/packages/docusaurus-preset-openapi )
---
updated-dependencies:
- dependency-name: docusaurus-preset-openapi
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chris48s <git@chris-shaw.dev >
2025-01-03 15:32:18 +00:00
dependabot[bot]
4f49d545fb
chore(deps): bump simple-icons from 14.0.0 to 14.0.1 ( #10786 )
...
Bumps [simple-icons](https://github.com/simple-icons/simple-icons ) from 14.0.0 to 14.0.1.
- [Release notes](https://github.com/simple-icons/simple-icons/releases )
- [Commits](https://github.com/simple-icons/simple-icons/compare/14.0.0...14.0.1 )
---
updated-dependencies:
- dependency-name: simple-icons
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>
2025-01-03 15:18:36 +00:00
dependabot[bot]
68d8287b62
chore(deps-dev): bump concurrently from 9.1.1 to 9.1.2 ( #10785 )
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 9.1.1 to 9.1.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.1...v9.1.2 )
---
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>
2025-01-03 15:09:28 +00:00
dependabot[bot]
644fb5b7b5
chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 ( #10784 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 15.2.11 to 15.3.0.
- [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.11...v15.3.0 )
---
updated-dependencies:
- dependency-name: lint-staged
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>
2025-01-03 15:08:35 +00:00
dependabot[bot]
e713989884
chore(deps-dev): bump @typescript-eslint/parser from 8.18.2 to 8.19.0 ( #10783 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 8.18.2 to 8.19.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.19.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>
2025-01-03 15:08:04 +00:00
Niko Diamadis
2c653013c8
Support [Matrix] summary endpoint ( #10782 )
...
* feat: add support for Matrix summary endpoint
* docs: update Matrix documentation
* refactor: abstract logic into more functions
* refactor: revert custom timeout for tests
* test: add test for fetchMode override on matrix.org
* fix: validate the fetchMode value
* docs: extend fetchMode description
* fix: add await keywords
* clarify test description
---------
Co-authored-by: chris48s <git@chris-shaw.dev >
2025-01-03 10:20:55 +00:00
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