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

Chore(deps): Bump the npm-dependencies group with 10 updates #684

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps the npm-dependencies group with 10 updates:

Package From To
@mui/icons-material 5.15.11 5.15.12
@mui/material 5.15.11 5.15.12
i18next 23.10.0 23.10.1
react-i18next 14.0.5 14.1.0
@types/node 20.11.24 20.11.25
@types/react 18.2.62 18.2.64
@types/react-dom 18.2.19 18.2.21
eslint-plugin-jsdoc 48.2.0 48.2.1
typescript 5.3.3 5.4.2
wrangler 3.30.1 3.32.0

Updates @mui/icons-material from 5.15.11 to 5.15.12

Release notes

Sourced from @​mui/icons-material's releases.

v5.15.12

Mar 5, 2024

A big thanks to the 21 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.12

@mui/system@5.15.12

@mui/joy@5.0.0-beta.30

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/icons-material's changelog.

v5.15.12

Mar 5, 2024

A big thanks to the 21 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@pigment-css/react@0.0.1, @pigment-css/nextjs-plugin@0.0.1, @pigment-css/vite-plugin@0.0.1, & @pigment-css/unplugin@0.0.1

  • This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.

@mui/material@5.15.12

@mui/system@5.15.12

@mui/joy@5.0.0-beta.30

Docs

... (truncated)

Commits

Updates @mui/material from 5.15.11 to 5.15.12

Release notes

Sourced from @​mui/material's releases.

v5.15.12

Mar 5, 2024

A big thanks to the 21 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.12

@mui/system@5.15.12

@mui/joy@5.0.0-beta.30

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.12

Mar 5, 2024

A big thanks to the 21 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@pigment-css/react@0.0.1, @pigment-css/nextjs-plugin@0.0.1, @pigment-css/vite-plugin@0.0.1, & @pigment-css/unplugin@0.0.1

  • This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.

@mui/material@5.15.12

@mui/system@5.15.12

@mui/joy@5.0.0-beta.30

Docs

... (truncated)

Commits

Updates i18next from 23.10.0 to 23.10.1

Release notes

Sourced from i18next's releases.

v23.10.1

Changelog

Sourced from i18next's changelog.

23.10.1

Commits

Updates react-i18next from 14.0.5 to 14.1.0

Changelog

Sourced from react-i18next's changelog.

14.1.0

  • types(Trans): add typechecking on context prop 1732 (might brake if using "internal" Trans or TransProps)

14.0.8

  • fix: issue 1728 when useSuspense is false and default ns 1731

14.0.7

  • try to get rid of internal interpolationOverride handling for Trans component, fixes 1729

14.0.6

  • align context handling of Trans component with t function, fixes 1729
Commits

Updates @types/node from 20.11.24 to 20.11.25

Commits

Updates @types/react from 18.2.62 to 18.2.64

Commits

Updates @types/react-dom from 18.2.19 to 18.2.21

Commits

Updates eslint-plugin-jsdoc from 48.2.0 to 48.2.1

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v48.2.1

48.2.1 (2024-03-07)

Bug Fixes

  • require-jsdoc: avoid erring on #-marked private methods; fixes #1212 (783b4e9)
Commits
  • 783b4e9 fix(require-jsdoc): avoid erring on #-marked private methods; fixes #1212
  • e948bee docs(check-param-names): update docs for disableMissingParamChecks
  • See full diff in compare view

Updates typescript from 5.3.3 to 5.4.2

Release notes

Sourced from typescript's releases.

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • 42bb138 Bump version to 5.4.2 and LKG
  • 992c705 Add release pipeline to release-5.4 (#57513)
  • db6b2a9 Bump version to 5.4.1-rc and LKG
  • bd4f51c Update LKG
  • 8a1f79d Merge remote-tracking branch 'origin/main' into release-5.4
  • d04e348 Improve apparent type of mapped types (#57122)
  • 86a1663 Update package-lock.json
  • feb57c2 Instantiate earlier inferred constraints in conditional types (#57362)
  • 91e67ff fix(57392): using is not suggested as a keyword (#57394)
  • 29c0024 Avoid creating rest elements with errorType when any is spread (#57116)
  • Additional commits viewable in compare view

Updates wrangler from 3.30.1 to 3.32.0

Release notes

Sourced from wrangler's releases.

wrangler@3.32.0

Minor Changes

Patch Changes

  • #5089 5b85dc9 Thanks @​DaniFoldi! - fix: include all currently existing bindings in wrangler types

    Add support for Email Send, Vectorize, Hyperdrive, mTLS, Browser Rendering and Workers AI bindings in wrangler types

    For example, from the following wrangler.toml setup:

    [browser]
    binding = "BROWSER"
    [ai]
    binding = "AI"
    [[send_email]]
    name = "SEND_EMAIL"
    [[vectorize]]
    binding = "VECTORIZE"
    index_name = "VECTORIZE_NAME"
    [[hyperdrive]]
    binding = "HYPERDRIVE"
    id = "HYPERDRIVE_ID"
    [[mtls_certificates]]
    binding = "MTLS"
    certificate_id = "MTLS_CERTIFICATE_ID"

    Previously, nothing would have been included in the generated Environment. Now, the following will be generated:

    interface Env {
    	SEND_EMAIL: SendEmail;
    	VECTORIZE: VectorizeIndex;
    	HYPERDRIVE: Hyperdrive;
    	MTLS: Fetcher;
    	BROWSER: Fetcher;
    	AI: Fetcher;
    }

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.32.0

Minor Changes

Bumps the npm-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.15.11` | `5.15.12` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.11` | `5.15.12` |
| [i18next](https://github.com/i18next/i18next) | `23.10.0` | `23.10.1` |
| [react-i18next](https://github.com/i18next/react-i18next) | `14.0.5` | `14.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.24` | `20.11.25` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.62` | `18.2.64` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.19` | `18.2.21` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.2.0` | `48.2.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.2` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `3.30.1` | `3.32.0` |


Updates `@mui/icons-material` from 5.15.11 to 5.15.12
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.12/packages/mui-icons-material)

Updates `@mui/material` from 5.15.11 to 5.15.12
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.12/packages/mui-material)

Updates `i18next` from 23.10.0 to 23.10.1
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.10.0...v23.10.1)

Updates `react-i18next` from 14.0.5 to 14.1.0
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v14.0.5...v14.1.0)

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

Updates `@types/react` from 18.2.62 to 18.2.64
- [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.19 to 18.2.21
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `eslint-plugin-jsdoc` from 48.2.0 to 48.2.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v48.2.0...v48.2.1)

Updates `typescript` from 5.3.3 to 5.4.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.2)

Updates `wrangler` from 3.30.1 to 3.32.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.32.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@marcustyphoon marcustyphoon merged commit c23c31a into main Mar 11, 2024
3 checks passed
@marcustyphoon marcustyphoon deleted the dependabot/npm_and_yarn/npm-dependencies-42fe55bbde branch March 11, 2024 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant