Skip to content
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

chore(deps): update all dependencies #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 20.14.2 -> 20.17.9 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 7.13.0 -> 7.18.1-alpha.3 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.13.0 -> 7.18.1-alpha.3 age adoption passing confidence devDependencies minor
cheerio (source) 1.0.0-rc.12 -> 1.0.0 age adoption passing confidence dependencies patch
cron 3.1.7 -> 3.2.1 age adoption passing confidence dependencies minor
discord.js (source) 14.15.3 -> 14.16.3 age adoption passing confidence dependencies minor
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence devDependencies patch
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence devDependencies patch
eslint-import-resolver-typescript 3.6.1 -> 3.7.0 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence devDependencies minor
eslint-plugin-simple-import-sort 12.1.0 -> 12.1.1 age adoption passing confidence devDependencies patch
eslint-plugin-sonarjs (source) 1.0.3 -> 1.0.4 age adoption passing confidence devDependencies patch
nanoid 5.0.7 -> 5.0.9 age adoption passing confidence dependencies patch
node (source) 22.3.0 -> 22.12.0 age adoption passing confidence minor
node (source) 22.3.0 -> 22.12.0 age adoption passing confidence engines minor
node 22.3.0-alpine -> 22.12.0-alpine age adoption passing confidence final minor
node 22.3.0-alpine -> 22.12.0-alpine age adoption passing confidence stage minor
npm-run-all2 6.2.0 -> 6.2.6 age adoption passing confidence devDependencies patch
open-graph-scraper 6.5.2 -> 6.8.3 age adoption passing confidence dependencies minor
pnpm (source) 9.3.0 -> 9.14.4 age adoption passing confidence packageManager minor
prettier (source) 3.3.2 -> 3.4.1 age adoption passing confidence devDependencies minor
redis 7.2.5-alpine -> 7.4.1-alpine age adoption passing confidence minor
tsup (source) 8.1.0 -> 8.3.5 age adoption passing confidence devDependencies minor
type-fest 4.20.0 -> 4.30.0 age adoption passing confidence devDependencies minor
typescript (source) 5.4.5 -> 5.7.2 age adoption passing confidence devDependencies minor

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.18.1-alpha.3

Compare Source

v7.18.1-alpha.2

Compare Source

v7.18.1-alpha.1

Compare Source

v7.18.1-alpha.0

Compare Source

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

You can read about our versioning strategy and releases on our website.

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

You can read about our versioning strategy and releases on our website.

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v7.15.0

Compare Source

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

You can read about our versioning strategy and releases on our website.

v7.14.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You
  • Jake Bailey

You can read about our versioning strategy and releases on our website.

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
🩹 Fixes
  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

You can read about our versioning strategy and releases on our website.

v7.13.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You
  • Kirk Waiblinger
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.18.1-alpha.3

Compare Source

v7.18.1-alpha.2

Compare Source

v7.18.1-alpha.1

Compare Source

v7.18.1-alpha.0

Compare Source

v7.18.0

Compare Source

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.17.0

Compare Source

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.16.1

Compare Source

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.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v7.15.0

Compare Source

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.14.1

Compare Source

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.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

You can read about our versioning strategy and releases on our website.

v7.13.1

Compare Source

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.

cheeriojs/cheerio (cheerio)

v1.0.0

Compare Source

Cheerio 1.0 is here! 🎉

Announcement Blog Post

Breaking Changes

New Features

Fixes

Other

Full Changelog: cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0

kelektiv/node-cron (cron)

v3.2.1

Compare Source

🛠 Builds

v3.2.0

Compare Source

✨ Features
⚙️ Continuous Integrations
♻️ Chores

v3.1.9

Compare Source

🛠 Builds
  • typescript: add missing "types" property to package.json (#​908) (1953c97)
📚 Documentation
  • Add .nvmrc with recommended Node version for development (#​904) (91848e9)
⚙️ Continuous Integrations
  • action: update github/codeql-action action to v3.27.0 (#​866) (a6dd871)
  • action: update ossf/scorecard-action action to v2.4.0 (#​883) (e0880a1)
♻️ Chores

v3.1.8

Compare Source

🛠 Builds
  • deps: update dependency luxon to ~3.5.0 (676045b)
⚙️ Continuous Integrations
  • allow Renovate to auto-merge minor and patch dependency version updates (#​901) (3899b5d)
♻️ Chores

Configuration

📅 Schedule: Branch creation - "on saturday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency type-fest to v4.20.1 chore(deps): update all dependencies Jun 17, 2024
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from d101189 to 0f094ad Compare June 24, 2024 07:10
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 281dce3 to 99eb253 Compare July 1, 2024 18:48
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 2c60a39 to b7a89be Compare July 8, 2024 19:37
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 94fd107 to d78f6be Compare July 15, 2024 20:18
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 06cda1a to 6bb088a Compare July 17, 2024 05:11
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from bbc5b61 to 5309c28 Compare November 15, 2024 08:05
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from fa35c71 to 1192968 Compare November 26, 2024 16:32
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from 7de5b20 to 51cc4f1 Compare December 4, 2024 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants