elchininet / postcss-rtlcss

PostCSS plugin to automatically build Cascading Style Sheets (CSS) with Left-To-Right (LTR) and Right-To-Left (RTL) rules using RTLCSS
https://elchininet.github.io/postcss-rtlcss/
Apache License 2.0
98 stars 14 forks source link

[Playground dependencies]: Bump the dependencies-prod group in /playground with 5 updates #322

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the dependencies-prod group in /playground with 5 updates:

Package From To
monaco-editor 0.47.0 0.48.0
react 18.2.0 18.3.1
@types/react 18.2.79 18.3.1
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.25 18.3.0

Updates monaco-editor from 0.47.0 to 0.48.0

Release notes

Sourced from monaco-editor's releases.

v0.48.0

Changes:

Feature Requests:

  • #727: Expose access to JSON worker
  • #4084: [Feature Request] Explain basic concepts
  • #3883: [Feature Request] Add lexing support for WebGPU Shading Language

Bugs:

  • #4253: [Bug] Comments inside C++ template arguments are sometimes not parsed as such
  • #3923: [Bug] Document symbols are not working
  • #3534: Bracket Matching Does Not Work For Inner Languages

Others:

  • #4451: chore: CG ignore VS Code extensions for nightly
  • #4440: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /website
  • #4439: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /samples
  • #4436: Fix bug with highlighting of C++ raw string literals
  • #4435: chore: add another skipAPIScan
  • #4428: Bump follow-redirects from 1.15.1 to 1.15.6 in /samples
  • #4429: Bump follow-redirects from 1.15.1 to 1.15.6 in /website
  • #4431: chore: add cgIgnoreDirectories
  • #4432: chore: skip APIScan
  • #4430: Bump follow-redirects from 1.15.2 to 1.15.6
  • #4349: Bump vite from 2.9.16 to 2.9.17 in /samples/browser-esm-vite-react
  • #4350: Bump vite from 3.2.7 to 3.2.8
  • #4299: Expose JSON worker
  • #3894: Change JSON symbol information to document symbol
  • #4304: Changing the color ranges of the color provider example in the playground
  • #4243: chore(docs): fix monaco.d.ts link
  • #4255: Remove 2 java-only operators from c++ tokenizer
  • #4256: Fix suggestion for #4253
  • #4254: Small wording fix in the site
  • #4212: feat: Python 3.12 keywords support
  • #4210: fix: enable markdown in JSON completion details
  • #4215: Bump @​babel/traverse from 7.17.3 to 7.23.2 in /samples/browser-esm-vite-react
  • #4216: Bump @​babel/traverse from 7.17.3 to 7.23.2 in /samples/browser-esm-webpack-typescript-react
  • #4089: Bump word-wrap from 1.2.3 to 1.2.4
  • #4201: Bump postcss from 8.4.16 to 8.4.31 in /samples/browser-esm-vite-react

... (truncated)

Changelog

Sourced from monaco-editor's changelog.

[0.48.0]

Additions

  • Various bug fixes
  • Minimap Section Headers (see config option showRegionSectionHeaders)
  • Diff Editor Gutter Menu (see config option renderGutterMenu)
  • InlineCompletionsProvider.handlePartialAccept has PartialAcceptInfo

Contributions to monaco-editor:

Commits
  • 0037b13 v0.48.0
  • 8503aef chore: CG ignore VS Code extensions for nightly (#4451)
  • 9825225 Merge pull request #4440 from microsoft/dependabot/npm_and_yarn/website/webpa...
  • 725eb79 Merge pull request #4439 from microsoft/dependabot/npm_and_yarn/samples/webpa...
  • 7014d40 Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /website
  • 9f5ddf9 Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /samples
  • 92f21bf Fix bug with highlighting of C++ raw string literals (#4436)
  • c92a363 chore: add another skipAPIScan (#4435)
  • bfc5f7c Adds missing css
  • 023ae42 Update monaco editor core to dev version to investigate CI issues.
  • Additional commits viewable in compare view


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.79 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 @types/react-dom from 18.2.25 to 18.3.0

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
coveralls commented 3 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 2c1265fdbaf79d8ea31919c2125522a46dd5dd25 on dependabot/npm_and_yarn/playground/dependencies-prod-db11ec17e3 into 7259171e9ce2f574bbf3dd487fd0db63237ee19a on master.