spicyboys / drg-completionist

DRG Completionist is a free, open-source online progress tracker for Deep Rock Galactic. It's designed to help keep track of all the different overclocks and cosmetics available for hard-working employees like yourselves, as well as to serve as an handy reference for overclock data.
https://drg-completionist.com
GNU General Public License v3.0
53 stars 13 forks source link

Bump the dependencies group with 18 updates #166

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the dependencies group with 18 updates:

Package From To
@loadable/component 5.15.3 5.16.2
antd 5.12.2 5.12.3
babel-preset-gatsby 3.12.1 3.13.0
gatsby 5.12.12 5.13.0
gatsby-plugin-image 3.12.3 3.13.0
gatsby-plugin-manifest 5.12.3 5.13.0
gatsby-plugin-offline 6.12.3 6.13.0
gatsby-plugin-sharp 5.12.3 5.13.0
gatsby-plugin-sitemap 6.12.3 6.13.0
gatsby-source-filesystem 5.12.1 5.13.0
gatsby-transformer-json 5.12.0 5.13.0
gatsby-transformer-sharp 5.12.3 5.13.0
@types/node 20.10.4 20.10.5
@types/react 18.2.43 18.2.45
@types/react-dom 18.2.17 18.2.18
@typescript-eslint/eslint-plugin 6.14.0 6.15.0
@typescript-eslint/parser 6.14.0 6.15.0
eslint 8.55.0 8.56.0

Updates @loadable/component from 5.15.3 to 5.16.2

Release notes

Sourced from @​loadable/component's releases.

ESM all the things

Babel plugin improvements

Features

Changelog

Sourced from @​loadable/component's changelog.

5.16.2 (2023-12-15)

Bug Fixes

  • add esm exports to package.json and change esm bundle extension to .mjs to allow node.js to properly import esm version of package. (#989) (e4a3718)

5.16.1 (2023-07-20)

Bug Fixes

  • correct babel plugin default signature to allow any source of 'loadable' (#972) (19849b6), closes #971

5.16.0 (2023-07-09)

Features

  • Allow additional identifiers to be passed in to the babel plugin (#966) (e18e37a)
Commits
  • 2210bcf v5.16.2
  • e4a3718 fix: add esm exports to package.json and change esm bundle extension to .mjs ...
  • 09af825 v5.16.1
  • 19849b6 fix: correct babel plugin default signature to allow any source of 'loadable'...
  • 0e4b57f v5.16.0
  • edaf30c update documentation for babel plugin
  • e18e37a feat: Allow additional identifiers to be passed in to the babel plugin (#966)
  • 2d1645d Added getEntrypointPath to ChunkExtractor and reading json from fs (#951)
  • See full diff in compare view


Updates antd from 5.12.2 to 5.12.3

Release notes

Sourced from antd's releases.

5.12.3

  • 💄 修复 Tag 组件在 SSR 场景下的样式丢失问题。#46500 @​MadCcc
  • 🐞 Upload 的 disabled 属性不再对下载按钮生效。#46454
  • 💄 Upload.Dragger 增加一个水平内边距。#46457
  • 🐞 修复 Upload actions 的颜色问题。#46456
  • 🐞 修复 Form 使用 getValueProps 展示值无法更新的问题。#46445
  • 💄 修复 Checkbox 自定义 token.lineWidth 时勾选箭头错位问题。#46431
  • 🐞 修复 Select 组件定制 token 会让 padding 失效的问题。#46427 @​MadCcc
  • 🐞 修复 Message 在 cssVar 模式下覆盖组件 token 无效的问题。#46415 @​MadCcc
  • 💄 Flex 组件不应该应用额外的样式。#46404 @​li-jia-nan

  • 💄 Fix Tag that style would be missing in SSR. #46500 @​MadCcc
  • 🐞 Upload disabled prop should not affect download icon. #46454
  • 💄 Upload.Dragger add vertical padding style. #46457
  • 🐞 Fix Upload actions color issue. #46456
  • 🐞 Fix Form with getValueProps not working with value update. #46445
  • 💄 Fix Checkbox style when customize token.lineWidth. #46431
  • 🐞 Fix Select that custom token make padding broken. #46427 @​MadCcc
  • 🐞 Fix Message that token overrides not work in cssVar mode. #46415 @​MadCcc
  • 💄 Fix Flex component don't apply extra style. #46404 @​li-jia-nan
Changelog

Sourced from antd's changelog.

5.12.3

2023-12-18

  • 💄 Fix Tag that style would be missing in SSR. #46500 @​MadCcc
  • 🐞 Upload disabled prop should not affect download icon. #46454
  • 💄 Upload.Dragger add vertical padding style. #46457
  • 🐞 Fix Upload actions color issue. #46456
  • 🐞 Fix Form with getValueProps not working with value update. #46445
  • 💄 Fix Checkbox style when customize token.lineWidth. #46431
  • 🐞 Fix Select that custom token make padding broken. #46427 @​MadCcc
  • 🐞 Fix Message that token overrides not work in cssVar mode. #46415 @​MadCcc
  • 💄 Fix Flex component don't apply extra style. #46404 @​li-jia-nan
Commits


Updates babel-preset-gatsby from 3.12.1 to 3.13.0

Release notes

Sourced from babel-preset-gatsby's releases.

v3.13 (August 2021 #3)

Welcome to gatsby@3.13.0 release (August 2021 #3)

Key highlights of this release:

Also check out notable bugfixes.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

Changelog

Sourced from babel-preset-gatsby's changelog.

Changelog: babel-preset-gatsby

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits


Updates gatsby from 5.12.12 to 5.13.0

Release notes

Sourced from gatsby's releases.

v5.13.0

Welcome to gatsby@5.13.0 release (December 2023 #1)

Key highlight of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Commits
  • 18ffcfa chore(release): Publish
  • 1953e5c fix(gatsby): allow gatsby-adapter-netlify@">=1.0.0 <=1.0.3" for gatsby@<5.12....
  • 4a780fb feat: image and file cdn url generator adapter implementation (#38685)
  • f8c207b chore: move gatsby-plugin-netlify-cms to deprecated-packages (#38755)
  • 6d1d97e chore(gatsby-plugin-netlify-cms): add deprecation notice (#38753)
  • 7a7fa5f chore(deps): update dependency @​types/jscodeshift to ^0.11.11 for gatsby-code...
  • 8919982 fix(deps): update dependency gatsby-plugin-webpack-bundle-analyser-v2 to ^1.1...
  • d148295 chore(deps): update [dev] minor and patch dependencies for gatsby-cli (#38592)
  • 37f2288 chore(deps): update dependency rimraf to ^5.0.5 (#38596)
  • 0faf0fe chore(deps): update dependency rimraf to ^5.0.5 for gatsby-telemetry (#38597)
  • Additional commits viewable in compare view


Updates gatsby-plugin-image from 3.12.3 to 3.13.0

Release notes

Sourced from gatsby-plugin-image's releases.

v3.13 (August 2021 #3)

Welcome to gatsby@3.13.0 release (August 2021 #3)

Key highlights of this release:

Also check out notable bugfixes.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

Changelog

Sourced from gatsby-plugin-image's changelog.

Changelog: gatsby-plugin-image

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits


Updates gatsby-plugin-manifest from 5.12.3 to 5.13.0

Release notes

Sourced from gatsby-plugin-manifest's releases.

v5.13.0

Welcome to gatsby@5.13.0 release (December 2023 #1)

Key highlight of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Changelog

Sourced from gatsby-plugin-manifest's changelog.

Changelog: gatsby-plugin-manifest

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits


Updates gatsby-plugin-offline from 6.12.3 to 6.13.0

Changelog

Sourced from gatsby-plugin-offline's changelog.

Changelog: gatsby-plugin-offline

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits


Updates gatsby-plugin-sharp from 5.12.3 to 5.13.0

Release notes

Sourced from gatsby-plugin-sharp's releases.

v5.13.0

Welcome to gatsby@5.13.0 release (December 2023 #1)

Key highlight of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Changelog

Sourced from gatsby-plugin-sharp's changelog.

Changelog: gatsby-plugin-sharp

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits


Updates gatsby-plugin-sitemap from 6.12.3 to 6.13.0

Changelog

Sourced from gatsby-plugin-sitemap's changelog.

Changelog: gatsby-plugin-sitemap

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits


Updates gatsby-source-filesystem from 5.12.1 to 5.13.0

Release notes

Sourced from gatsby-source-filesystem's releases.

v5.13.0

Welcome to gatsby@5.13.0 release (December 2023 #1)

Key highlight of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Changelog

Sourced from gatsby-source-filesystem's changelog.

Changelog: gatsby-source-filesystem

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits


Updates gatsby-transformer-json from 5.12.0 to 5.13.0

Release notes

Sourced from gatsby-transformer-json's releases.

v5.13.0

Welcome to gatsby@5.13.0 release (December 2023 #1)

Key highlight of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Changelog

Sourced from gatsby-transformer-json's changelog.

Changelog: gatsby-transformer-json

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits


Updates gatsby-transformer-sharp from 5.12.3 to 5.13.0

Release notes

Sourced from gatsby-transformer-sharp's releases.

v5.13.0

Welcome to gatsby@5.13.0 release (December 2023 #1)

Key highlight of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Changelog

Sourced from gatsby-transformer-sharp's changelog.

Changelog: gatsby-transformer-sharp

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits


Updates @types/node from 20.10.4 to 20.10.5

Commits


Updates @types/react from 18.2.43 to 18.2.45

Commits


Updates @types/react-dom from 18.2.17 to 18.2.18

Commits


Updates @typescript-eslint/eslint-plugin from 6.14.0 to 6.15.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.15.0

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • require-array-sort-compare + toSorted (#8052) (c9661c8)

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • require-array-sort-compare + toSorted (#8052) (c9661c8)

You can read about our versioning strategy and releases on our website.

Commits
  • 6128a02 chore: publish v6.15.0
  • f5e712b docs(eslint-plugin): [require-array-sort-compare] generalize sort method name...
  • e6d49e4 docs(eslint-plugin): [require-array-sort-compare] sync rule description (#8061)
  • ff75785 feat(eslint-plugin): [no-useless-template-literals] add new rule (#7957)
  • c9661c8 feat: require-array-sort-compare + toSorted (#8052)
  • 7ec3022 test(eslint-plugin): include disable-type-checked.ts config in configs test...
  • 3175843 docs(eslint-plugin): simplify a sentence in no-misused-promises.md (#8050)
  • See full diff in compare view


Updates @typescript-eslint/parser from 6.14.0 to 6.15.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.15.0

6.15.0 (2023-12-18)

Features

  • eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
  • require-array-sort-compare + toSorted (#8052) (c9661c8)

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.15.0 (2023-12-18)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

Commits


Updates eslint from 8.55.0 to 8.56.0

Release notes

Sourced from eslint's releases.

v8.56.0

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v8.56.0 - December 15, 2023

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)
Commits