Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps-dev): bump typescript-eslint from 8.35.1 to 8.36.0

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.35.1 to 8.36.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.36.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-version: 8.36.0
dependency-type: direct:development
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
f08194a3 b2804206

+160 -9
+1 -1
package.json
··· 40 40 "prettier-plugin-astro": "^0.14.1", 41 41 "tsx": "^4.19.2", 42 42 "typescript": "^5.8.3", 43 - "typescript-eslint": "^8.35.1" 43 + "typescript-eslint": "^8.36.0" 44 44 } 45 45 }
+159 -8
pnpm-lock.yaml
··· 76 76 specifier: ^5.8.3 77 77 version: 5.8.3 78 78 typescript-eslint: 79 - specifier: ^8.35.1 80 - version: 8.35.1(eslint@9.30.1)(typescript@5.8.3) 79 + specifier: ^8.36.0 80 + version: 8.36.0(eslint@9.30.1)(typescript@5.8.3) 81 81 82 82 packages: 83 83 ··· 777 777 eslint: ^8.57.0 || ^9.0.0 778 778 typescript: '>=4.8.4 <5.9.0' 779 779 780 + '@typescript-eslint/eslint-plugin@8.36.0': 781 + resolution: {integrity: sha512-lZNihHUVB6ZZiPBNgOQGSxUASI7UJWhT8nHyUGCnaQ28XFCw98IfrMCG3rUl1uwUWoAvodJQby2KTs79UTcrAg==} 782 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 783 + peerDependencies: 784 + '@typescript-eslint/parser': ^8.36.0 785 + eslint: ^8.57.0 || ^9.0.0 786 + typescript: '>=4.8.4 <5.9.0' 787 + 780 788 '@typescript-eslint/parser@8.35.1': 781 789 resolution: {integrity: sha512-3MyiDfrfLeK06bi/g9DqJxP5pV74LNv4rFTyvGDmT3x2p1yp1lOd+qYZfiRPIOf/oON+WRZR5wxxuF85qOar+w==} 782 790 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 784 792 eslint: ^8.57.0 || ^9.0.0 785 793 typescript: '>=4.8.4 <5.9.0' 786 794 795 + '@typescript-eslint/parser@8.36.0': 796 + resolution: {integrity: sha512-FuYgkHwZLuPbZjQHzJXrtXreJdFMKl16BFYyRrLxDhWr6Qr7Kbcu2s1Yhu8tsiMXw1S0W1pjfFfYEt+R604s+Q==} 797 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 798 + peerDependencies: 799 + eslint: ^8.57.0 || ^9.0.0 800 + typescript: '>=4.8.4 <5.9.0' 801 + 787 802 '@typescript-eslint/project-service@8.35.1': 788 803 resolution: {integrity: sha512-VYxn/5LOpVxADAuP3NrnxxHYfzVtQzLKeldIhDhzC8UHaiQvYlXvKuVho1qLduFbJjjy5U5bkGwa3rUGUb1Q6Q==} 789 804 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 790 805 peerDependencies: 791 806 typescript: '>=4.8.4 <5.9.0' 792 807 808 + '@typescript-eslint/project-service@8.36.0': 809 + resolution: {integrity: sha512-JAhQFIABkWccQYeLMrHadu/fhpzmSQ1F1KXkpzqiVxA/iYI6UnRt2trqXHt1sYEcw1mxLnB9rKMsOxXPxowN/g==} 810 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 811 + peerDependencies: 812 + typescript: '>=4.8.4 <5.9.0' 813 + 793 814 '@typescript-eslint/scope-manager@8.35.1': 794 815 resolution: {integrity: sha512-s/Bpd4i7ht2934nG+UoSPlYXd08KYz3bmjLEb7Ye1UVob0d1ENiT3lY8bsCmik4RqfSbPw9xJJHbugpPpP5JUg==} 795 816 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 796 817 818 + '@typescript-eslint/scope-manager@8.36.0': 819 + resolution: {integrity: sha512-wCnapIKnDkN62fYtTGv2+RY8FlnBYA3tNm0fm91kc2BjPhV2vIjwwozJ7LToaLAyb1ca8BxrS7vT+Pvvf7RvqA==} 820 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 821 + 797 822 '@typescript-eslint/tsconfig-utils@8.35.1': 798 823 resolution: {integrity: sha512-K5/U9VmT9dTHoNowWZpz+/TObS3xqC5h0xAIjXPw+MNcKV9qg6eSatEnmeAwkjHijhACH0/N7bkhKvbt1+DXWQ==} 799 824 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 800 825 peerDependencies: 801 826 typescript: '>=4.8.4 <5.9.0' 802 827 828 + '@typescript-eslint/tsconfig-utils@8.36.0': 829 + resolution: {integrity: sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==} 830 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 831 + peerDependencies: 832 + typescript: '>=4.8.4 <5.9.0' 833 + 803 834 '@typescript-eslint/type-utils@8.35.1': 804 835 resolution: {integrity: sha512-HOrUBlfVRz5W2LIKpXzZoy6VTZzMu2n8q9C2V/cFngIC5U1nStJgv0tMV4sZPzdf4wQm9/ToWUFPMN9Vq9VJQQ==} 836 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 837 + peerDependencies: 838 + eslint: ^8.57.0 || ^9.0.0 839 + typescript: '>=4.8.4 <5.9.0' 840 + 841 + '@typescript-eslint/type-utils@8.36.0': 842 + resolution: {integrity: sha512-5aaGYG8cVDd6cxfk/ynpYzxBRZJk7w/ymto6uiyUFtdCozQIsQWh7M28/6r57Fwkbweng8qAzoMCPwSJfWlmsg==} 805 843 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 806 844 peerDependencies: 807 845 eslint: ^8.57.0 || ^9.0.0 ··· 811 849 resolution: {integrity: sha512-q/O04vVnKHfrrhNAscndAn1tuQhIkwqnaW+eu5waD5IPts2eX1dgJxgqcPx5BX109/qAz7IG6VrEPTOYKCNfRQ==} 812 850 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 813 851 852 + '@typescript-eslint/types@8.36.0': 853 + resolution: {integrity: sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==} 854 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 855 + 814 856 '@typescript-eslint/typescript-estree@8.35.1': 815 857 resolution: {integrity: sha512-Vvpuvj4tBxIka7cPs6Y1uvM7gJgdF5Uu9F+mBJBPY4MhvjrjWGK4H0lVgLJd/8PWZ23FTqsaJaLEkBCFUk8Y9g==} 816 858 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 817 859 peerDependencies: 818 860 typescript: '>=4.8.4 <5.9.0' 819 861 862 + '@typescript-eslint/typescript-estree@8.36.0': 863 + resolution: {integrity: sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==} 864 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 865 + peerDependencies: 866 + typescript: '>=4.8.4 <5.9.0' 867 + 820 868 '@typescript-eslint/utils@8.35.1': 821 869 resolution: {integrity: sha512-lhnwatFmOFcazAsUm3ZnZFpXSxiwoa1Lj50HphnDe1Et01NF4+hrdXONSUHIcbVu2eFb1bAf+5yjXkGVkXBKAQ==} 822 870 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 824 872 eslint: ^8.57.0 || ^9.0.0 825 873 typescript: '>=4.8.4 <5.9.0' 826 874 875 + '@typescript-eslint/utils@8.36.0': 876 + resolution: {integrity: sha512-VOqmHu42aEMT+P2qYjylw6zP/3E/HvptRwdn/PZxyV27KhZg2IOszXod4NcXisWzPAGSS4trE/g4moNj6XmH2g==} 877 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 878 + peerDependencies: 879 + eslint: ^8.57.0 || ^9.0.0 880 + typescript: '>=4.8.4 <5.9.0' 881 + 827 882 '@typescript-eslint/visitor-keys@8.35.1': 828 883 resolution: {integrity: sha512-VRwixir4zBWCSTP/ljEo091lbpypz57PoeAQ9imjG+vbeof9LplljsL1mos4ccG6H9IjfrVGM359RozUnuFhpw==} 884 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 885 + 886 + '@typescript-eslint/visitor-keys@8.36.0': 887 + resolution: {integrity: sha512-vZrhV2lRPWDuGoxcmrzRZyxAggPL+qp3WzUrlZD+slFueDiYHxeBa34dUXPuC0RmGKzl4lS5kFJYvKCq9cnNDA==} 829 888 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 830 889 831 890 '@ungap/structured-clone@1.3.0': ··· 2109 2168 resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} 2110 2169 engines: {node: '>=16'} 2111 2170 2112 - typescript-eslint@8.35.1: 2113 - resolution: {integrity: sha512-xslJjFzhOmHYQzSB/QTeASAHbjmxOGEP6Coh93TXmUBFQoJ1VU35UHIDmG06Jd6taf3wqqC1ntBnCMeymy5Ovw==} 2171 + typescript-eslint@8.36.0: 2172 + resolution: {integrity: sha512-fTCqxthY+h9QbEgSIBfL9iV6CvKDFuoxg6bHPNpJ9HIUzS+jy2lCEyCmGyZRWEBSaykqcDPf1SJ+BfCI8DRopA==} 2114 2173 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2115 2174 peerDependencies: 2116 2175 eslint: ^8.57.0 || ^9.0.0 ··· 2967 3026 '@typescript-eslint/type-utils': 8.35.1(eslint@9.30.1)(typescript@5.8.3) 2968 3027 '@typescript-eslint/utils': 8.35.1(eslint@9.30.1)(typescript@5.8.3) 2969 3028 '@typescript-eslint/visitor-keys': 8.35.1 3029 + eslint: 9.30.1 3030 + graphemer: 1.4.0 3031 + ignore: 7.0.5 3032 + natural-compare: 1.4.0 3033 + ts-api-utils: 2.1.0(typescript@5.8.3) 3034 + typescript: 5.8.3 3035 + transitivePeerDependencies: 3036 + - supports-color 3037 + 3038 + '@typescript-eslint/eslint-plugin@8.36.0(@typescript-eslint/parser@8.36.0(eslint@9.30.1)(typescript@5.8.3))(eslint@9.30.1)(typescript@5.8.3)': 3039 + dependencies: 3040 + '@eslint-community/regexpp': 4.12.1 3041 + '@typescript-eslint/parser': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 3042 + '@typescript-eslint/scope-manager': 8.36.0 3043 + '@typescript-eslint/type-utils': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 3044 + '@typescript-eslint/utils': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 3045 + '@typescript-eslint/visitor-keys': 8.36.0 2970 3046 eslint: 9.30.1 2971 3047 graphemer: 1.4.0 2972 3048 ignore: 7.0.5 ··· 2988 3064 transitivePeerDependencies: 2989 3065 - supports-color 2990 3066 3067 + '@typescript-eslint/parser@8.36.0(eslint@9.30.1)(typescript@5.8.3)': 3068 + dependencies: 3069 + '@typescript-eslint/scope-manager': 8.36.0 3070 + '@typescript-eslint/types': 8.36.0 3071 + '@typescript-eslint/typescript-estree': 8.36.0(typescript@5.8.3) 3072 + '@typescript-eslint/visitor-keys': 8.36.0 3073 + debug: 4.4.1 3074 + eslint: 9.30.1 3075 + typescript: 5.8.3 3076 + transitivePeerDependencies: 3077 + - supports-color 3078 + 2991 3079 '@typescript-eslint/project-service@8.35.1(typescript@5.8.3)': 2992 3080 dependencies: 2993 3081 '@typescript-eslint/tsconfig-utils': 8.35.1(typescript@5.8.3) ··· 2997 3085 transitivePeerDependencies: 2998 3086 - supports-color 2999 3087 3088 + '@typescript-eslint/project-service@8.36.0(typescript@5.8.3)': 3089 + dependencies: 3090 + '@typescript-eslint/tsconfig-utils': 8.36.0(typescript@5.8.3) 3091 + '@typescript-eslint/types': 8.36.0 3092 + debug: 4.4.1 3093 + typescript: 5.8.3 3094 + transitivePeerDependencies: 3095 + - supports-color 3096 + 3000 3097 '@typescript-eslint/scope-manager@8.35.1': 3001 3098 dependencies: 3002 3099 '@typescript-eslint/types': 8.35.1 3003 3100 '@typescript-eslint/visitor-keys': 8.35.1 3004 3101 3102 + '@typescript-eslint/scope-manager@8.36.0': 3103 + dependencies: 3104 + '@typescript-eslint/types': 8.36.0 3105 + '@typescript-eslint/visitor-keys': 8.36.0 3106 + 3005 3107 '@typescript-eslint/tsconfig-utils@8.35.1(typescript@5.8.3)': 3006 3108 dependencies: 3007 3109 typescript: 5.8.3 3008 3110 3111 + '@typescript-eslint/tsconfig-utils@8.36.0(typescript@5.8.3)': 3112 + dependencies: 3113 + typescript: 5.8.3 3114 + 3009 3115 '@typescript-eslint/type-utils@8.35.1(eslint@9.30.1)(typescript@5.8.3)': 3010 3116 dependencies: 3011 3117 '@typescript-eslint/typescript-estree': 8.35.1(typescript@5.8.3) ··· 3017 3123 transitivePeerDependencies: 3018 3124 - supports-color 3019 3125 3126 + '@typescript-eslint/type-utils@8.36.0(eslint@9.30.1)(typescript@5.8.3)': 3127 + dependencies: 3128 + '@typescript-eslint/typescript-estree': 8.36.0(typescript@5.8.3) 3129 + '@typescript-eslint/utils': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 3130 + debug: 4.4.1 3131 + eslint: 9.30.1 3132 + ts-api-utils: 2.1.0(typescript@5.8.3) 3133 + typescript: 5.8.3 3134 + transitivePeerDependencies: 3135 + - supports-color 3136 + 3020 3137 '@typescript-eslint/types@8.35.1': {} 3138 + 3139 + '@typescript-eslint/types@8.36.0': {} 3021 3140 3022 3141 '@typescript-eslint/typescript-estree@8.35.1(typescript@5.8.3)': 3023 3142 dependencies: ··· 3035 3154 transitivePeerDependencies: 3036 3155 - supports-color 3037 3156 3157 + '@typescript-eslint/typescript-estree@8.36.0(typescript@5.8.3)': 3158 + dependencies: 3159 + '@typescript-eslint/project-service': 8.36.0(typescript@5.8.3) 3160 + '@typescript-eslint/tsconfig-utils': 8.36.0(typescript@5.8.3) 3161 + '@typescript-eslint/types': 8.36.0 3162 + '@typescript-eslint/visitor-keys': 8.36.0 3163 + debug: 4.4.1 3164 + fast-glob: 3.3.3 3165 + is-glob: 4.0.3 3166 + minimatch: 9.0.5 3167 + semver: 7.7.2 3168 + ts-api-utils: 2.1.0(typescript@5.8.3) 3169 + typescript: 5.8.3 3170 + transitivePeerDependencies: 3171 + - supports-color 3172 + 3038 3173 '@typescript-eslint/utils@8.35.1(eslint@9.30.1)(typescript@5.8.3)': 3039 3174 dependencies: 3040 3175 '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1) ··· 3046 3181 transitivePeerDependencies: 3047 3182 - supports-color 3048 3183 3184 + '@typescript-eslint/utils@8.36.0(eslint@9.30.1)(typescript@5.8.3)': 3185 + dependencies: 3186 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1) 3187 + '@typescript-eslint/scope-manager': 8.36.0 3188 + '@typescript-eslint/types': 8.36.0 3189 + '@typescript-eslint/typescript-estree': 8.36.0(typescript@5.8.3) 3190 + eslint: 9.30.1 3191 + typescript: 5.8.3 3192 + transitivePeerDependencies: 3193 + - supports-color 3194 + 3049 3195 '@typescript-eslint/visitor-keys@8.35.1': 3050 3196 dependencies: 3051 3197 '@typescript-eslint/types': 8.35.1 3198 + eslint-visitor-keys: 4.2.1 3199 + 3200 + '@typescript-eslint/visitor-keys@8.36.0': 3201 + dependencies: 3202 + '@typescript-eslint/types': 8.36.0 3052 3203 eslint-visitor-keys: 4.2.1 3053 3204 3054 3205 '@ungap/structured-clone@1.3.0': {} ··· 4969 5120 4970 5121 type-fest@4.41.0: {} 4971 5122 4972 - typescript-eslint@8.35.1(eslint@9.30.1)(typescript@5.8.3): 5123 + typescript-eslint@8.36.0(eslint@9.30.1)(typescript@5.8.3): 4973 5124 dependencies: 4974 - '@typescript-eslint/eslint-plugin': 8.35.1(@typescript-eslint/parser@8.35.1(eslint@9.30.1)(typescript@5.8.3))(eslint@9.30.1)(typescript@5.8.3) 4975 - '@typescript-eslint/parser': 8.35.1(eslint@9.30.1)(typescript@5.8.3) 4976 - '@typescript-eslint/utils': 8.35.1(eslint@9.30.1)(typescript@5.8.3) 5125 + '@typescript-eslint/eslint-plugin': 8.36.0(@typescript-eslint/parser@8.36.0(eslint@9.30.1)(typescript@5.8.3))(eslint@9.30.1)(typescript@5.8.3) 5126 + '@typescript-eslint/parser': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 5127 + '@typescript-eslint/utils': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 4977 5128 eslint: 9.30.1 4978 5129 typescript: 5.8.3 4979 5130 transitivePeerDependencies: