-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
build(deps-dev): bump the patterns group across 1 directory with 21 updates #544
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pdates Bumps the patterns group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.5.0` | `19.6.0` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.5.0` | `19.6.0` | | [@emotion/react](https://github.com/emotion-js/emotion) | `11.13.3` | `11.13.5` | | [@emotion/styled](https://github.com/emotion-js/emotion) | `11.13.0` | `11.13.5` | | [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.1.4` | `6.1.10` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.36` | `1.10.0` | | [@swc/helpers](https://github.com/swc-project/swc) | `0.5.13` | `0.5.15` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.1.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.16.13` | `20.17.9` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.10.0` | `8.17.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.10.0` | `8.17.0` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.3.3` | `4.3.4` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.3` | `2.1.8` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.11.1` | `17.14.0` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `7.1.0` | `7.2.1` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.1` | `7.37.2` | | [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` | | [rollup](https://github.com/rollup/rollup) | `4.24.0` | `4.28.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.3` | `2.1.8` | Updates `@commitlint/cli` from 19.5.0 to 19.6.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.0/@commitlint/cli) Updates `@commitlint/config-conventional` from 19.5.0 to 19.6.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.0/@commitlint/config-conventional) Updates `@emotion/react` from 11.13.3 to 11.13.5 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) Updates `@emotion/styled` from 11.13.0 to 11.13.5 - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) Updates `@mui/material` from 6.1.4 to 6.1.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/v6.1.10/packages/mui-material) Updates `@swc/core` from 1.7.36 to 1.10.0 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](swc-project/swc@v1.7.36...v1.10.0) Updates `@swc/helpers` from 0.5.13 to 0.5.15 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/commits) Updates `@testing-library/react` from 16.0.1 to 16.1.0 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.0.1...v16.1.0) Updates `@types/node` from 20.16.13 to 20.17.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 8.10.0 to 8.17.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.17.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.10.0 to 8.17.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.17.0/packages/parser) Updates `@vitejs/plugin-react` from 4.3.3 to 4.3.4 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.4/packages/plugin-react) Updates `@vitest/coverage-v8` from 2.1.3 to 2.1.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/coverage-v8) Updates `eslint-plugin-n` from 17.11.1 to 17.14.0 - [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.11.1...v17.14.0) Updates `eslint-plugin-promise` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-promise@v7.1.0...v7.2.1) Updates `eslint-plugin-react` from 7.37.1 to 7.37.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.37.1...v7.37.2) Updates `husky` from 9.1.6 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.1.6...v9.1.7) Updates `prettier` from 3.3.3 to 3.4.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.4.2) Updates `rollup` from 4.24.0 to 4.28.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.24.0...v4.28.1) Updates `typescript` from 5.6.3 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.3...v5.7.2) Updates `vitest` from 2.1.3 to 2.1.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/vitest) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patterns - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patterns - dependency-name: "@emotion/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: "@emotion/styled" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: "@mui/material" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patterns - dependency-name: "@swc/helpers" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patterns - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor 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: "@vitejs/plugin-react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: "@vitest/coverage-v8" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patterns - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patterns - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patterns - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patterns - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patterns - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns ... Signed-off-by: dependabot[bot] <[email protected]>
✅ Deploy Preview for any-viewer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the patterns group with 21 updates in the / directory:
19.5.0
19.6.0
19.5.0
19.6.0
11.13.3
11.13.5
11.13.0
11.13.5
6.1.4
6.1.10
1.7.36
1.10.0
0.5.13
0.5.15
16.0.1
16.1.0
20.16.13
20.17.9
8.10.0
8.17.0
8.10.0
8.17.0
4.3.3
4.3.4
2.1.3
2.1.8
17.11.1
17.14.0
7.1.0
7.2.1
7.37.1
7.37.2
9.1.6
9.1.7
3.3.3
3.4.2
4.24.0
4.28.1
5.6.3
5.7.2
2.1.3
2.1.8
Updates
@commitlint/cli
from 19.5.0 to 19.6.0Release notes
Sourced from
@commitlint/cli
's releases.Changelog
Sourced from
@commitlint/cli
's changelog.Commits
d33cbb7
v19.6.0aacc345
docs: add result info to config option #4241 (#4145)Updates
@commitlint/config-conventional
from 19.5.0 to 19.6.0Release notes
Sourced from
@commitlint/config-conventional
's releases.Changelog
Sourced from
@commitlint/config-conventional
's changelog.Commits
d33cbb7
v19.6.0Updates
@emotion/react
from 11.13.3 to 11.13.5Release notes
Sourced from
@emotion/react
's releases.Commits
c161e6f
Version Packages (#3272)f45eb19
Update changeset (#3273)77d930d
Fix inconsistent hashes using development vs production bundles/exports
con...e310c6e
Version Packages (#3263)b10de75
FixCannot find name 'EmotionCache'
type error (#3262)31fa40b
Version Packages (#3247)532ff57
Add fetchpriority to props (#3093)ad630e3
Minor performance improvements (#3244)Updates
@emotion/styled
from 11.13.0 to 11.13.5Release notes
Sourced from
@emotion/styled
's releases.Commits
c161e6f
Version Packages (#3272)f45eb19
Update changeset (#3273)77d930d
Fix inconsistent hashes using development vs production bundles/exports
con...e310c6e
Version Packages (#3263)b10de75
FixCannot find name 'EmotionCache'
type error (#3262)31fa40b
Version Packages (#3247)532ff57
Add fetchpriority to props (#3093)ad630e3
Minor performance improvements (#3244)3f46884
Version Packages (#3235)153cf88
Add scale property as unitless (#3240)Updates
@mui/material
from 6.1.4 to 6.1.10Release notes
Sourced from
@mui/material
's releases.... (truncated)
Changelog
Sourced from
@mui/material
's changelog.... (truncated)
Commits
5c5e9f6
[release] v6.1.10 (#44645)6c6cb7e
[Select][TextField] Fix screen reader from saying&ZeroWidthSpace
(#44631)9b49147
[Grid2] Fix theme scoping error (#44599)7bdfd2a
[core] RemovegetSlotOwnerState
fromuseSlot
util (#44403)1f3d69a
[docs] Bump React Router to ^7.0.1 (#44531)ac1f902
[core] Extract useRippleHandler outside of ButtonBase (#44591)452d971
[Grid2] Add container styles from styleOverrides (#44598)d0a5989
[ThemeProvider] Optimizetheme
changes when enabling CSS theme variables (#...7c0b7e8
[material-ui] SkiptonalOffset
from setting color channel (#44585)28ac35c
[core-infra] Remove useless fragments (#44516)Updates
@swc/core
from 1.7.36 to 1.10.0Changelog
Sourced from
@swc/core
's changelog.... (truncated)
Commits
c894986
chore: Publish1.10.0
withswc_core
v8.0.1
872e350
chore: Update changelogdd1c0af
chore: Publish1.10.0-nightly-20241204.2
withswc_core
v8.0.1
8b2469e
chore(ci): Disablerollup-plugin-swc3
test temporarily3cd9138
chore: Update changelog0b1c51e
chore: Publish1.10.0-nightly-20241204.1
withswc_core
v8.0.1
b26ece9
chore: Publish crates withswc_core
v8.0.1
236986e
chore(ci): Fix npm publish action6e46a8b
chore(deps): update dependency magic-string to v0.30.14 (#9764)985977b
fix(es/minifier): Do not inline into the exact LHS (#9777)Updates
@swc/helpers
from 0.5.13 to 0.5.15Commits
Updates
@testing-library/react
from 16.0.1 to 16.1.0Release notes
Sourced from
@testing-library/react
's releases.Commits
85ac253
feat: Add support for React 19 (#1367)Updates
@types/node
from 20.16.13 to 20.17.9Commits
Updates
@typescript-eslint/eslint-plugin
from 8.10.0 to 8.17.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
2c8a75e
chore(release): publish 8.17.0670df27
feat(eslint-plugin): [prefer-promise-reject-errors] options to allow any and ...68311ee
fix(eslint-plugin): [promise-function-async] handle function overloading (#10...9dbb4f9
fix(eslint-plugin): remove references to "extendDefaults" in no-restricted-ty...fcd6cf0
fix(eslint-plugin): [no-unnecessary-template-expressions] allow template expr...f74a8fa
chore(release): publish 8.16.02e2433b
feat(eslint-plugin): [no-base-to-string] check Array.prototype.join (#10287)88e4c66
docs(eslint-plugin): add missing>
inarray-type.mdx
(#10371)71243db
chore: correct lint errors in CI (#10370)cdbc669
feat(eslint-plugin): [max-params] add function overload and function type sup...Updates
@typescript-eslint/parser
from 8.10.0 to 8.17.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
2c8a75e
chore(release): publish 8.17.0f74a8fa
chore(release): publish 8.16.0fe6b47f
feat: support TypeScript 5.7 (#10372)2444351
chore(release): publish 8.15.0