json-viewer
json-viewer copied to clipboard
build(deps-dev): bump the patterns group with 9 updates
Bumps the patterns group with 9 updates:
| Package | From | To |
|---|---|---|
| @rollup/plugin-node-resolve | 15.2.4 |
15.3.0 |
| @types/node | 20.16.5 |
20.16.10 |
| @types/react | 18.3.8 |
18.3.10 |
| @typescript-eslint/eslint-plugin | 8.6.0 |
8.7.0 |
| @typescript-eslint/parser | 8.6.0 |
8.7.0 |
| @vitejs/plugin-react | 4.3.1 |
4.3.2 |
| eslint-plugin-react | 7.36.1 |
7.37.0 |
| rollup | 4.22.4 |
4.22.5 |
| vite | 5.4.7 |
5.4.8 |
Updates @rollup/plugin-node-resolve from 15.2.4 to 15.3.0
Changelog
Sourced from @rollup/plugin-node-resolve's changelog.
v15.3.0
2024-09-23
Features
- feat: allow preferBuiltins to be a function (#1694)
Commits
a8e326dchore(release): node-resolve v15.3.0032055bfeat(node-resolve): allow preferBuiltins to be a function (#1694)- See full diff in compare view
Updates @types/node from 20.16.5 to 20.16.10
Commits
- See full diff in compare view
Updates @types/react from 18.3.8 to 18.3.10
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.6.0 to 8.7.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.7.0
8.7.0 (2024-09-23)
🚀 Features
- eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
- eslint-plugin: [consistent-type-exports] check
export *exports to see if all exported members are types (#10006)🩹 Fixes
- eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue(#10004)- eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
- eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
- types: add
NewExpressionas a parent ofSpreadElement(#10024)- utils: add missing entries to the RuleListener selectors list (#9992)
❤️ Thank You
- Abraham Guo
- auvred
@auvred- Brian Donovan
@eventualbuddha- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.7.0 (2024-09-23)
🚀 Features
eslint-plugin: [no-unsafe-call] check calls of Function
eslint-plugin: [consistent-type-exports] check
export *exports to see if all exported members are types🩹 Fixes
eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValueeslint-plugin: [no-deprecated] report on imported deprecated variables
eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof
❤️ Thank You
- Abraham Guo
- auvred
- Brian Donovan
- Kirk Waiblinger
You can read about our versioning strategy and releases on our website.
Commits
b88ea33chore(release): publish 8.7.0cdd93f6docs(eslint-plugin): [no-inferrable-types] do not use no-inferrable-types wit...d0e35d9feat(eslint-plugin): [consistent-type-exports] checkexport *exports to se...dc1c6d3docs: [no-unnecessary-type-parameters] add FAQ section (#9975)e8555a0feat(eslint-plugin): [no-unsafe-call] check calls of Function (#10010)8293546fix(eslint-plugin): [no-confusing-non-null-assertion] check !in and !instance...b75d42bfix(eslint-plugin): [no-deprecated] report on imported deprecated variables (...c5dc755docs: [no-floating-promises] clarify that void does not resolve promises (#9949)1c183abfix(eslint-plugin): properly coerce all types to string in `getStaticMemberAc...7b149b9docs: [strict-boolean-expressions] fix adominition (#10033)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.6.0 to 8.7.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.7.0
8.7.0 (2024-09-23)
🚀 Features
- eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
- eslint-plugin: [consistent-type-exports] check
export *exports to see if all exported members are types (#10006)🩹 Fixes
- eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue(#10004)- eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
- eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
- types: add
NewExpressionas a parent ofSpreadElement(#10024)- utils: add missing entries to the RuleListener selectors list (#9992)
❤️ Thank You
- Abraham Guo
- auvred
@auvred- Brian Donovan
@eventualbuddha- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.7.0 (2024-09-23)
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
b88ea33chore(release): publish 8.7.0- See full diff in compare view
Updates @vitejs/plugin-react from 4.3.1 to 4.3.2
Release notes
Sourced from @vitejs/plugin-react's releases.
v4.3.2
Ignore directive sourcemap error #369
Changelog
Sourced from @vitejs/plugin-react's changelog.
4.3.2 (2024-09-29)
Ignore directive sourcemap error #369
Commits
63b2e38release: [email protected]fdf6ce4fix(deps): update all non-major dependencies (#273)4544e97feat: update refresh utils for React Router 7 support (#363)d88c581fix: ignore directive sourcemap error (#369)- See full diff in compare view
Updates eslint-plugin-react from 7.36.1 to 7.37.0
Release notes
Sourced from eslint-plugin-react's releases.
v7.37.0
Added
- add type generation (#3830[]
@voxpelli)- [
no-unescaped-entities]: add suggestions (#3831[]@StyleShit)- [
forbid-component-props]: addallowedForPatterns/disallowedForPatternsoptions (#3805[]@Efimenko)- [
no-unstable-nested-components]: addpropNamePatternto support custom render prop naming conventions (#3826[]@danreeves)Changed
- [readme] flat config example for react 17+ (#3824[]
@GabenGar)#1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076 #1079: jsx-eslint/eslint-plugin-react#1079 #1088: jsx-eslint/eslint-plugin-react#1088 #1098: jsx-eslint/eslint-plugin-react#1098 #1101: jsx-eslint/eslint-plugin-react#1101 #1103: jsx-eslint/eslint-plugin-react#1103 #110: jsx-eslint/eslint-plugin-react#110 #1116: jsx-eslint/eslint-plugin-react#1116 #1117: jsx-eslint/eslint-plugin-react#1117 #1119: jsx-eslint/eslint-plugin-react#1119 #1121: jsx-eslint/eslint-plugin-react#1121 #1122: jsx-eslint/eslint-plugin-react#1122 #1123: jsx-eslint/eslint-plugin-react#1123 #1130: jsx-eslint/eslint-plugin-react#1130 #1131: jsx-eslint/eslint-plugin-react#1131 #1132: jsx-eslint/eslint-plugin-react#1132
... (truncated)
Changelog
Sourced from eslint-plugin-react's changelog.
[7.37.0] - 2024.09.26
Added
- add type generation (#3830[]
@voxpelli)- [
no-unescaped-entities]: add suggestions (#3831[]@StyleShit)- [
forbid-component-props]: addallowedForPatterns/disallowedForPatternsoptions (#3805[]@Efimenko)- [
no-unstable-nested-components]: addpropNamePatternto support custom render prop naming conventions (#3826[]@danreeves)Changed
- [readme] flat config example for react 17+ (#3824[]
@GabenGar)#3831: jsx-eslint/eslint-plugin-react#3831 #3830: jsx-eslint/eslint-plugin-react#3830 #3826: jsx-eslint/eslint-plugin-react#3826 #3824: jsx-eslint/eslint-plugin-react#3824 #3805: jsx-eslint/eslint-plugin-react#3805
Commits
ec27e20Update CHANGELOG and bump version0cc5b7a[meta] fix release workflow744135b[readme] flat config example for react 17+a1273d5[New]no-unstable-nested-components: addpropNamePatternto support custo...3073214[New]forbid-component-props: addallowedForPatterns/`disallowedForPatter...95297ed[New]no-unescaped-entities: add suggestions7f3ac1b[New] add type generation4ecf034[Dev Deps] updateeslint-plugin-import,gfm-footnotes9668ee0[meta] fix release workflow- See full diff in compare view
Updates rollup from 4.22.4 to 4.22.5
Release notes
Sourced from rollup's releases.
v4.22.5
4.22.5
2024-09-27
Bug Fixes
- Allow parsing of certain unicode characters again (#5674)
Pull Requests
- #5674: Fix panic with unicode characters (
@sapphi-red,@lukastaegert)- #5675: chore(deps): update dependency rollup to v4.22.4 [security] (
@renovate[bot])- #5680: chore(deps): update dependency
@rollup/plugin-commonjsto v28 (@renovate[bot],@lukastaegert)- #5681: chore(deps): update dependency
@rollup/plugin-replaceto v6 (@renovate[bot])- #5682: chore(deps): update dependency
@rollup/plugin-typescriptto v12 (@renovate[bot])- #5684: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])
Changelog
Sourced from rollup's changelog.
4.22.5
2024-09-27
Bug Fixes
- Allow parsing of certain unicode characters again (#5674)
Pull Requests
- #5674: Fix panic with unicode characters (
@sapphi-red,@lukastaegert)- #5675: chore(deps): update dependency rollup to v4.22.4 [security] (
@renovate[bot])- #5680: chore(deps): update dependency
@rollup/plugin-commonjsto v28 (@renovate[bot],@lukastaegert)- #5681: chore(deps): update dependency
@rollup/plugin-replaceto v6 (@renovate[bot])- #5682: chore(deps): update dependency
@rollup/plugin-typescriptto v12 (@renovate[bot])- #5684: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])
Commits
bc7780c4.22.5ee138d1chore(deps): lock file maintenance minor/patch updates (#5684)2d59dbcchore(deps): update dependency@rollup/plugin-commonjsto v28 (#5680)524670dFix panic with unicode characters (#5674)9c5e345chore(deps): update dependency@rollup/plugin-replaceto v6 (#5681)6d75b6dchore(deps): update dependency@rollup/plugin-typescriptto v12 (#5682)89a68c2chore(deps): update dependency rollup to v4.22.4 [security] (#5675)- See full diff in compare view
Updates vite from 5.4.7 to 5.4.8
Commits
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| @types/node | [>= 22.a, < 23] |
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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