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 minorandpatch group in /website with 9 updates #1041

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps the minorandpatch group in /website with 9 updates:

Package From To
@mui/material 5.14.20 5.15.10
change-case 5.3.0 5.4.3
react-tooltip 5.26.2 5.26.3
@iconify/json 2.2.183 2.2.184
@types/node 20.11.17 20.11.19
@types/react 18.2.55 18.2.56
msw 2.2.0 2.2.1
sass 1.70.0 1.71.0
vitest 1.2.2 1.3.0

Updates @mui/material from 5.14.20 to 5.15.10

Release notes

Sourced from @​mui/material's releases.

v5.15.10

Feb 12, 2024

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

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

v5.15.9

Feb 8, 2024

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.10

Feb 12, 2024

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

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

v5.15.9

... (truncated)

Commits

Updates change-case from 5.3.0 to 5.4.3

Release notes

Sourced from change-case's releases.

Fix recursive options in keys change case

Fixed

Remove regex lookbehind

Fixed

Add split option to change-case

Added

  • Added a split option to the change-case transform functions to allow for customization on how words are extracted from input

Changed

  • The package exports are now default instead of import to fix some tooling that doesn't work properly with import
  • The exported split utility no longer accepts a second options argument
Commits

Updates react-tooltip from 5.26.2 to 5.26.3

Release notes

Sourced from react-tooltip's releases.

v5.26.3

If you like ReactTooltip, please give the project a star on GitHub 🌟

What's Changed

Full Changelog: ReactTooltip/react-tooltip@v5.26.2...v5.26.3

Commits

Updates @iconify/json from 2.2.183 to 2.2.184

Commits

Updates @types/node from 20.11.17 to 20.11.19

Commits

Updates @types/react from 18.2.55 to 18.2.56

Commits

Updates msw from 2.2.0 to 2.2.1

Release notes

Sourced from msw's releases.

v2.2.1 (2024-02-17)

Bug Fixes

Commits

Updates sass from 1.70.0 to 1.71.0

Release notes

Sourced from sass's releases.

Dart Sass 1.71.0

To install Sass 1.71.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

For more information about pkg: importers, see the announcement on the Sass blog.

Command-Line Interface

  • Add a --pkg-importer flag to enable built-in pkg: importers. Currently this only supports the Node.js package resolution algorithm, via --pkg-importer=node. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss.

JavaScript API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single optional argument, which indicates the base directory to use when locating node_modules directories. It defaults to path.dirname(require.main.filename).

Dart API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single argument, which indicates the base directory to use when locating node_modules directories.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.71.0

For more information about pkg: importers, see the announcement on the Sass blog.

Command-Line Interface

  • Add a --pkg-importer flag to enable built-in pkg: importers. Currently this only supports the Node.js package resolution algorithm, via --pkg-importer=node. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss.

JavaScript API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single optional argument, which indicates the base directory to use when locating node_modules directories. It defaults to path.dirname(require.main.filename).

Dart API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single argument, which indicates the base directory to use when locating node_modules directories.
Commits

Updates vitest from 1.2.2 to 1.3.0

Release notes

Sourced from vitest's releases.

v1.3.0

🚀 Features

🐞 Bug Fixes

... (truncated)

Commits
  • bb2af3b chore: release v1.3.0
  • bc5b2d0 fix: Prevent merging of poolOptions (#5221)
  • 1aecd65 fix(vitest): fix optimizeDeps.disabled warnings on Vite 5.1 (#5215)
  • b3182e0 chore: pass down --update flag to the project config
  • 2ee2317 ci: add publish workflow (#5168)
  • 86297d4 fix(vitest): delegate snapshot options to workspace from root config (#5199)
  • 68f5196 fix: requires fixed version across the monorepo (#5208)
  • 7d9b1fb feat(vitest): "test" accepts options object as the second parameter (#5142)
  • 656e210 fix(cli): parse --browser=\<name> correctly (#5179)
  • 828858f feat: deprecate watchExclude (#5171)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by vitestbot, a new releaser for vitest since your current version.


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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minorandpatch group in /website with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.14.20` | `5.15.10` |
| [change-case](https://github.com/blakeembrey/change-case) | `5.3.0` | `5.4.3` |
| [react-tooltip](https://github.com/ReactTooltip/react-tooltip) | `5.26.2` | `5.26.3` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.183` | `2.2.184` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.17` | `20.11.19` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.55` | `18.2.56` |
| [msw](https://github.com/mswjs/msw) | `2.2.0` | `2.2.1` |
| [sass](https://github.com/sass/dart-sass) | `1.70.0` | `1.71.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.2` | `1.3.0` |


Updates `@mui/material` from 5.14.20 to 5.15.10
- [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.10/packages/mui-material)

Updates `change-case` from 5.3.0 to 5.4.3
- [Release notes](https://github.com/blakeembrey/change-case/releases)
- [Commits](https://github.com/blakeembrey/change-case/compare/[email protected]@5.4.3)

Updates `react-tooltip` from 5.26.2 to 5.26.3
- [Release notes](https://github.com/ReactTooltip/react-tooltip/releases)
- [Changelog](https://github.com/ReactTooltip/react-tooltip/blob/master/CHANGELOG.md)
- [Commits](ReactTooltip/react-tooltip@v5.26.2...v5.26.3)

Updates `@iconify/json` from 2.2.183 to 2.2.184
- [Commits](iconify/icon-sets@2.2.183...2.2.184)

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

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

Updates `msw` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.2.0...v2.2.1)

Updates `sass` from 1.70.0 to 1.71.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.70.0...1.71.0)

Updates `vitest` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.0/packages/vitest)

---
updated-dependencies:
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: change-case
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: react-tooltip
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Feb 19, 2024
@corneliusroemer
Copy link
Contributor

Failure addressed in #1046

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/website/minorandpatch-74503a4951 branch February 20, 2024 13:00
@corneliusroemer corneliusroemer restored the dependabot/npm_and_yarn/website/minorandpatch-74503a4951 branch February 20, 2024 13:17
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/website/minorandpatch-74503a4951 branch February 20, 2024 13:17
@corneliusroemer
Copy link
Contributor

@dependabot ignore @mui/material minor version

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2024

OK, I won't notify you about version 5.15.x of @mui/material again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@corneliusroemer
Copy link
Contributor

@dependabot ignore change-case minor version

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2024

OK, I won't notify you about version 5.4.x of change-case again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@corneliusroemer
Copy link
Contributor

@dependabot reopen

@dependabot dependabot bot reopened this Feb 20, 2024
@dependabot dependabot bot restored the dependabot/npm_and_yarn/website/minorandpatch-74503a4951 branch February 20, 2024 13:19
@corneliusroemer
Copy link
Contributor

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 20, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/website/minorandpatch-74503a4951 branch February 20, 2024 13: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.

1 participant