canvas-constructor
canvas-constructor copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| @commitlint/cli (source) | ^19.0.3 -> ^19.3.0 |
devDependencies | minor | ||||
| @commitlint/config-conventional (source) | ^19.0.3 -> ^19.2.2 |
devDependencies | minor | ||||
| @favware/cliff-jumper | ^3.0.1 -> ^3.0.3 |
devDependencies | patch | ||||
| @napi-rs/canvas | 0.1.51 -> 0.1.52 |
devDependencies | patch | ||||
| @sapphire/eslint-config (source) | ^5.0.3 -> ^5.0.4 |
devDependencies | patch | ||||
| @sapphire/ts-config (source) | 5.0.0 -> 5.0.1 |
devDependencies | patch | ||||
| @typescript-eslint/eslint-plugin (source) | ^7.1.1 -> ^7.9.0 |
devDependencies | minor | ||||
| @typescript-eslint/parser (source) | ^7.1.1 -> ^7.9.0 |
devDependencies | minor | ||||
| node (source) | 20.11.1 -> 20.13.1 |
volta | minor | ||||
| rimraf | ^5.0.5 -> ^5.0.7 |
devDependencies | patch | ||||
| typedoc (source) | ^0.25.12 -> ^0.25.13 |
devDependencies | patch | ||||
| typescript (source) | ^5.4.2 -> ^5.4.5 |
devDependencies | patch | ||||
| yarn (source) | 4.1.1 -> 4.2.2 |
packageManager | minor |
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.3.0
Note: Version bump only for package @commitlint/cli
19.2.2 (2024-04-14)
Note: Version bump only for package @commitlint/cli
19.2.1 (2024-03-19)
Note: Version bump only for package @commitlint/cli
v19.2.2
Note: Version bump only for package @commitlint/cli
v19.2.1
Note: Version bump only for package @commitlint/cli
v19.2.0
Features
v19.1.0
Note: Version bump only for package @commitlint/cli
19.0.3 (2024-02-28)
Note: Version bump only for package @commitlint/cli
19.0.2 (2024-02-28)
Note: Version bump only for package @commitlint/cli
19.0.1 (2024-02-27)
Bug Fixes
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.2.2
Note: Version bump only for package @commitlint/config-conventional
v19.1.0
Note: Version bump only for package @commitlint/config-conventional
19.0.3 (2024-02-28)
Note: Version bump only for package @commitlint/config-conventional
favware/cliff-jumper (@favware/cliff-jumper)
v3.0.3
🏠 Refactor
- Code cleanup (207a5d6)
🐛 Bug Fixes
- commit-release: Remove quotes from commit message template (9fcab96) (#169)
- Add
GH_TOKEN,TOKEN_GITHUBandTOKEN_GHto the list possible env vars for github token (0ab906a)
v3.0.2
🐛 Bug Fixes
sapphiredev/utilities (@sapphire/eslint-config)
v5.0.4
🐛 Bug Fixes
- eslint-config: Bump transitive dependencies (f2600b3)
- deps: Update typescript-eslint monorepo to v7 (major) (#717) (f929edc)
- Update transitive dependencies (4c28962)
- deps: Update dependency prettier to ^3.2.2 (61630cc)
- eslint-config: Bump transitive dependencies (632805d)
- deps: Update dependency eslint-plugin-prettier to ^5.1.2 (e1c7c75)
- deps: Update all non-major dependencies (fef82a8)
- deps: Update all non-major dependencies (#681) (a593be0)
- Bump transitive prettier dependency (13ec7e9)
sapphiredev/utilities (@sapphire/ts-config)
v5.0.1
🐛 Bug Fixes
- ts-config: Bump transitive typescript dependency (321df01)
📝 Documentation
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.9.0
🩹 Fixes
- eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
- Kirk Waiblinger
- Sheetal Nandi
- Vinccool96
You can read about our versioning strategy and releases on our website.
v7.8.0
🩹 Fixes
-
eslint-plugin: [no-unsafe-argument] handle tagged templates
-
eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check
-
eslint-plugin: [consistent-type-assertions] handle tagged templates
-
eslint-plugin: [no-unsafe-return] handle union types
-
eslint-plugin: [no-unused-vars] clear error report range
❤️ Thank You
- auvred
- Josh Goldberg ✨
- jsfm01
- Kim Sang Du
- YeonJuan
You can read about our versioning strategy and releases on our website.
v7.7.1
🩹 Fixes
-
eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment
-
eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type
-
eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullish -
eslint-plugin: [no-for-in-array] refine report location
-
eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type
❤️ Thank You
- Abraham Guo
- Kirk Waiblinger
- YeonJuan
You can read about our versioning strategy and releases on our website.
v7.7.0
🚀 Features
- eslint-plugin: replace
no-new-symbolwithno-new-native-nonconstructor
❤️ Thank You
- Dave
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v7.6.0
🚀 Features
- bump npm dependency ranges
❤️ Thank You
- Abraham Guo
- auvred
- Brad Zacher
You can read about our versioning strategy and releases on our website.
v7.5.0
🩹 Fixes
-
eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression
-
eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option
❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
You can read about our versioning strategy and releases on our website.
v7.4.0
🚀 Features
-
eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
-
eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates
-
eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error
🩹 Fixes
-
eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive
-
eslint-plugin: [prefer-optional-chain] properly disambiguate between
booleanandfalse -
eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside
❤️ Thank You
- Abraham Guo
- Brad Zacher
- Josh Goldberg ✨
- Kim Sang Du
- Kirk Waiblinger
- Marco Pasqualetti
- YeonJuan
You can read about our versioning strategy and releases on our website.
v7.3.1
🩹 Fixes
- eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v7.3.0
🚀 Features
-
eslint-plugin: [restrict-template-expressions] add
allowArrayoption -
eslint-plugin: add meta.docs.recommended setting for strict config options
-
eslint-plugin: add rule
use-unknown-in-catch-callback-variables -
eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection
🩹 Fixes
-
correct
engines.nodeconstraints inpackage.json -
eslint-plugin: [unbound-method] check method definition in object literal using longhand form
-
eslint-plugin: [consistent-type-imports] handle imports without specifiers
-
eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant
-
eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum
-
eslint-plugin: [no-unused-expressions] false negatives when using assertions
-
eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments
-
eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option
-
eslint-plugin: [class-literal-property-style] ignore property assigned in constructor
-
eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations
❤️ Thank You
- Abraham Guo
- Alexu
- Arka Pratim Chaudhuri
- auvred
- Derrick Isaacson
- fnx
- Josh Goldberg ✨
- Kirk Waiblinger
- Marta Cardoso
- Michaël De Boey
- Tristan Rasmussen
- YeonJuan
You can read about our versioning strategy and releases on our website.
v7.2.0
🚀 Features
-
support TS 5.4
-
eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option
🩹 Fixes
-
eslint-plugin: expose *-type-checked-only configs for extension
-
eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group
-
eslint-plugin: [no-var-requires, no-require-imports] support template literal
-
eslint-plugin: [no-useless-template-literals] detect TemplateLiteral
-
eslint-plugin: [no-unnecessary-condition] handle union array and tuple type
-
eslint-plugin: [prefer-find] support ternary branches in prefer-find
❤️ Thank You
- Arka Pratim Chaudhuri
- auvred
- Chris Plummer
- Fotis Papadogeorgopoulos
- Josh Goldberg ✨
- Kirk Waiblinger
- Wayne Zhang
- YeonJuan
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.9.0
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.
v7.8.0
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.
v7.7.1
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.
v7.7.0
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.
v7.6.0
🚀 Features
- bump npm dependency ranges
❤️ Thank You
- Abraham Guo
- auvred
- Brad Zacher
You can read about our versioning strategy and releases on our website.
v7.5.0
🩹 Fixes
- parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
You can read about our versioning strategy and releases on our website.
v7.4.0
v7.3.1
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.
v7.3.0
🩹 Fixes
- correct
engines.nodeconstraints inpackage.json
❤️ Thank You
- Abraham Guo
- Alexu
- Arka Pratim Chaudhuri
- auvred
- Derrick Isaacson
- fnx
- Josh Goldberg ✨
- Kirk Waiblinger
- Marta Cardoso
- Michaël De Boey
- Tristan Rasmussen
- YeonJuan
You can read about our versioning strategy and releases on our website.
v7.2.0
🚀 Features
- support TS 5.4
❤️ Thank You
- Arka Pratim Chaudhuri
- auvred
- Chris Plummer
- Fotis Papadogeorgopoulos
- Josh Goldberg ✨
- Kirk Waiblinger
- Wayne Zhang
- YeonJuan
You can read about our versioning strategy and releases on our website.
nodejs/node (node)
v20.13.1: 2024-05-09, Version 20.13.1 'Iron' (LTS), @marco-ippolito
2024-05-09, Version 20.13.1 'Iron' (LTS), @marco-ippolito
Revert "tools: install npm PowerShell scripts on Windows"
Due to a regression in the npm installation on Windows, this commit reverts the change that installed npm PowerShell scripts on Windows.
Commits
- [
b7d80802cc] - Revert "tools: install npm PowerShell scripts on Windows" (marco-ippolito) #52897
v20.13.0
v20.12.2: 2024-04-10, Version 20.12.2 'Iron' (LTS), @RafaelGSS
This is a security release.
Notable Changes
- CVE-2024-27980 - Command injection via args parameter of
child_process.spawnwithout shell option enabled on Windows
Commits
- [
69ffc6d50d] - src: disallow direct .bat and .cmd file spawning (Ben Noordhuis) nodejs-private/node-private#563
v20.12.1
v20.12.0
TypeStrong/TypeDoc (typedoc)
v0.25.13
Features
- Added
gitRevision:shortplaceholder option to--sourceLinkTemplateoption, #2529. Links generated by TypeDoc will now default to using the non-short git revision. - Moved "Generated by TypeDoc" footer into a
<footer>tag, addedfooter.beginandfooter.endrender hooks for use by custom plugins, #2532.
Bug Fixes
- Fixed conversion of
NoInfermissing type parameter reference, #2539. - Linking to a member on a page no longer incorrectly claims that "This member is normally hidden due to your filter settings" for every member.
Thanks!
Microsoft/TypeScript (typescript)
v5.4.5: TypeScript 5.4.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
- fixed issues query for Typescript 5.4.5 (Stable).
Downloads are available on:
v5.4.4: TypeScript 5.4.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
Downloads are available on:
v5.4.3: TypeScript 5.4.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
Downloads are available on:
Configuration
📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.