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 template group with 7 updates #256

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps the template group with 7 updates:

Package From To
@mui/icons-material 5.14.6 5.14.7
@mui/material 5.14.6 5.14.7
@mui/x-date-pickers 6.12.0 6.12.1
@types/node 20.5.7 20.5.9
@typescript-eslint/eslint-plugin 6.4.1 6.5.0
@typescript-eslint/parser 6.4.1 6.5.0
prettier 3.0.2 3.0.3

Updates @mui/icons-material from 5.14.6 to 5.14.7

Release notes

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

v5.14.7

Aug 29, 2023

A big thanks to the 11 contributors who made this release possible. This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​brijeshb42, @​danilo-leal, @​DerTimonius, @​DiegoAndai, @​Janpot, @​jaydenseric, @​mj12albert, @​michaldudak, @​oliviertassinari, @​renovate[bot], @​sai6855, @​VishruthR

Changelog

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

5.14.7

Aug 29, 2023

A big thanks to the 11 contributors who made this release possible. This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/[email protected]

  • [Autocomplete] Fix listbox opened unexpectedly when component is disabled (#38611) @​mj12albert
  • [Select][material-ui] Fix select menu moving on scroll when disableScrollLock is true (#37773) @​VishruthR

@mui/[email protected]

  • [useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @​DiegoAndai

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​brijeshb42, @​danilo-leal, @​DerTimonius, @​DiegoAndai, @​Janpot, @​jaydenseric, @​mj12albert, @​oliviertassinari, @​renovate[bot], @​sai6855, @​VishruthR

Commits

Updates @mui/material from 5.14.6 to 5.14.7

Release notes

Sourced from @​mui/material's releases.

v5.14.7

Aug 29, 2023

A big thanks to the 11 contributors who made this release possible. This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​brijeshb42, @​danilo-leal, @​DerTimonius, @​DiegoAndai, @​Janpot, @​jaydenseric, @​mj12albert, @​michaldudak, @​oliviertassinari, @​renovate[bot], @​sai6855, @​VishruthR

Changelog

Sourced from @​mui/material's changelog.

5.14.7

Aug 29, 2023

A big thanks to the 11 contributors who made this release possible. This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/[email protected]

  • [Autocomplete] Fix listbox opened unexpectedly when component is disabled (#38611) @​mj12albert
  • [Select][material-ui] Fix select menu moving on scroll when disableScrollLock is true (#37773) @​VishruthR

@mui/[email protected]

  • [useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @​DiegoAndai

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​brijeshb42, @​danilo-leal, @​DerTimonius, @​DiegoAndai, @​Janpot, @​jaydenseric, @​mj12albert, @​oliviertassinari, @​renovate[bot], @​sai6855, @​VishruthR

Commits
  • 8a09d53 v5.14.7 (#38698)
  • a4d9cb1 [Autocomplete] Fix listbox opened unexpectedly when component is disabled (...
  • 321b200 [core] Potential fix for intermittent ci crashes in e2e test (#38614)
  • c54ad8f [Select][material] Fix select menu moving on scroll when disableScrollLock is...
  • 9b49328 [docs][material-ui] Format key prop JSDoc description in Snackbar compone...
  • See full diff in compare view

Updates @mui/x-date-pickers from 6.12.0 to 6.12.1

Release notes

Sourced from @​mui/x-date-pickers's releases.

v6.12.1

We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

Data Grid

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date Pickers

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts / @mui/[email protected]

Docs

... (truncated)

Changelog

Sourced from @​mui/x-date-pickers's changelog.

6.12.1

Aug 31, 2023

We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

Data Grid

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date Pickers

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts / @mui/[email protected]

Docs

... (truncated)

Commits

Updates @types/node from 20.5.7 to 20.5.9

Commits

Updates @typescript-eslint/eslint-plugin from 6.4.1 to 6.5.0

Release notes

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

v6.5.0

6.5.0 (2023-08-28)

Bug Fixes

  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499)

Features

  • bump supported TS version to 5.2 (#7535) (f18c88d)
  • support Explicit Resource Management syntax for TS 5.2 (#7479) (c11e05c)

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.5.0 (2023-08-28)

Bug Fixes

  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499)

You can read about our versioning strategy and releases on our website.

Commits
  • 4f34d0b chore: publish v6.5.0
  • 23ac499 fix(eslint-plugin): [consistent-type-assertions] wrap object return value wit...
  • 85f34da docs: add info for no-extra-semi (#7330)
  • See full diff in compare view

Updates @typescript-eslint/parser from 6.4.1 to 6.5.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.5.0

6.5.0 (2023-08-28)

Bug Fixes

  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499)

Features

  • bump supported TS version to 5.2 (#7535) (f18c88d)
  • support Explicit Resource Management syntax for TS 5.2 (#7479) (c11e05c)

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.5.0 (2023-08-28)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

Commits

Updates prettier from 3.0.2 to 3.0.3

Release notes

Sourced from prettier's releases.

3.0.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.0.3

diff

Add preferUnplugged: true to package.json (#15169 by @​fisker and @​so1ve)

Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add preferUnplugged: true to package.json, so Yarn will install Prettier as unplug by default.

Support shared config that forbids require() (#15233 by @​fisker)

If an external shared config package is used, and the package exports don't have require or default export.

In Prettier 3.0.2 Prettier fails when attempt to require() the package, and throws an error.

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in <packageName>/package.json

Allow argument of require() to break (#15256 by @​fisker)

// Input
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);
// Prettier 3.0.2
const plugin = require(global.STANDALONE
? path.join(__dirname, "../standalone.js")
: path.join(__dirname, ".."));
// Prettier 3.0.3
const plugin = require(
global.STANDALONE
? path.join(__dirname, "../standalone.js")
: path.join(__dirname, "..")
);

Do not print trailing commas in arrow function type parameter lists in ts code blocks (#15286 by @​sosukesuzuki)

<!-- Input -->
```ts
const foo = <T>() => {}
```
</tr></table> 

... (truncated)

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 <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 template group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.14.6` | `5.14.7` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.14.6` | `5.14.7` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `6.12.0` | `6.12.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.5.7` | `20.5.9` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.4.1` | `6.5.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.4.1` | `6.5.0` |
| [prettier](https://github.com/prettier/prettier) | `3.0.2` | `3.0.3` |


Updates `@mui/icons-material` from 5.14.6 to 5.14.7
- [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.14.7/packages/mui-icons-material)

Updates `@mui/material` from 5.14.6 to 5.14.7
- [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.14.7/packages/mui-material)

Updates `@mui/x-date-pickers` from 6.12.0 to 6.12.1
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v6.12.1/packages/x-date-pickers)

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

Updates `@typescript-eslint/eslint-plugin` from 6.4.1 to 6.5.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.4.1 to 6.5.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/parser)

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

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: template
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: template
- dependency-name: "@mui/x-date-pickers"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: template
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: template
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: template
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: template
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: template
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 4, 2023
@github-actions
Copy link

github-actions bot commented Sep 4, 2023

Unit Tests

1 tests   1 ✔️  0s ⏱️
1 suites  0 💤
1 files    0

Results for commit fd070b2.

@github-actions
Copy link

github-actions bot commented Sep 4, 2023

Ready for Merge! 🚀
(execution 6067913937 / attempt 1)

@coolusaHD coolusaHD merged commit 6ef6f69 into main Sep 6, 2023
7 checks passed
@coolusaHD coolusaHD deleted the dependabot/npm_and_yarn/template-7a6e3b7181 branch September 6, 2023 15:43
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