Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

Merge pull request #2 from the3ash/dependabot/npm_and_yarn/typescript-eslint-8.36.0

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

authored by

3ASH and committed by
GitHub
00d16efa 24e14beb

+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 ··· 783 783 eslint: ^8.57.0 || ^9.0.0 784 784 typescript: '>=4.8.4 <5.9.0' 785 785 786 + '@typescript-eslint/eslint-plugin@8.36.0': 787 + resolution: {integrity: sha512-lZNihHUVB6ZZiPBNgOQGSxUASI7UJWhT8nHyUGCnaQ28XFCw98IfrMCG3rUl1uwUWoAvodJQby2KTs79UTcrAg==} 788 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 789 + peerDependencies: 790 + '@typescript-eslint/parser': ^8.36.0 791 + eslint: ^8.57.0 || ^9.0.0 792 + typescript: '>=4.8.4 <5.9.0' 793 + 786 794 '@typescript-eslint/parser@8.35.1': 787 795 resolution: {integrity: sha512-3MyiDfrfLeK06bi/g9DqJxP5pV74LNv4rFTyvGDmT3x2p1yp1lOd+qYZfiRPIOf/oON+WRZR5wxxuF85qOar+w==} 788 796 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 790 798 eslint: ^8.57.0 || ^9.0.0 791 799 typescript: '>=4.8.4 <5.9.0' 792 800 801 + '@typescript-eslint/parser@8.36.0': 802 + resolution: {integrity: sha512-FuYgkHwZLuPbZjQHzJXrtXreJdFMKl16BFYyRrLxDhWr6Qr7Kbcu2s1Yhu8tsiMXw1S0W1pjfFfYEt+R604s+Q==} 803 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 804 + peerDependencies: 805 + eslint: ^8.57.0 || ^9.0.0 806 + typescript: '>=4.8.4 <5.9.0' 807 + 793 808 '@typescript-eslint/project-service@8.35.1': 794 809 resolution: {integrity: sha512-VYxn/5LOpVxADAuP3NrnxxHYfzVtQzLKeldIhDhzC8UHaiQvYlXvKuVho1qLduFbJjjy5U5bkGwa3rUGUb1Q6Q==} 795 810 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 796 811 peerDependencies: 797 812 typescript: '>=4.8.4 <5.9.0' 798 813 814 + '@typescript-eslint/project-service@8.36.0': 815 + resolution: {integrity: sha512-JAhQFIABkWccQYeLMrHadu/fhpzmSQ1F1KXkpzqiVxA/iYI6UnRt2trqXHt1sYEcw1mxLnB9rKMsOxXPxowN/g==} 816 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 817 + peerDependencies: 818 + typescript: '>=4.8.4 <5.9.0' 819 + 799 820 '@typescript-eslint/scope-manager@8.35.1': 800 821 resolution: {integrity: sha512-s/Bpd4i7ht2934nG+UoSPlYXd08KYz3bmjLEb7Ye1UVob0d1ENiT3lY8bsCmik4RqfSbPw9xJJHbugpPpP5JUg==} 801 822 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 802 823 824 + '@typescript-eslint/scope-manager@8.36.0': 825 + resolution: {integrity: sha512-wCnapIKnDkN62fYtTGv2+RY8FlnBYA3tNm0fm91kc2BjPhV2vIjwwozJ7LToaLAyb1ca8BxrS7vT+Pvvf7RvqA==} 826 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 827 + 803 828 '@typescript-eslint/tsconfig-utils@8.35.1': 804 829 resolution: {integrity: sha512-K5/U9VmT9dTHoNowWZpz+/TObS3xqC5h0xAIjXPw+MNcKV9qg6eSatEnmeAwkjHijhACH0/N7bkhKvbt1+DXWQ==} 805 830 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 806 831 peerDependencies: 807 832 typescript: '>=4.8.4 <5.9.0' 808 833 834 + '@typescript-eslint/tsconfig-utils@8.36.0': 835 + resolution: {integrity: sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==} 836 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 837 + peerDependencies: 838 + typescript: '>=4.8.4 <5.9.0' 839 + 809 840 '@typescript-eslint/type-utils@8.35.1': 810 841 resolution: {integrity: sha512-HOrUBlfVRz5W2LIKpXzZoy6VTZzMu2n8q9C2V/cFngIC5U1nStJgv0tMV4sZPzdf4wQm9/ToWUFPMN9Vq9VJQQ==} 842 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 843 + peerDependencies: 844 + eslint: ^8.57.0 || ^9.0.0 845 + typescript: '>=4.8.4 <5.9.0' 846 + 847 + '@typescript-eslint/type-utils@8.36.0': 848 + resolution: {integrity: sha512-5aaGYG8cVDd6cxfk/ynpYzxBRZJk7w/ymto6uiyUFtdCozQIsQWh7M28/6r57Fwkbweng8qAzoMCPwSJfWlmsg==} 811 849 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 812 850 peerDependencies: 813 851 eslint: ^8.57.0 || ^9.0.0 ··· 817 855 resolution: {integrity: sha512-q/O04vVnKHfrrhNAscndAn1tuQhIkwqnaW+eu5waD5IPts2eX1dgJxgqcPx5BX109/qAz7IG6VrEPTOYKCNfRQ==} 818 856 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 819 857 858 + '@typescript-eslint/types@8.36.0': 859 + resolution: {integrity: sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==} 860 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 861 + 820 862 '@typescript-eslint/typescript-estree@8.35.1': 821 863 resolution: {integrity: sha512-Vvpuvj4tBxIka7cPs6Y1uvM7gJgdF5Uu9F+mBJBPY4MhvjrjWGK4H0lVgLJd/8PWZ23FTqsaJaLEkBCFUk8Y9g==} 822 864 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 823 865 peerDependencies: 824 866 typescript: '>=4.8.4 <5.9.0' 825 867 868 + '@typescript-eslint/typescript-estree@8.36.0': 869 + resolution: {integrity: sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==} 870 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 871 + peerDependencies: 872 + typescript: '>=4.8.4 <5.9.0' 873 + 826 874 '@typescript-eslint/utils@8.35.1': 827 875 resolution: {integrity: sha512-lhnwatFmOFcazAsUm3ZnZFpXSxiwoa1Lj50HphnDe1Et01NF4+hrdXONSUHIcbVu2eFb1bAf+5yjXkGVkXBKAQ==} 828 876 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 830 878 eslint: ^8.57.0 || ^9.0.0 831 879 typescript: '>=4.8.4 <5.9.0' 832 880 881 + '@typescript-eslint/utils@8.36.0': 882 + resolution: {integrity: sha512-VOqmHu42aEMT+P2qYjylw6zP/3E/HvptRwdn/PZxyV27KhZg2IOszXod4NcXisWzPAGSS4trE/g4moNj6XmH2g==} 883 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 884 + peerDependencies: 885 + eslint: ^8.57.0 || ^9.0.0 886 + typescript: '>=4.8.4 <5.9.0' 887 + 833 888 '@typescript-eslint/visitor-keys@8.35.1': 834 889 resolution: {integrity: sha512-VRwixir4zBWCSTP/ljEo091lbpypz57PoeAQ9imjG+vbeof9LplljsL1mos4ccG6H9IjfrVGM359RozUnuFhpw==} 890 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 891 + 892 + '@typescript-eslint/visitor-keys@8.36.0': 893 + resolution: {integrity: sha512-vZrhV2lRPWDuGoxcmrzRZyxAggPL+qp3WzUrlZD+slFueDiYHxeBa34dUXPuC0RmGKzl4lS5kFJYvKCq9cnNDA==} 835 894 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 836 895 837 896 '@ungap/structured-clone@1.3.0': ··· 2115 2174 resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} 2116 2175 engines: {node: '>=16'} 2117 2176 2118 - typescript-eslint@8.35.1: 2119 - resolution: {integrity: sha512-xslJjFzhOmHYQzSB/QTeASAHbjmxOGEP6Coh93TXmUBFQoJ1VU35UHIDmG06Jd6taf3wqqC1ntBnCMeymy5Ovw==} 2177 + typescript-eslint@8.36.0: 2178 + resolution: {integrity: sha512-fTCqxthY+h9QbEgSIBfL9iV6CvKDFuoxg6bHPNpJ9HIUzS+jy2lCEyCmGyZRWEBSaykqcDPf1SJ+BfCI8DRopA==} 2120 2179 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2121 2180 peerDependencies: 2122 2181 eslint: ^8.57.0 || ^9.0.0 ··· 2978 3037 '@typescript-eslint/type-utils': 8.35.1(eslint@9.30.1)(typescript@5.8.3) 2979 3038 '@typescript-eslint/utils': 8.35.1(eslint@9.30.1)(typescript@5.8.3) 2980 3039 '@typescript-eslint/visitor-keys': 8.35.1 3040 + eslint: 9.30.1 3041 + graphemer: 1.4.0 3042 + ignore: 7.0.5 3043 + natural-compare: 1.4.0 3044 + ts-api-utils: 2.1.0(typescript@5.8.3) 3045 + typescript: 5.8.3 3046 + transitivePeerDependencies: 3047 + - supports-color 3048 + 3049 + '@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)': 3050 + dependencies: 3051 + '@eslint-community/regexpp': 4.12.1 3052 + '@typescript-eslint/parser': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 3053 + '@typescript-eslint/scope-manager': 8.36.0 3054 + '@typescript-eslint/type-utils': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 3055 + '@typescript-eslint/utils': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 3056 + '@typescript-eslint/visitor-keys': 8.36.0 2981 3057 eslint: 9.30.1 2982 3058 graphemer: 1.4.0 2983 3059 ignore: 7.0.5 ··· 2999 3075 transitivePeerDependencies: 3000 3076 - supports-color 3001 3077 3078 + '@typescript-eslint/parser@8.36.0(eslint@9.30.1)(typescript@5.8.3)': 3079 + dependencies: 3080 + '@typescript-eslint/scope-manager': 8.36.0 3081 + '@typescript-eslint/types': 8.36.0 3082 + '@typescript-eslint/typescript-estree': 8.36.0(typescript@5.8.3) 3083 + '@typescript-eslint/visitor-keys': 8.36.0 3084 + debug: 4.4.1 3085 + eslint: 9.30.1 3086 + typescript: 5.8.3 3087 + transitivePeerDependencies: 3088 + - supports-color 3089 + 3002 3090 '@typescript-eslint/project-service@8.35.1(typescript@5.8.3)': 3003 3091 dependencies: 3004 3092 '@typescript-eslint/tsconfig-utils': 8.35.1(typescript@5.8.3) ··· 3008 3096 transitivePeerDependencies: 3009 3097 - supports-color 3010 3098 3099 + '@typescript-eslint/project-service@8.36.0(typescript@5.8.3)': 3100 + dependencies: 3101 + '@typescript-eslint/tsconfig-utils': 8.36.0(typescript@5.8.3) 3102 + '@typescript-eslint/types': 8.36.0 3103 + debug: 4.4.1 3104 + typescript: 5.8.3 3105 + transitivePeerDependencies: 3106 + - supports-color 3107 + 3011 3108 '@typescript-eslint/scope-manager@8.35.1': 3012 3109 dependencies: 3013 3110 '@typescript-eslint/types': 8.35.1 3014 3111 '@typescript-eslint/visitor-keys': 8.35.1 3015 3112 3113 + '@typescript-eslint/scope-manager@8.36.0': 3114 + dependencies: 3115 + '@typescript-eslint/types': 8.36.0 3116 + '@typescript-eslint/visitor-keys': 8.36.0 3117 + 3016 3118 '@typescript-eslint/tsconfig-utils@8.35.1(typescript@5.8.3)': 3017 3119 dependencies: 3018 3120 typescript: 5.8.3 3019 3121 3122 + '@typescript-eslint/tsconfig-utils@8.36.0(typescript@5.8.3)': 3123 + dependencies: 3124 + typescript: 5.8.3 3125 + 3020 3126 '@typescript-eslint/type-utils@8.35.1(eslint@9.30.1)(typescript@5.8.3)': 3021 3127 dependencies: 3022 3128 '@typescript-eslint/typescript-estree': 8.35.1(typescript@5.8.3) ··· 3028 3134 transitivePeerDependencies: 3029 3135 - supports-color 3030 3136 3137 + '@typescript-eslint/type-utils@8.36.0(eslint@9.30.1)(typescript@5.8.3)': 3138 + dependencies: 3139 + '@typescript-eslint/typescript-estree': 8.36.0(typescript@5.8.3) 3140 + '@typescript-eslint/utils': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 3141 + debug: 4.4.1 3142 + eslint: 9.30.1 3143 + ts-api-utils: 2.1.0(typescript@5.8.3) 3144 + typescript: 5.8.3 3145 + transitivePeerDependencies: 3146 + - supports-color 3147 + 3031 3148 '@typescript-eslint/types@8.35.1': {} 3149 + 3150 + '@typescript-eslint/types@8.36.0': {} 3032 3151 3033 3152 '@typescript-eslint/typescript-estree@8.35.1(typescript@5.8.3)': 3034 3153 dependencies: ··· 3046 3165 transitivePeerDependencies: 3047 3166 - supports-color 3048 3167 3168 + '@typescript-eslint/typescript-estree@8.36.0(typescript@5.8.3)': 3169 + dependencies: 3170 + '@typescript-eslint/project-service': 8.36.0(typescript@5.8.3) 3171 + '@typescript-eslint/tsconfig-utils': 8.36.0(typescript@5.8.3) 3172 + '@typescript-eslint/types': 8.36.0 3173 + '@typescript-eslint/visitor-keys': 8.36.0 3174 + debug: 4.4.1 3175 + fast-glob: 3.3.3 3176 + is-glob: 4.0.3 3177 + minimatch: 9.0.5 3178 + semver: 7.7.2 3179 + ts-api-utils: 2.1.0(typescript@5.8.3) 3180 + typescript: 5.8.3 3181 + transitivePeerDependencies: 3182 + - supports-color 3183 + 3049 3184 '@typescript-eslint/utils@8.35.1(eslint@9.30.1)(typescript@5.8.3)': 3050 3185 dependencies: 3051 3186 '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1) ··· 3057 3192 transitivePeerDependencies: 3058 3193 - supports-color 3059 3194 3195 + '@typescript-eslint/utils@8.36.0(eslint@9.30.1)(typescript@5.8.3)': 3196 + dependencies: 3197 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.30.1) 3198 + '@typescript-eslint/scope-manager': 8.36.0 3199 + '@typescript-eslint/types': 8.36.0 3200 + '@typescript-eslint/typescript-estree': 8.36.0(typescript@5.8.3) 3201 + eslint: 9.30.1 3202 + typescript: 5.8.3 3203 + transitivePeerDependencies: 3204 + - supports-color 3205 + 3060 3206 '@typescript-eslint/visitor-keys@8.35.1': 3061 3207 dependencies: 3062 3208 '@typescript-eslint/types': 8.35.1 3209 + eslint-visitor-keys: 4.2.1 3210 + 3211 + '@typescript-eslint/visitor-keys@8.36.0': 3212 + dependencies: 3213 + '@typescript-eslint/types': 8.36.0 3063 3214 eslint-visitor-keys: 4.2.1 3064 3215 3065 3216 '@ungap/structured-clone@1.3.0': {} ··· 4981 5132 4982 5133 type-fest@4.41.0: {} 4983 5134 4984 - typescript-eslint@8.35.1(eslint@9.30.1)(typescript@5.8.3): 5135 + typescript-eslint@8.36.0(eslint@9.30.1)(typescript@5.8.3): 4985 5136 dependencies: 4986 - '@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) 4987 - '@typescript-eslint/parser': 8.35.1(eslint@9.30.1)(typescript@5.8.3) 4988 - '@typescript-eslint/utils': 8.35.1(eslint@9.30.1)(typescript@5.8.3) 5137 + '@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) 5138 + '@typescript-eslint/parser': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 5139 + '@typescript-eslint/utils': 8.36.0(eslint@9.30.1)(typescript@5.8.3) 4989 5140 eslint: 9.30.1 4990 5141 typescript: 5.8.3 4991 5142 transitivePeerDependencies: