-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update typescript-eslint monorepo to v5.62.0 #6
base: main
Are you sure you want to change the base?
Conversation
6142815
to
7481450
Compare
7481450
to
7cb2600
Compare
3fb20cf
to
68cc4ae
Compare
68cc4ae
to
d2e1ff8
Compare
d2e1ff8
to
b8c47aa
Compare
b8c47aa
to
61da287
Compare
61da287
to
c62d646
Compare
c62d646
to
9fb0c05
Compare
9fb0c05
to
f67d88d
Compare
Kudos, SonarCloud Quality Gate passed!
|
Kudos, SonarCloud Quality Gate passed!
|
f67d88d
to
0ba39ee
Compare
Kudos, SonarCloud Quality Gate passed!
|
Kudos, SonarCloud Quality Gate passed!
|
0ba39ee
to
3e1e744
Compare
Micro-Learning Topic: Stack overflow (Detected by phrase)Matched on "stack overflow"Also referred to as Stack buffer overflows. This vulnerability occurs when data received by a program is written to a memory location on the stack and the allocated space is not large enough to take the whole input. If proper boundary checks are not implemented, or unsafe functions like sprintf, fgets etc. are used which don't require a destination size limit the stack memory after the target buffer may be written to, allowing an attacker to alter the normal behaviour of the program. Most modern compilers now have a secure switch which may reorder stack variables and generate extra code to protect against this type of vulnerability. Try a challenge in Secure Code Warrior |
1 similar comment
Micro-Learning Topic: Stack overflow (Detected by phrase)Matched on "stack overflow"Also referred to as Stack buffer overflows. This vulnerability occurs when data received by a program is written to a memory location on the stack and the allocated space is not large enough to take the whole input. If proper boundary checks are not implemented, or unsafe functions like sprintf, fgets etc. are used which don't require a destination size limit the stack memory after the target buffer may be written to, allowing an attacker to alter the normal behaviour of the program. Most modern compilers now have a secure switch which may reorder stack variables and generate extra code to protect against this type of vulnerability. Try a challenge in Secure Code Warrior |
Kudos, SonarCloud Quality Gate passed!
|
Kudos, SonarCloud Quality Gate passed!
|
3e1e744
to
ce8d135
Compare
Kudos, SonarCloud Quality Gate passed!
|
ce8d135
to
f660831
Compare
f660831
to
5d92b34
Compare
5d92b34
to
1d95c0c
Compare
1d95c0c
to
ce2833f
Compare
b998db8
to
eb95826
Compare
eb95826
to
069f878
Compare
069f878
to
1ac0a05
Compare
Kudos, SonarCloud Quality Gate passed!
|
Kudos, SonarCloud Quality Gate passed!
|
This PR contains the following updates:
5.25.0
->5.62.0
5.25.0
->5.62.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.62.0
Compare Source
Bug Fixes
Features
ignorePrimitives
option (#6487) (6edaa04)You can read about our versioning strategy and releases on our website.
v5.61.0
Compare Source
Features
You can read about our versioning strategy and releases on our website.
5.60.1 (2023-06-26)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v5.60.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v5.60.0
Compare Source
Features
5.59.11 (2023-06-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.10 (2023-06-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.9 (2023-06-05)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.8 (2023-05-29)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.7 (2023-05-22)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.6 (2023-05-15)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.5 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.4 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.3 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.2 (2023-05-01)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.1 (2023-04-24)
Bug Fixes
v5.59.11
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.10
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.9
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.8
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.7
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.6
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.5
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.2
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.0
Compare Source
Bug Fixes
Features
v5.58.0
Compare Source
Bug Fixes
Features
5.57.1 (2023-04-03)
Bug Fixes
v5.57.1
Compare Source
Bug Fixes
v5.57.0
Compare Source
Bug Fixes
Features
no-duplicate-type-constituents
rule (#5728) (bc31078)v5.56.0
Compare Source
Bug Fixes
Features
v5.55.0
Compare Source
Bug Fixes
Features
5.54.1 (2023-03-06)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.54.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.54.0
Compare Source
Features
v5.53.0
Compare Source
Features
v5.52.0
Compare Source
Bug Fixes
Features
v5.51.0
Compare Source
Bug Fixes
Features
verbatimModuleSyntax
(#6394) (b14d3be)v5.50.0
Compare Source
Bug Fixes
String.prototype.length
(#5704) (09d57ce)ThisExpression
andPrivateIdentifier
errors (#6028) (85e783c)Features
key-spacing
rule extension for interface & type declarations (#6211) (67706e7)v5.49.0
Compare Source
Features
#private
modifier on class members (#6259) (c8a6d80)5.48.2 (2023-01-16)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.48.1 (2023-01-09)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.48.2
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.48.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.48.0
Compare Source
Features
5.47.1 (2022-12-26)
Bug Fixes
v5.47.1
Compare Source
Bug Fixes
v5.47.0
Compare Source
Features
5.46.1 (2022-12-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.46.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.46.0
Compare Source
Bug Fixes
object
instead ofRecord<string, unknown>
(#6079) (d91a5fc)Features
5.45.1 (2022-12-05)
Bug Fixes
import type
(#6095) (98caa92)ignoreFunctionTypeParameterNameValueShadow
(#6129) (9d58b6b)v5.45.1
Compare Source
Bug Fixes
import type
(#6095) (98caa92)ignoreFunctionTypeParameterNameValueShadow
(#6129) (9d58b6b)v5.45.0
Compare Source
Bug Fixes
Features
v5.44.0
Compare Source
Bug Fixes
parserOptions.project
config (#5999) (530e0e6)Features
v5.43.0
Compare Source
Bug Fixes
Features
!foo || !foo.bar
as a valid match for the rule (#5594) (923d486)5.42.1 (2022-11-07)
Bug Fixes
v5.42.1
Compare Source
Bug Fixes
v5.42.0
Compare Source
Bug Fixes
Features
v5.41.0
Compare Source
Bug Fixes
isTypeReadonly
(#5860) (a6d8f7e), closes #4476Features
5.40.1 (2022-10-17)
Bug Fixes
v5.40.1
Compare Source
Bug Fixes
v5.40.0
Compare Source
Bug Fixes
Features
RuleTester
(#5750) (121f4c0)v5.39.0
Compare Source
Features
5.38.1 (2022-09-26)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.38.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.38.0
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.37.0
Compare Source
Bug Fixes
5.36.2 (2022-09-05)
Bug Fixes
5.36.1 (2022-08-30)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.36.2
Compare Source
Bug Fixes
v5.36.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.36.0
Compare Source
Bug Fixes
Features
[5.35.1](https://github.com/typescript-eslint/typescript-eslint/co
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.