Skip to content

Update all non-major dependencies#11

Merged
killbasa merged 1 commit intomainfrom
renovate/all-minor-patch
May 8, 2023
Merged

Update all non-major dependencies#11
killbasa merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@sapphire/discord.js-utilities (source) 6.0.5 -> 6.1.0 age adoption passing confidence dependencies minor
@sapphire/eslint-config (source) 4.4.1 -> 4.4.2 age adoption passing confidence devDependencies patch
@sapphire/framework (source) 4.4.0 -> 4.4.3 age adoption passing confidence devDependencies patch
@types/node (source) 18.15.11 -> 18.16.5 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin 5.58.0 -> 5.59.2 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.58.0 -> 5.59.2 age adoption passing confidence devDependencies minor
@vitest/coverage-c8 (source) ^0.30.1 -> ^0.31.0 age adoption passing confidence devDependencies minor
discord-api-types (source) 0.37.38 -> 0.37.42 age adoption passing confidence devDependencies patch
discord.js (source) 14.9.0 -> 14.11.0 age adoption passing confidence devDependencies minor
eslint (source) 8.38.0 -> 8.40.0 age adoption passing confidence devDependencies minor
lint-staged 13.2.1 -> 13.2.2 age adoption passing confidence devDependencies patch
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence devDependencies patch
thedoctor0/zip-release 0.6.2 -> 0.7.1 age adoption passing confidence action minor
turbo (source) 1.9.1 -> 1.9.3 age adoption passing confidence devDependencies patch
typedoc (source) 0.24.4 -> 0.24.7 age adoption passing confidence devDependencies patch
vitest ^0.30.1 -> ^0.31.0 age adoption passing confidence devDependencies minor
yarn 3.3.1 -> 3.5.1 age adoption passing confidence packageManager minor

Release Notes

sapphiredev/utilities (@​sapphire/discord.js-utilities)

v6.1.0

Compare Source

🚀 Features

  • PaginatedMessage: Add support for all select menus (#​589) (4858486)
  • PaginatedMessage: Add support for per-page actions (#​587) (b917236)
  • PaginatedMessage: Add method to update pages after response (#​584) (db13068)

v6.0.7

Compare Source

🐛 Bug Fixes

  • PaginatedMessage: Only add options and placeholder to the built-in StringSelectMenu (#​575) (49d588b)
  • paginatedmessage: Fix checks for actionIsButtonOrMenu (3f5d500)

📝 Documentation

  • paginatedmessage: Fix examples (c080740)

v6.0.6

Compare Source

🐛 Bug Fixes

  • discord.js-utilities: Add tslib dependency to fix __exportStar not being defined (2f6e4e6)
sapphiredev/utilities (@​sapphire/eslint-config)

v4.4.2

Compare Source

🐛 Bug Fixes

  • eslint-config: Update dependencies (9e508a9)
sapphiredev/framework

v4.4.3

Compare Source

🐛 Bug Fixes

v4.4.2

Compare Source

🐛 Bug Fixes

  • Add missing permission to account for discord-api-types@0.37.40 (8c5ce9d)
  • deps: Update all non-major dependencies (#​631) (d9115d2)

v4.4.1

Compare Source

🐛 Bug Fixes

📝 Documentation

  • Add code of conduct to the repo (f4a9897)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.59.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.1

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#​6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#​6940) (2970861)

v5.59.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] allow nullish coalescing for naked type parameter (#​6910) (3e5f858)
Features
  • eslint-plugin: [ban-types] add NonNullable suggestion and allow custom suggestions (#​6876) (ff65235)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.59.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

vitest-dev/vitest

v0.31.0

Compare Source

   🚨 Breaking Changes
  • Update mock implementation to support ESM runtime, introduce "vi.hoisted"  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3258 (0c09a)

    • Bypass ESM import order restriction with vi.hoisted to run code before imports are executed:
    vi.hoisted(() => vi.setSystemTime(new Date(2022, 1, 1)))

    You can also use it to pass variables to vi.mock:

    const { mockedMethod } = vi.hoisted(() => {
      return { mockedMethod: vi.fn() }
    })   
    vi.mocked('./path/to/module.js', () => {
      return { originalMethod: mockedMethod }
    })
  • Move assertion declarations to expect package  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3294 (cf3af)

    • The change should be minor:
    - declare namespace Vi {
    + declare module 'vitest' {
       interface Assertion<T = any> extends CustomMatchers<T> {}
       interface AsymmetricMatchersContaining extends CustomMatchers {}
    }
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
discordjs/discord-api-types

v0.37.42

Compare Source

Bug Fixes
  • allow sending empty choices with autocomplete: true (#​762) (0e6b19d)

v0.37.41

Compare Source

Bug Fixes
  • GatewayGuildMembersChunkDispatchData: Omit guild_id for presences (#​761) (5079b16)
  • types: move types condition to the front (#​763) (9dce6ed)

v0.37.40

Compare Source

Features

v0.37.39

Compare Source

Bug Fixes
  • RESTPostAPIChannelMessagesThreadsJSONBody: mark auto_archive_duration as optional (ca6a95d)
Features
discordjs/discord.js

v14.11.0

Compare Source

Bug Fixes

Documentation

Features

  • Guild: Safety alerts channel and mention raid protection (#​8959) (6b2c3fb)

Performance

Refactor

Typings

v14.10.2

Compare Source

Bug Fixes

v14.10.1

Compare Source

Bug Fixes

  • Client: Spelling of InvalidScopesWithPermissions (ac9bf3a)

Refactor

v14.10.0

Compare Source

Bug Fixes

Documentation

Features

Performance

  • RoleManager: Dont call Role#position getter twice per role (#​9352) (bfee6c8)

Refactor

Typings

  • AutoModerationActionMetadataOptions: Make channel property optional (#​9460) (d26df5f)
  • CategoryChannel: Ensure parent and parentId are null (#​9327) (8218ffc)
  • GuildTextBasedChannel: Remove unnecessary exclusion of forum channels (#​9326) (7ff3d52)
eslint/eslint

v8.40.0

Compare Source

Features

  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#​17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#​17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context (#​17107) (Nitin Kumar)
  • 1468f5b feat: add physicalFilename property to the rule context (#​17111) (Nitin Kumar)
  • 0df4d4f feat: add cwd to rule context (#​17106) (Nitin Kumar)
  • 52018f2 feat: add filename property to the rule context (#​17108) (Nitin Kumar)
  • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#​17105) (Nitin Kumar)

Bug Fixes

  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#​17151) (Nicholas C. Zakas)

Documentation

  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#​17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#​17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#​17110) (唯然)

Chores

v8.39.0

Compare Source

Features

  • 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#​17086) (Nicholas C. Zakas)

Documentation

  • 6987dc5 docs: Fix formatting in Custom Rules docs (#​17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • d8e9887 docs: Custom Rules cleanup/expansion (#​16906) (Ben Perlmutter)
  • 1fea279 docs: Clarify how to add to tsc agenda (#​17084) (Nicholas C. Zakas)
  • 970ef1c docs: Update triage board location (Nicholas C. Zakas)
  • 6d8bffd docs: Update README (GitHub Actions Bot)

Chores

okonet/lint-staged

v13.2.2

Compare Source

Bug Fixes
prettier/prettier

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.

thedoctor0/zip-release

v0.7.1

Compare Source

  • Allow tar.gz usage as type for the convenience in job matrix (#​38)

v0.7.0

Compare Source

  • Add support for custom command parameters (see custom parameter)

v0.6.3

Compare Source

  • Handle multiple exclusions with tar (#​33)
vercel/turbo

v1.9.3: Turborepo v1.9.3

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v1.9.2...v1.9.3

v1.9.2: Turborepo v1.9.2

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v1.9.1...v1.9.2

TypeStrong/TypeDoc

v0.24.7

Compare Source

Features
  • TypeDoc will now allow conversion without any entry points to support "readme only" packages, #​2264.
Bug Fixes
  • Category children are now sorted according to the sort optio

Configuration

📅 Schedule: Branch creation - "before 10am on Saturday" (UTC), 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.

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

@renovate renovate bot added the dependencies label Jan 7, 2023
@renovate renovate bot changed the title Update dependency discord-api-types to ^0.37.0 Update dependency discord-api-types to ^0.37.0 - autoclosed Jan 8, 2023
@renovate renovate bot closed this Jan 8, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch January 8, 2023 23:20
@renovate renovate bot changed the title Update dependency discord-api-types to ^0.37.0 - autoclosed Update dependency discord-api-types to ^0.37.0 Jan 9, 2023
@renovate renovate bot reopened this Jan 9, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch January 9, 2023 17:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 45ae5da to 4a673d4 Compare January 9, 2023 20:54
@renovate renovate bot changed the title Update dependency discord-api-types to ^0.37.0 Update all non-major dependencies to ^0.27.0 Jan 9, 2023
@renovate renovate bot changed the title Update all non-major dependencies to ^0.27.0 Update all non-major dependencies Jan 12, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from edaf352 to 4e4e379 Compare January 14, 2023 04:24
@renovate renovate bot changed the title Update all non-major dependencies Update thedoctor0/zip-release action to v0.7.0 Jan 14, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b43e709 to ecedf56 Compare January 19, 2023 00:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ecedf56 to 2142b29 Compare January 23, 2023 10:02
@renovate renovate bot changed the title Update thedoctor0/zip-release action to v0.7.0 Update all non-major dependencies Jan 23, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3e9ce93 to 3e37ba2 Compare February 1, 2023 16:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c7e315a to ff2c39c Compare March 2, 2023 12:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f48bdba to 8eee7e0 Compare March 18, 2023 17:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 00605a0 to 51e435e Compare April 9, 2023 15:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 79f61a3 to 2a22dc1 Compare April 17, 2023 00:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from f05912d to c4422ad Compare April 24, 2023 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant