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

fix(deps): update all non-major dependencies #266

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
discord.js (source) 14.9.0 -> 14.14.1 age adoption passing confidence
dotenv 16.0.3 -> 16.4.5 age adoption passing confidence
enmap (source) 5.9.5 -> 5.9.10 age adoption passing confidence
eslint (source) 8.37.0 -> 8.57.0 age adoption passing confidence
eslint-config-prettier 8.8.0 -> 8.10.0 age adoption passing confidence
eslint-plugin-import 2.27.5 -> 2.29.1 age adoption passing confidence
lint-staged 13.2.0 -> 13.3.0 age adoption passing confidence
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence

Release Notes

discordjs/discord.js (discord.js)

v14.14.1

Compare Source

Bug Fixes

Documentation

Refactor

Typings

v14.14.0

Compare Source

Bug Fixes

  • Client: Ensure destroyed connections are not ready (#​9942) (b5e23ec)
  • Webhook: Do not call client.deleteWebhook in delete (#​9786) (31d914e)
  • GuildManager#fetch: Inject shard id (#​9921) (85753a9)
  • Prevent 'undefined' debug message on intentional shard closure (#​9846) (0e0b85b)
  • Role: Calculate position correctly when rawPositions are equal (#​9871) (0529b2a)
  • GuildScheduledEvent: Use if...else pattern and handle partials (#​9802) (32d614c)

Documentation

Features

Refactor

Typings

v14.13.0

Compare Source

Bug Fixes

Documentation

Features

Typings

v14.12.1

Compare Source

Bug Fixes

v14.12.0

Compare Source

Bug Fixes

Documentation

Features

Performance

Refactor

  • User: Remove deprecation warning from tag (#​9660) (cf8012c)
  • GuildMember: Make _roles property non-enumerable (#​9387) (46167a7)
  • rest: Switch api to fetch-like and provide strategies (#​9416) (cdaa0a3)
    • BREAKING CHANGE: NodeJS v18+ is required when using node due to the use of global fetch
    • BREAKING CHANGE: The raw method of REST now returns a web compatible Respone object.
    • BREAKING CHANGE: The parseResponse utility method has been updated to operate on a web compatible Response object.
    • BREAKING CHANGE: Many underlying internals have changed, some of which were exported.
    • BREAKING CHANGE: DefaultRestOptions used to contain a default agent, which is now set to null instead.

Typings

  • MessageManager: Allow comparison of messages again (#​9612) (a48d0ef)
  • AutoModerationActionExecution: Add forum channels as a possible type in channel() (#​9623) (d64330a)
  • ModalSubmitFields: Components is an array (#​9406) (1cab79f)
  • Use readonly arrays and const type parameters in places (#​9641) (cd69868)
  • BaseInteraction: appPermissions not null in guilds (#​9601) (6c2242f)

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)
motdotla/dotenv (dotenv)

v16.4.5

Compare Source

Changed
  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

v16.4.4

Compare Source

Changed
  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #​812

v16.4.3

Compare Source

Changed
  • Fixed processing of multiple files in options.path #​805

v16.4.2

Compare Source

Changed

v16.4.1

Compare Source

  • Patch support for array as path option #​797

v16.4.0

Compare Source

  • Add error.code to error messages around .env.vault decryption handling #​795
  • Add ability to find .env.vault file when filename(s) passed as an array #​784

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793

v16.3.1

Compare Source

Added
  • Add missing type definitions for processEnv and DOTENV_KEY options. #​756

v16.3.0

Compare Source

Added
  • Optionally pass DOTENV_KEY to options rather than relying on process.env.DOTENV_KEY. Defaults to process.env.DOTENV_KEY #​754

v16.2.0

Compare Source

Added
  • Optionally write to your own target object rather than process.env. Defaults to process.env. #​753
  • Add import type URL to types file #​751

v16.1.4

Compare Source

Added
  • Added .github/ to .npmignore #​747

v16.1.3

Compare Source

Removed
  • Removed browser keys for path, os, and crypto in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for path, os, and crypto. node-polyfill-webpack-plugin provides these.

v16.1.2

Compare Source

Changed
  • Exposed private function _configDotenv as configDotenv. #​744

v16.1.1

Compare Source

Added
  • Added type definition for decrypt function
Changed
  • Fixed {crypto: false} in packageJson.browser

v16.1.0

Compare Source

Added
  • Add populate convenience method #​733
  • Accept URL as path option #​720
  • Add dotenv to npm fund command
  • Spanish language README #​698
  • Add .env.vault support. 🎉 (#​730)

ℹ️ .env.vault extends the .env file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read more

Changed
  • Fixed "cannot resolve 'fs'" error on tools like Replit #​693
eslachance/enmap (enmap)

v5.9.10

Compare Source

v5.9.9

Compare Source

v5.9.8

Compare Source

v5.9.7

Compare Source

v5.9.6

Compare Source

eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores


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.

👻 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 requested a review from Chicken as a code owner April 13, 2023 21:44
@renovate renovate bot changed the title chore(deps-dev): update all non-major dependencies chore(deps-dev): update all non-major dependencies - autoclosed Apr 18, 2023
@renovate renovate bot closed this Apr 18, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch April 18, 2023 17:27
@renovate renovate bot changed the title chore(deps-dev): update all non-major dependencies - autoclosed chore(deps-dev): update all non-major dependencies Apr 18, 2023
@renovate renovate bot reopened this Apr 18, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch April 18, 2023 21:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f5047e2 to 521961b Compare April 26, 2023 13:56
@renovate renovate bot changed the title chore(deps-dev): update all non-major dependencies fix(deps): update all non-major dependencies May 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 35bc73d to 82cdb6a Compare May 6, 2023 12:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 82cdb6a to 980c08d Compare May 19, 2023 22:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 91405bb to 5846c3f Compare June 3, 2023 00:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5846c3f to 7b481da Compare June 4, 2023 19:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 71624ca to 202db68 Compare June 17, 2023 19:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 202db68 to cfa517a Compare June 28, 2023 07:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2403030 to 6339aeb Compare August 3, 2023 08:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9744afb to eedd70f Compare August 17, 2023 22:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eedd70f to 13a3671 Compare August 18, 2023 23:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 13a3671 to c4f2968 Compare August 25, 2023 23:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9090848 to a86fc4b Compare October 6, 2023 21:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1c9be62 to f9a8d51 Compare October 23, 2023 07:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2abe3fc to 5997a59 Compare November 17, 2023 22:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2109088 to a153524 Compare December 16, 2023 00:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 78c11a0 to c8d0b1e Compare January 24, 2024 19:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b094ffc to 04ebec2 Compare February 13, 2024 19:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d4b1fd5 to 05164bb Compare February 23, 2024 21:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05164bb to 50d8011 Compare March 21, 2024 05:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 50d8011 to de87c2a Compare March 21, 2024 13:22
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.

None yet

0 participants