Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dev-dependencies group with 20 updates #198

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps the dev-dependencies group with 20 updates:

Package From To
@dice-roller/rpg-dice-roller 5.4.1 5.5.0
antd 5.10.1 5.12.1
firebase 10.5.0 10.7.0
firebase-admin 11.11.0 11.11.1
marked 9.1.2 11.0.0
react-router-dom 6.17.0 6.20.1
@testing-library/react 14.0.0 14.1.2
@types/dompurify 3.0.4 3.0.5
@types/jest 29.5.6 29.5.10
@types/node 20.8.6 20.10.3
@types/react 18.2.28 18.2.42
@types/react-dom 18.2.13 18.2.17
@vitejs/plugin-react 4.1.0 4.2.1
lint-staged 14.0.1 15.2.0
postcss 8.4.31 8.4.32
prettier 3.0.3 3.1.0
tailwindcss 3.3.3 3.3.6
typescript 5.2.2 5.3.2
vite 4.4.11 5.0.5
vite-plugin-svgr 4.1.0 4.2.0

Updates @dice-roller/rpg-dice-roller from 5.4.1 to 5.5.0

Commits
  • d18b8a0 Merge pull request #291 from dice-roller/release/5.5.0
  • 7ac9913 5.5.0
  • ca1e0a6 Merge pull request #281 from dice-roller/feature/auto-commit-api-doc-changes
  • 6110a21 Update vuepress-jsdoc to v5.0.0
  • 9865065 Deploy API doc changes when pushing to main branch
  • 999e78a Merge pull request #290 from dice-roller/feature/update-dependencies
  • 716d6e0 Update Peggy to v3
  • fb7ab3d Update dependencies
  • 6ce3c10 Merge pull request #288 from parnas/feature/default-values
  • ac9b0b6 New and updated tests for default values in modifiers functionality
  • Additional commits viewable in compare view

Updates antd from 5.10.1 to 5.12.1

Release notes

Sourced from antd's releases.

5.12.1

  • 🐞 MISC: Fix missing color less variables converted from token. #46250
  • 🐞 Fix Notification title overlaps with the close icon when it is too long。 #46211 @​zh-lx

  • 🐞 MISC: 修复 token 转换 less 变量丢失的问题。#46250
  • 🐞 修复 Notification 标题太长时会与关闭图标重叠的问题。#46211 @​zh-lx

5.12.0


5.11.5


5.11.4

  • 🐞 Fix where Image sets z-index abnormally in nested Modal. #46035
  • 🐞 Fix Button that disabled link button should not have navigate options when right click. #46021
  • Card

... (truncated)

Changelog

Sourced from antd's changelog.

5.12.1

2023-12-04

  • 🐞 MISC: Fix missing color less variables converted from token. #46250
  • 🐞 Fix Notification title overlaps with the close icon when it is too long。 #46211 @​zh-lx

5.12.0

2023-12-04

5.11.5

2023-11-27

5.11.4

2023-11-24

  • 🐞 Fix where Image sets z-index abnormally in nested Modal. #46035
  • 🐞 Fix Button that disabled link button should not have navigate options when right click. #46021
  • Card
    • 🛠 Refactor the Card internal method getAction into a function component. #46032
    • 🐞 Fix the problem of Card warning invalid annotation in Rollup. #46024
  • TypeScript
    • 🤖 Export the type definition for the required property of the Radio and Checkbox components. #46028 @​nnmax

5.11.3

2023-11-22

... (truncated)

Commits

Updates firebase from 10.5.0 to 10.7.0

Commits
  • e8ff8b8 Version Packages (#7777)
  • aa4c03d Merge master into release
  • e9ff107 [Heartbeat Service] More null service protections added to triggerHeartBeat (...
  • a5c1a35 Disable all webdriver redirect tests (#7801)
  • 0d29adc Fix docs unnecessarily undergo limbo resolution while resuming query bug (#7740)
  • 84bf8d9 Merge master into release
  • 00235ba Hanging query follow up (#7771)
  • b782bb2 Tag PID to BQ delivery metric (#7788)
  • b2163b3 Expose INVALID_LOGIN_CREDENTIALS as auth/invalid-credential error. (#7772)
  • 2a2e2b7 Move env set of Node Options from shell commands to Workflow configuation dir...
  • Additional commits viewable in compare view

Updates firebase-admin from 11.11.0 to 11.11.1

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v11.11.1

Miscellaneous

  • [chore] Release 11.11.1 (#2387)
  • build(deps): bump jwks-rsa from 3.0.1 to 3.1.0 (#2381)
  • chore(deps): bump google-cloud/firestore to 6.8.0 (#2385)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.36.3 to 7.38.3 (#2380)
  • build(deps-dev): bump @​types/sinon-chai from 3.2.9 to 3.2.12 (#2366)
  • build(deps-dev): bump @​babel/traverse from 7.21.4 to 7.23.2 (#2343)
  • build(deps-dev): bump eslint from 8.50.0 to 8.51.0 (#2330)
  • build(deps-dev): bump @​types/firebase-token-generator (#2322)
  • Bug Fix for issue #2320 (#2321)
Commits
  • 5297fbf [chore] Release 11.11.1 (#2387)
  • e2e40ce build(deps): bump jwks-rsa from 3.0.1 to 3.1.0 (#2381)
  • 746f0db chore(deps): bump google-cloud/firestore to 6.8.0 (#2385)
  • ec8b293 build(deps-dev): bump @​microsoft/api-extractor from 7.36.3 to 7.38.3 (#2380)
  • 8192581 build(deps-dev): bump @​types/sinon-chai from 3.2.9 to 3.2.12 (#2366)
  • 1e2f906 build(deps-dev): bump @​babel/traverse from 7.21.4 to 7.23.2 (#2343)
  • 455a8f5 build(deps-dev): bump eslint from 8.50.0 to 8.51.0 (#2330)
  • 3af7e43 build(deps-dev): bump @​types/firebase-token-generator (#2322)
  • 1661adc Bug Fix for issue #2320 (#2321)
  • See full diff in compare view

Updates marked from 9.1.2 to 11.0.0

Release notes

Sourced from marked's releases.

v11.0.0

11.0.0 (2023-11-29)

Bug Fixes

BREAKING CHANGES

  • Lexer.rules object has been changed so it can be properly types. Some intermediate rules have been removed.

v10.0.0

10.0.0 (2023-11-11)

Bug Fixes

BREAKING CHANGES

  • drop support for node v16

v9.1.6

9.1.6 (2023-11-10)

Bug Fixes

  • fix instance options sent to lexer and parser (#3073) (f9d08cc)

v9.1.5

9.1.5 (2023-11-02)

Bug Fixes

v9.1.4

9.1.4 (2023-10-31)

Bug Fixes

... (truncated)

Commits
  • f45cfc3 chore(release): 11.0.0 [skip ci]
  • 175fc0c fix: clean up rules so they can be typed (#3087)
  • edae309 fix: fix marked types (#3103)
  • 4f33040 docs: add docs for esm in browser (#3107)
  • daef1a5 chore(deps-dev): Bump @​arethetypeswrong/cli from 0.13.1 to 0.13.2 (#3109)
  • e044d0c chore(deps-dev): Bump @​typescript-eslint/parser from 6.11.0 to 6.13.0 (#3113)
  • 9dcfcc9 chore(deps-dev): Bump typescript from 5.2.2 to 5.3.2 (#3111)
  • 65d497e chore(deps-dev): Bump rollup from 4.5.0 to 4.6.0 (#3110)
  • 78b412a chore(deps-dev): Bump @​typescript-eslint/eslint-plugin from 6.11.0 to 6.12.0 ...
  • 7595d55 chore(deps-dev): Bump rollup from 4.3.0 to 4.5.0 (#3100)
  • Additional commits viewable in compare view

Updates react-router-dom from 6.17.0 to 6.20.1

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.20.1

Patch Changes

  • Revert the useResolvedPath fix for splat routes due to a large number of applications that were relying on the buggy behavior (see remix-run/react-router#11052). We plan to re-introduce this fix behind a future flag in the next minor version. (#11078)
  • Updated dependencies:
    • react-router@6.20.1
    • @remix-run/router@1.13.1

6.20.0

Minor Changes

  • Export the PathParam type from the public API (#10719)

Patch Changes

  • Updated dependencies:
    • react-router@6.20.0
    • @remix-run/router@1.13.0

6.19.0

Minor Changes

  • Add unstable_flushSync option to useNavigate/useSumbit/fetcher.load/fetcher.submit to opt-out of React.startTransition and into ReactDOM.flushSync for state updates (#11005)
  • Allow unstable_usePrompt to accept a BlockerFunction in addition to a boolean (#10991)

Patch Changes

  • Fix issue where a changing fetcher key in a useFetcher that remains mounted wasn't getting picked up (#11009)
  • Fix useFormAction which was incorrectly inheriting the ?index query param from child route action submissions (#11025)
  • Fix NavLink active logic when to location has a trailing slash (#10734)
  • Updated dependencies:
    • react-router@6.19.0
    • @remix-run/router@1.12.0

6.18.0

Minor Changes

  • Add support for manual fetcher key specification via useFetcher({ key: string }) so you can access the same fetcher instance from different components in your application without prop-drilling (RFC) (#10960)

    • Fetcher keys are now also exposed on the fetchers returned from useFetchers so that they can be looked up by key
  • Add navigate/fetcherKey params/props to useSumbit/Form to support kicking off a fetcher submission under the hood with an optionally user-specified key (#10960)

    • Invoking a fetcher in this way is ephemeral and stateless
    • If you need to access the state of one of these fetchers, you will need to leverage useFetcher({ key }) to look it up elsewhere

... (truncated)

Commits

Updates @testing-library/react from 14.0.0 to 14.1.2

Release notes

Sourced from @​testing-library/react's releases.

v14.1.2

14.1.2 (2023-11-17)

Bug Fixes

v14.1.1

14.1.1 (2023-11-17)

Bug Fixes

v14.1.0

14.1.0 (2023-11-08)

Features

Commits

Updates @types/dompurify from 3.0.4 to 3.0.5

Commits

Updates @types/jest from 29.5.6 to 29.5.10

Commits

Updates @types/node from 20.8.6 to 20.10.3

Commits

Updates @types/react from 18.2.28 to 18.2.42

Commits

Updates @types/react-dom from 18.2.13 to 18.2.17

Commits

Updates @vitejs/plugin-react from 4.1.0 to 4.2.1

Release notes

Sourced from @​vitejs/plugin-react's releases.

v4.2.1

Remove generic parameter on Plugin to avoid type error with Rollup 4/Vite 5 and skipLibCheck: false.

I expect very few people to currently use this feature, but if you are extending the React plugin via api object, you can get back the typing of the hook by importing ViteReactPluginApi:

import type { Plugin } from 'vite'
import type { ViteReactPluginApi } from '@vitejs/plugin-react'
export const somePlugin: Plugin = {
name: 'some-plugin',
api: {
reactBabel: (babelConfig) => {
babelConfig.plugins.push('some-babel-plugin')
},
} satisfies ViteReactPluginApi,
}

v4.2.0

Update peer dependency range to target Vite 5

There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.

Align jsx runtime for optimized dependencies

This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have React in the scope.

Reminder: While being partially supported in Vite, publishing TS & JSX outside of internal libraries is highly discouraged.

v4.1.1

  • Enable retainLines to get correct line numbers for jsxDev (fix #235)
Changelog

Sourced from @​vitejs/plugin-react's changelog.

4.2.1 (2023-12-04)

Remove generic parameter on Plugin to avoid type error with Rollup 4/Vite 5 and skipLibCheck: false.

I expect very few people to currently use this feature, but if you are extending the React plugin via api object, you can get back the typing of the hook by importing ViteReactPluginApi:

import type { Plugin } from 'vite'
import type { ViteReactPluginApi } from '@vitejs/plugin-react'
export const somePlugin: Plugin = {
name: 'some-plugin',
api: {
reactBabel: (babelConfig) => {
babelConfig.plugins.push('some-babel-plugin')
},
} satisfies ViteReactPluginApi,
}

4.2.0 (2023-11-16)

Update peer dependency range to target Vite 5

There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.

Align jsx runtime for optimized dependencies

This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have React in the scope.

Reminder: While being partially supported in Vite, publishing TS & JSX outside of internal libraries is highly discouraged.

4.1.1 (2023-11-02)

  • Enable retainLines to get correct line numbers for jsxDev (fix #235)
Commits
  • 8b53547 release: plugin-react@4.2.1
  • ec63066 chore(deps): update dependency vite to v5 (#263)
  • 8512995 fix(deps): update all non-major dependencies (#259)
  • 7f53c63 fix: remove plugin type extension (#269)
  • 3748fc7 release: plugin-react@4.2.0
  • fb2b735 fix(deps): update all non-major dependencies (#254)
  • 96b66ed fix: align jsx runtime for optimized dependencies (#256)
  • f10a577 feat: update peer dep for vite 5 (#257)
  • 9956fb5 refactor: shorten react import regex pattern (#250)
  • b255776 release: plugin-react@4.1.1
  • Additional commits viewable in compare view

Updates lint-staged from 14.0.1 to 15.2.0

Release notes

Sourced from lint-staged's releases.

v15.2.0

Minor Changes

  • #1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.

Patch Changes

  • #1362 17bc480 Thanks @​antonk52! - update lilconfig@3.0.0

  • #1368 7c55ca9 Thanks @​iiroj! - Update most dependencies

  • #1368 777d4e9 Thanks @​iiroj! - To improve performance, only use lilconfig when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.

  • #1373 85eb0dd Thanks @​iiroj! - When determining git directory, use fs.realpath() only for symlinks. It looks like fs.realpath() changes some Windows mapped network filepaths unexpectedly, causing issues.

v15.1.0

Minor Changes

  • #1344 0423311 Thanks @​danielbayley! - Add support for loading configuration from package.yaml and package.yml files, supported by pnpm.

Patch Changes

v15.0.2

Patch Changes

  • #1339 8e82364 Thanks @​iiroj! - Update dependencies, including listr2@7.0.2 to fix an upstream issue affecting lint-staged.

v15.0.1

Patch Changes

  • #1217 d2e6f8b Thanks @​louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.

v15.0.0

Major Changes

  • #1322 66b93aa Thanks @​iiroj! - Require at least Node.js 18.12.0

    This release drops support for Node.js 16, which is EOL after 2023-09-11. Please upgrade your Node.js to the latest version.

    Additionally, all dependencies have been updated to their latest versions.

Changelog

Sourced from lint-staged's changelog.

15.2.0

Minor Changes

  • #1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.

Patch Changes

  • #1362 17bc480 Thanks @​antonk52! - update lilconfig@3.0.0

  • #1368 7c55ca9 Thanks @​iiroj! - Update most dependencies

  • #1368 777d4e9 Thanks @​iiroj! - To improve performance, only use lilconfig when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.

  • #1373 85eb0dd Thanks @​iiroj! - When determining git directory, use fs.realpath() only for symlinks. It looks like fs.realpath() changes some Windows mapped network filepaths unexpectedly, causing issues.

15.1.0

Minor Changes

  • #1344 0423311 Thanks @​danielbayley! - Add support for loading configuration from package.yaml and package.yml files, supported by pnpm.

Patch Changes

15.0.2

Patch Changes

  • #1339 8e82364 Thanks @​iiroj! - Update dependencies, including listr2@7.0.2 to fix an upstream issue affecting lint-staged.

15.0.1

Patch Changes

  • #1217 d2e6f8b Thanks @​louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.

15.0.0

Major Changes

  • #1322 66b93aa Thanks @​iiroj! - Require at least Node.js 18.12.0

    This release drops support for Node.js 16, which is EOL after 2023-09-11. Please upgrade your Node.js to the latest version.

    Additionally, all dependencies have been updated to their latest versions.

Commits
  • adf50b0 chore(changeset): release
  • 85eb0dd fix: when determining git directory, use fs.realpath() only for symlinks
  • 82eded4 refactor: use commander implies() syntax for flag
  • f3378be feat: --no-stash flag implies --no-hide-partially-staged

Bumps the dev-dependencies group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@dice-roller/rpg-dice-roller](https://github.com/dice-roller/rpg-dice-roller) | `5.4.1` | `5.5.0` |
| [antd](https://github.com/ant-design/ant-design) | `5.10.1` | `5.12.1` |
| [firebase](https://github.com/firebase/firebase-js-sdk) | `10.5.0` | `10.7.0` |
| [firebase-admin](https://github.com/firebase/firebase-admin-node) | `11.11.0` | `11.11.1` |
| [marked](https://github.com/markedjs/marked) | `9.1.2` | `11.0.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.17.0` | `6.20.1` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.0.0` | `14.1.2` |
| [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify) | `3.0.4` | `3.0.5` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.6` | `29.5.10` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.6` | `20.10.3` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.28` | `18.2.42` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.13` | `18.2.17` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.1.0` | `4.2.1` |
| [lint-staged](https://github.com/okonet/lint-staged) | `14.0.1` | `15.2.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.32` |
| [prettier](https://github.com/prettier/prettier) | `3.0.3` | `3.1.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.3` | `3.3.6` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.4.11` | `5.0.5` |
| [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) | `4.1.0` | `4.2.0` |


Updates `@dice-roller/rpg-dice-roller` from 5.4.1 to 5.5.0
- [Commits](dice-roller/rpg-dice-roller@v5.4.1...v5.5.0)

Updates `antd` from 5.10.1 to 5.12.1
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@5.10.1...5.12.1)

Updates `firebase` from 10.5.0 to 10.7.0
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@10.5.0...firebase@10.7.0)

Updates `firebase-admin` from 11.11.0 to 11.11.1
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Commits](firebase/firebase-admin-node@v11.11.0...v11.11.1)

Updates `marked` from 9.1.2 to 11.0.0
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v9.1.2...v11.0.0)

Updates `react-router-dom` from 6.17.0 to 6.20.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.20.1/packages/react-router-dom)

Updates `@testing-library/react` from 14.0.0 to 14.1.2
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v14.0.0...v14.1.2)

Updates `@types/dompurify` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify)

Updates `@types/jest` from 29.5.6 to 29.5.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/node` from 20.8.6 to 20.10.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.2.28 to 18.2.42
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.2.13 to 18.2.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@vitejs/plugin-react` from 4.1.0 to 4.2.1
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.2.1/packages/plugin-react)

Updates `lint-staged` from 14.0.1 to 15.2.0
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v14.0.1...v15.2.0)

Updates `postcss` from 8.4.31 to 8.4.32
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.31...8.4.32)

Updates `prettier` from 3.0.3 to 3.1.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.3...3.1.0)

Updates `tailwindcss` from 3.3.3 to 3.3.6
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.3...v3.3.6)

Updates `typescript` from 5.2.2 to 5.3.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)

Updates `vite` from 4.4.11 to 5.0.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.5/packages/vite)

Updates `vite-plugin-svgr` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/pd4d10/vite-plugin-svgr/releases)
- [Commits](pd4d10/vite-plugin-svgr@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: "@dice-roller/rpg-dice-roller"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: firebase
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: firebase-admin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/dompurify"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: vite-plugin-svgr
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2023

Superseded by #199.

@dependabot dependabot bot closed this Dec 6, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-93c9fc04d7 branch December 6, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants