Skip to content

[skip ci] npm: Bump the all group with 20 updates#52

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-1ddcf8dae0
Closed

[skip ci] npm: Bump the all group with 20 updates#52
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-1ddcf8dae0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the all group with 20 updates:

Package From To
@remotion/cli 4.0.17 4.0.150
@remotion/google-fonts 4.0.17 4.0.150
clsx 2.0.0 2.1.1
react 18.2.0 18.3.1
@types/react 18.2.18 18.3.1
react-dom 18.2.0 18.3.1
remotion 4.0.17 4.0.150
@remotion/eslint-config 4.0.17 4.0.150
@remotion/eslint-plugin 4.0.17 4.0.150
@remotion/tailwind 4.0.17 4.0.150
@types/web 0.0.112 0.0.143
eslint 8.46.0 9.1.1
eslint-config-prettier 9.0.0 9.1.0
eslint-config-xo 0.43.1 0.44.0
eslint-config-xo-typescript 1.0.1 4.0.0
eslint-plugin-tailwindcss 3.13.0 3.15.1
prettier 3.0.1 3.2.5
prettier-plugin-tailwindcss 0.4.1 0.5.14
tailwindcss 3.3.3 3.4.3
typescript 5.1.6 5.4.5

Updates @remotion/cli from 4.0.17 to 4.0.150

Release notes

Sourced from @​remotion/cli's releases.

v4.0.150

What's Changed

Docs

Full Changelog: remotion-dev/remotion@v4.0.149...v4.0.150

v4.0.149

What's Changed

Docs

Internals

Full Changelog: remotion-dev/remotion@v4.0.148...v4.0.149

v4.0.148

What's Changed

Preparations for Remotion 5.0

(currently disabled by a flag)

... (truncated)

Commits
  • 605b454 v4.0.150
  • 998d2cc Merge pull request #3821 from remotion-dev/fix-duplicate-key-error-due-to-bad...
  • b2e32d1 force env via env file
  • f4a8d57 18.3.1
  • 21c35fd Update interpolate.test.ts
  • 4ebdecd Fix React duplicate key warnings when bundling
  • fe1fa5f Merge pull request #3819 from remotion-dev/delay-render-timeout-in-millisecon...
  • c8ab2dc Merge pull request #3818 from remotion-dev/fix-download-progress
  • efd3107 remotion: Add delayRenderTimeoutInMilliseconds prop for OffthreadVideo
  • 8f6f330 Add bar race chart to resources
  • Additional commits viewable in compare view

Updates @remotion/google-fonts from 4.0.17 to 4.0.150

Updates clsx from 2.0.0 to 2.1.1

Release notes

Sourced from clsx's releases.

v2.1.1

Patches

  • (types) Include bigint in ClassValue type: (#96): 3d960ab Accommodates recent @types/react changes to ReactNode. Thank you @​ViliamKopecky~!

Chores

  • Add licenses.dev badge: 684509c This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1

v2.1.0

Features

  • Add new clsx/lite submodule for string-only usage: 1a49142

    This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:

    clsx('foo bar', props.maybe && 'conditional classes', props.className);

    Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!

    import { clsx } from 'clsx';
    import { clsx as lite } from 'clsx/lite';
    // strings-only usage is identical
    clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    // clsx/lite ignores all non-strings
    clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
    lite('foo', { a: true, b: false, c: true }); //=> "foo"


Full Changelog: lukeed/clsx@v2.0.1...v2.1.0

v2.0.1

Patches

  • (perf) Cache arguments.length & array.length for 6% performance gain (#26): deff09b

... (truncated)

Commits

Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates @types/react from 18.2.18 to 18.3.1

Commits

Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.


Updates remotion from 4.0.17 to 4.0.150

Release notes

Sourced from remotion's releases.

v4.0.150

What's Changed

Docs

Full Changelog: remotion-dev/remotion@v4.0.149...v4.0.150

v4.0.149

What's Changed

Docs

Internals

Full Changelog: remotion-dev/remotion@v4.0.148...v4.0.149

v4.0.148

What's Changed

Preparations for Remotion 5.0

(currently disabled by a flag)

... (truncated)

Commits
  • 605b454 v4.0.150
  • 998d2cc Merge pull request #3821 from remotion-dev/fix-duplicate-key-error-due-to-bad...
  • b2e32d1 force env via env file
  • f4a8d57 18.3.1
  • 21c35fd Update interpolate.test.ts
  • 4ebdecd Fix React duplicate key warnings when bundling
  • fe1fa5f Merge pull request #3819 from remotion-dev/delay-render-timeout-in-millisecon...
  • c8ab2dc Merge pull request #3818 from remotion-dev/fix-download-progress
  • efd3107 remotion: Add delayRenderTimeoutInMilliseconds prop for OffthreadVideo
  • 8f6f330 Add bar race chart to resources
  • Additional commits viewable in compare view

Updates @remotion/eslint-config from 4.0.17 to 4.0.150

Release notes

Sourced from @​remotion/eslint-config's releases.

v4.0.150

What's Changed

Docs

Full Changelog: remotion-dev/remotion@v4.0.149...v4.0.150

v4.0.149

What's Changed

Docs

Internals

Full Changelog: remotion-dev/remotion@v4.0.148...v4.0.149

v4.0.148

What's Changed

Preparations for Remotion 5.0

(currently disabled by a flag)

... (truncated)

Commits
  • 605b454 v4.0.150
  • 998d2cc Merge pull request #3821 from remotion-dev/fix-duplicate-key-error-due-to-bad...
  • b2e32d1 force env via env file
  • f4a8d57 18.3.1
  • 21c35fd Update interpolate.test.ts
  • 4ebdecd Fix React duplicate key warnings when bundling
  • fe1fa5f Merge pull request #3819 from remotion-dev/delay-render-timeout-in-millisecon...
  • c8ab2dc Merge pull request #3818 from remotion-dev/fix-download-progress
  • efd3107 remotion: Add delayRenderTimeoutInMilliseconds prop for OffthreadVideo
  • 8f6f330 Add bar race chart to resources
  • Additional commits viewable in compare view

Updates @remotion/eslint-plugin from 4.0.17 to 4.0.150

Release notes

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

v4.0.150

What's Changed

Docs

Full Changelog: remotion-dev/remotion@v4.0.149...v4.0.150

v4.0.149

What's Changed

Docs

Internals

Full Changelog: remotion-dev/remotion@v4.0.148...v4.0.149

v4.0.148

What's Changed

Preparations for Remotion 5.0

(currently disabled by a flag)

... (truncated)

Commits
  • 605b454 v4.0.150
  • 998d2cc Merge pull request #3821 from remotion-dev/fix-duplicate-key-error-due-to-bad...
  • b2e32d1 force env via env file
  • f4a8d57 18.3.1
  • 21c35fd Update interpolate.test.ts
  • 4ebdecd Fix React duplicate key warnings when bundling
  • fe1fa5f Merge pull request #3819 from remotion-dev/delay-render-timeout-in-millisecon...
  • c8ab2dc Merge pull request #3818 from remotion-dev/fix-download-progress
  • efd3107 remotion: Add delayRenderTimeoutInMilliseconds prop for OffthreadVideo
  • 8f6f330 Add bar race chart to resources
  • Additional commits viewable in compare view

Updates @remotion/tailwind from 4.0.17 to 4.0.150

Release notes

Sourced from @​remotion/tailwind's releases.

v4.0.150

What's Changed

Docs

Full Changelog: remotion-dev/remotion@v4.0.149...v4.0.150

v4.0.149

What's Changed

Docs

Internals

Bumps the all group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@remotion/cli](https://github.com/remotion-dev/remotion) | `4.0.17` | `4.0.150` |
| @remotion/google-fonts | `4.0.17` | `4.0.150` |
| [clsx](https://github.com/lukeed/clsx) | `2.0.0` | `2.1.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.18` | `18.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [remotion](https://github.com/remotion-dev/remotion) | `4.0.17` | `4.0.150` |
| [@remotion/eslint-config](https://github.com/remotion-dev/remotion) | `4.0.17` | `4.0.150` |
| [@remotion/eslint-plugin](https://github.com/remotion-dev/remotion) | `4.0.17` | `4.0.150` |
| [@remotion/tailwind](https://github.com/remotion-dev/remotion) | `4.0.17` | `4.0.150` |
| [@types/web](https://github.com/microsoft/TypeScript-DOM-Lib-Generator) | `0.0.112` | `0.0.143` |
| [eslint](https://github.com/eslint/eslint) | `8.46.0` | `9.1.1` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.0.0` | `9.1.0` |
| [eslint-config-xo](https://github.com/xojs/eslint-config-xo) | `0.43.1` | `0.44.0` |
| [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) | `1.0.1` | `4.0.0` |
| [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss) | `3.13.0` | `3.15.1` |
| [prettier](https://github.com/prettier/prettier) | `3.0.1` | `3.2.5` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.4.1` | `0.5.14` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.3` | `3.4.3` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.1.6` | `5.4.5` |


Updates `@remotion/cli` from 4.0.17 to 4.0.150
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.17...v4.0.150)

Updates `@remotion/google-fonts` from 4.0.17 to 4.0.150

Updates `clsx` from 2.0.0 to 2.1.1
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v2.0.0...v2.1.1)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

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

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `remotion` from 4.0.17 to 4.0.150
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.17...v4.0.150)

Updates `@remotion/eslint-config` from 4.0.17 to 4.0.150
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.17...v4.0.150)

Updates `@remotion/eslint-plugin` from 4.0.17 to 4.0.150
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.17...v4.0.150)

Updates `@remotion/tailwind` from 4.0.17 to 4.0.150
- [Release notes](https://github.com/remotion-dev/remotion/releases)
- [Commits](remotion-dev/remotion@v4.0.17...v4.0.150)

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

Updates `@types/web` from 0.0.112 to 0.0.143
- [Release notes](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/releases)
- [Commits](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/compare/@types/web@0.0.112...@types/web@0.0.143)

Updates `eslint` from 8.46.0 to 9.1.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.46.0...v9.1.1)

Updates `eslint-config-prettier` from 9.0.0 to 9.1.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)

Updates `eslint-config-xo` from 0.43.1 to 0.44.0
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](xojs/eslint-config-xo@v0.43.1...v0.44.0)

Updates `eslint-config-xo-typescript` from 1.0.1 to 4.0.0
- [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases)
- [Commits](xojs/eslint-config-xo-typescript@v1.0.1...v4.0.0)

Updates `eslint-plugin-tailwindcss` from 3.13.0 to 3.15.1
- [Release notes](https://github.com/francoismassart/eslint-plugin-tailwindcss/releases)
- [Commits](francoismassart/eslint-plugin-tailwindcss@v3.13.0...v3.15.1)

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

Updates `prettier-plugin-tailwindcss` from 0.4.1 to 0.5.14
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.4.1...v0.5.14)

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

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

---
updated-dependencies:
- dependency-name: "@remotion/cli"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@remotion/google-fonts"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: remotion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@remotion/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@remotion/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@remotion/tailwind"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/web"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-config-xo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-config-xo-typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2024
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2024

Superseded by #53.

@dependabot dependabot bot closed this Jun 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-1ddcf8dae0 branch June 1, 2024 22:48
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants