Skip to content

build(deps): bump the patterns group with 11 updates #521

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

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps the patterns group with 11 updates:

Package From To
@mui/material 6.1.0 6.1.1
@rollup/plugin-alias 5.1.0 5.1.1
@rollup/plugin-node-resolve 15.2.3 15.2.4
@types/react 18.3.5 18.3.8
@typescript-eslint/eslint-plugin 8.5.0 8.6.0
@typescript-eslint/parser 8.5.0 8.6.0
eslint-plugin-n 17.10.2 17.10.3
jsdom 25.0.0 25.0.1
rollup 4.21.3 4.22.4
vite 5.4.5 5.4.7
next 13.5.6 13.5.7

Updates @mui/material from 6.1.0 to 6.1.1

Release notes

Sourced from @​mui/material's releases.

v6.1.1

A big thanks to the 18 contributors who made this release possible.

@mui/material@6.1.1

@mui/system@6.1.1

@mui/utils@6.1.1

  • Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @​yash49

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v6.1.1

Sep 19, 2024

A big thanks to the 18 contributors who made this release possible.

@mui/material@6.1.1

@mui/system@6.1.1

@mui/utils@6.1.1

  • Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @​yash49

Docs

Core

... (truncated)

Commits

Updates @rollup/plugin-alias from 5.1.0 to 5.1.1

Changelog

Sourced from @​rollup/plugin-alias's changelog.

v5.1.1

2024-09-22

Bugfixes

  • fix: remove unused slash dependency (#1763)
Commits

Updates @rollup/plugin-node-resolve from 15.2.3 to 15.2.4

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v15.2.4

2024-09-22

Updates

  • chore: remove is-builtin-module (#1735)
Commits

Updates @types/react from 18.3.5 to 18.3.8

Commits

Updates @typescript-eslint/eslint-plugin from 8.5.0 to 8.6.0

Release notes

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

v8.6.0

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions (#8556)
  • eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
  • eslint-plugin: [no-misused-promises] check array predicate return (#9955)
  • type-utils: isNullableType add Void logic (#9937)
  • typescript-estree: disable plugin loading by default in project service (#9964)

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
  • typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)

❤️ Thank You

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

Changelog

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

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions

  • type-utils: isNullableType add Void logic

  • eslint-plugin: [no-unnecessary-condition] check switch cases

  • eslint-plugin: [no-misused-promises] check array predicate return

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice

  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment

  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types

  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message

❤️ Thank You

  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

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

Commits
  • 343710e chore(release): publish 8.6.0
  • 454d37e feat(eslint-plugin): [no-misused-promises] check array predicate return (#9955)
  • af92611 feat: add allow option for restrict-template-expressions (#8556)
  • 2a809e2 test(eslint-plugin): [no-unnecessary-type-parameters] add tests with intrinsi...
  • 682299e feat(eslint-plugin): [no-unnecessary-condition] check switch cases (#9912)
  • 77e65df fix(eslint-plugin): [no-unnecessary-condition] properly reflect multiple nega...
  • c11ca06 chore(eslint-plugin): make utility for static member access (#9836)
  • 2a956b2 fix(eslint-plugin): [no-deprecated] report on deprecated properties with func...
  • 9a80067 fix(eslint-plugin): [no-deprecated] report on deprecated variables used in de...
  • 3710c9c feat(type-utils): isNullableType add Void logic (#9937)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.5.0 to 8.6.0

Release notes

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

v8.6.0

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions (#8556)
  • eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
  • eslint-plugin: [no-misused-promises] check array predicate return (#9955)
  • type-utils: isNullableType add Void logic (#9937)
  • typescript-estree: disable plugin loading by default in project service (#9964)

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
  • typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)

❤️ Thank You

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

Changelog

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

8.6.0 (2024-09-16)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

Commits

Updates eslint-plugin-n from 17.10.2 to 17.10.3

Release notes

Sourced from eslint-plugin-n's releases.

v17.10.3

17.10.3 (2024-09-18)

🩹 Fixes

  • Use our data set to work out if a module is a node module (#338) (6a1b2c5)

📚 Documentation

  • process-exit-as-throw: update wording (#323) (e5e758e)
Changelog

Sourced from eslint-plugin-n's changelog.

17.10.3 (2024-09-18)

🩹 Fixes

  • Use our data set to work out if a module is a node module (#338) (6a1b2c5)

📚 Documentation

  • process-exit-as-throw: update wording (#323) (e5e758e)
Commits

Updates jsdom from 25.0.0 to 25.0.1

Release notes

Sourced from jsdom's releases.

Version 25.0.1

  • Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.
Changelog

Sourced from jsdom's changelog.

25.0.1

  • Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.
Commits

Updates rollup from 4.21.3 to 4.22.4

Release notes

Sourced from rollup's releases.

v4.22.4

4.22.4

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

v4.22.3

4.22.3

2024-09-21

Bug Fixes

  • Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#5669)

Pull Requests

v4.22.2

4.22.2

2024-09-20

Bug Fixes

  • Revert fix for side effect free modules until other issues are investigated (#5667)

Pull Requests

v4.22.1

4.22.1

2024-09-20

Bug Fixes

  • Revert #5644 "stable chunk hashes" while issues are being investigated

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.22.4

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

4.22.3

2024-09-21

Bug Fixes

  • Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#5669)

Pull Requests

4.22.2

2024-09-20

Bug Fixes

  • Revert fix for side effect free modules until other issues are investigated (#5667)

Pull Requests

4.22.1

2024-09-20

Bug Fixes

  • Revert #5644 "stable chunk hashes" while issues are being investigated

Pull Requests

... (truncated)

Commits

Updates vite from 5.4.5 to 5.4.7

Changelog

Sourced from vite's changelog.

5.4.7 (2024-09-20)

5.4.6 (2024-09-16)

Commits

Updates next from 13.5.6 to 13.5.7

Release notes

Sourced from next's releases.

v13.5.7

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Remove invalid fallback revalidate value (#69990)
  • Shared Revalidate Timings (#64370)

Credits

Huge thanks to @​wyattjoh and @​ijjk for helping!

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
next [>= 14.a, < 15]

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

| Package | From | To |
| --- | --- | --- |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.1.0` | `6.1.1` |
| [@rollup/plugin-alias](https://github.com/rollup/plugins/tree/HEAD/packages/alias) | `5.1.0` | `5.1.1` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.2.3` | `15.2.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.5` | `18.3.8` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.5.0` | `8.6.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.5.0` | `8.6.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.10.2` | `17.10.3` |
| [jsdom](https://github.com/jsdom/jsdom) | `25.0.0` | `25.0.1` |
| [rollup](https://github.com/rollup/rollup) | `4.21.3` | `4.22.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.5` | `5.4.7` |
| [next](https://github.com/vercel/next.js) | `13.5.6` | `13.5.7` |


Updates `@mui/material` from 6.1.0 to 6.1.1
- [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/v6.1.1/packages/mui-material)

Updates `@rollup/plugin-alias` from 5.1.0 to 5.1.1
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/alias/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/wasm-v5.1.1/packages/alias)

Updates `@rollup/plugin-node-resolve` from 15.2.3 to 15.2.4
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.4/packages/node-resolve)

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

Updates `@typescript-eslint/eslint-plugin` from 8.5.0 to 8.6.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/v8.6.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.5.0 to 8.6.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/v8.6.0/packages/parser)

Updates `eslint-plugin-n` from 17.10.2 to 17.10.3
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.10.2...v17.10.3)

Updates `jsdom` from 25.0.0 to 25.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@25.0.0...25.0.1)

Updates `rollup` from 4.21.3 to 4.22.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.21.3...v4.22.4)

Updates `vite` from 5.4.5 to 5.4.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.7/packages/vite)

Updates `next` from 13.5.6 to 13.5.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.5.6...v13.5.7)

---
updated-dependencies:
- dependency-name: "@mui/material"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: "@rollup/plugin-alias"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patterns
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
Copy link

netlify bot commented Sep 23, 2024

Deploy Preview for any-viewer ready!

Name Link
🔨 Latest commit 25e0d09
🔍 Latest deploy log https://app.netlify.com/sites/any-viewer/deploys/66f0e59984226700087ad4dd
😎 Deploy Preview https://deploy-preview-521--any-viewer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@mui/material@6.1.1 environment +26 11.5 MB siriwatknp
npm/@rollup/plugin-alias@5.1.1 None 0 20.9 kB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/plugin-node-resolve@15.2.4 filesystem, unsafe Transitive: environment +13 652 kB shellscape
npm/@types/react@18.3.8 None +2 1.69 MB types
npm/@typescript-eslint/eslint-plugin@8.6.0 Transitive: environment, filesystem +37 8.07 MB bradzacher, jameshenry
npm/@typescript-eslint/parser@8.6.0 Transitive: environment, filesystem +30 3.36 MB jameshenry
npm/eslint-plugin-n@17.10.3 Transitive: environment, filesystem, unsafe +16 2.94 MB eslint-community-bot, weiran.zsd
npm/jsdom@25.0.1 Transitive: environment, filesystem, network +37 10 MB domenic, joris-van-der-wel, sebmaster, ...3 more
npm/next@13.5.7 environment, filesystem, network, shell, unsafe +15 76.4 MB vercel-release-bot
npm/rollup@4.22.4 None +1 2.3 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/vite@5.4.7 Transitive: environment, filesystem, network, shell +5 3.77 MB antfu, patak, soda, ...2 more

🚮 Removed packages: npm/@mui/material@6.1.0, npm/@rollup/plugin-alias@5.1.0, npm/@rollup/plugin-node-resolve@15.2.3, npm/@types/react@18.3.5, npm/@typescript-eslint/eslint-plugin@8.5.0, npm/@typescript-eslint/parser@8.5.0, npm/eslint-plugin-n@17.10.2, npm/jsdom@25.0.0, npm/next@13.5.6, npm/rollup@4.21.3, npm/vite@5.4.5

View full report↗︎

@pionxzh pionxzh merged commit e20203d into main Sep 23, 2024
10 checks passed
@pionxzh pionxzh deleted the dependabot/npm_and_yarn/patterns-fbbac37888 branch September 23, 2024 04:18
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