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 non-major dependencies #81

Merged
merged 1 commit into from
Aug 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@braintree/sanitize-url 6.0.2 -> 6.0.4 age adoption passing confidence
@types/jest (source) 29.5.1 -> 29.5.3 age adoption passing confidence
@types/node (source) 18.16.14 -> 18.17.5 age adoption passing confidence
discord-api-types (source) 0.37.42 -> 0.37.52 age adoption passing confidence
discord.js (source) 14.11.0 -> 14.12.1 age adoption passing confidence
dotenv 16.0.3 -> 16.3.1 age adoption passing confidence
jest (source) 29.5.0 -> 29.6.2 age adoption passing confidence
jest-mock-extended 3.0.4 -> 3.0.5 age adoption passing confidence
ts-jest (source) 29.1.0 -> 29.1.1 age adoption passing confidence
typescript (source) 5.0.4 -> 5.1.6 age adoption passing confidence

Release Notes

braintree/sanitize-url (@​braintree/sanitize-url)

v6.0.4

Compare Source

  • Add additional null byte sanitization prior to html decoding (#​48)

v6.0.3

Compare Source

  • Add null check to beginning of sanitizeUrl function (#​54)
discordjs/discord-api-types (discord-api-types)

v0.37.52

Compare Source

Bug Fixes
  • RESTPatchAPIChannelJSONBody: available_tags requires name only (#​802) (5261124)

v0.37.51

Compare Source

Bug Fixes

v0.37.50

Compare Source

Features

v0.37.49

Compare Source

Features

v0.37.48

Compare Source

v0.37.47

Compare Source

Features
  • Guild: add join raid and mention raid protection (#​677) (844ad56)

v0.37.46

Compare Source

Features

v0.37.45

Compare Source

v0.37.44

Compare Source

Features

v0.37.43

Compare Source

Features
discordjs/discord.js (discord.js)

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

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
facebook/jest (jest)

v29.6.2

Compare Source

Fixes
  • [jest-circus] Fix snapshot matchers in concurrent tests when nr of tests exceeds maxConcurrency (#​14335)
  • [@jest/core] When running global setup and teardown, do not try to change the message property of the thrown error object when the message property is unwritable (#​14113)
  • [jest-snapshot] Move @types/prettier from dependencies to devDependencies (#​14328)
  • [jest-snapshot] Throw an explicit error if Prettier v3 is used (#​14367)
  • [jest-reporters] Add "skipped" and "todo" symbols to Github Actions Reporter (#​14309)
Chore & Maintenance
  • [@jest/core] Use pluralize from jest-util rather than own internal (#​14322)

v29.6.1

Compare Source

Fixes

v29.6.0

Compare Source

Features
  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#​14139)
  • [jest-cli] Include type definitions to generated config files (#​14078)
  • [jest-snapshot] Support arrays as property matchers (#​14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#​14174)
Fixes
  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#​14110)
  • [jest-config] Handle frozen config object (#​14054)
  • [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#​14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#​14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#​13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#​14007)
  • [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#​14008)
  • [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#​14087)
  • [jest-runtime] Bind jest.isolateModulesAsync to this (#​14083)
  • [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#​14148)
  • [jest-runtime] Guard _isMockFunction access with in (#​14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#​14036)
  • [@jest/transform] Do not instrument .json modules (#​14048)
  • [jest-worker] Restart a shut down worker before sending it a task (#​14015)
Chore & Maintenance
  • [*] Update semver dependency to get vulnerability fix (#​14262)
  • [docs] Updated documentation for the --runTestsByPath CLI command (#​14004)
  • [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#​14056)
  • [docs] Update jest statistics of use and downloads in website Index.
marchaos/jest-mock-extended (jest-mock-extended)

v3.0.5

Compare Source

Fixed Deep Mock perf issue with https://github.com/marchaos/jest-mock-extended/pull/123

kulshekhar/ts-jest (ts-jest)

v29.1.1

Compare Source

Security Fixes
  • bump semver to 7.5.3
Microsoft/TypeScript (typescript)

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


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 review from xvanick1 and mimotej as code owners May 30, 2023 16:50
@github-actions
Copy link

Hello 👋, thank you for opening new PR to OqixTS 💗

Please, wait till somebody will review your PR.

@github-actions github-actions bot added the review-needed New PR that needs to be reviewed label May 30, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 08a4ac1 to 329c6b0 Compare June 1, 2023 19:31
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency @types/node to v18.16.15 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 329c6b0 to f57daf5 Compare June 1, 2023 22:07
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.15 chore(deps): update dependency @types/node to v18.16.16 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f57daf5 to 7d2cacb Compare June 2, 2023 22:46
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.16.16 chore(deps): update all non-major dependencies Jun 5, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from a4259ac to 537dc3a Compare June 11, 2023 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b0ca14d to 4c9b8fc Compare June 23, 2023 18:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e52812c to 6502d05 Compare June 26, 2023 13:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6502d05 to 02a96c4 Compare July 5, 2023 00:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0b7b105 to ab3f790 Compare July 11, 2023 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4163338 to 931fb00 Compare July 17, 2023 18:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9e90518 to 4923f64 Compare July 30, 2023 05:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 5af1f7b to 4afa48c Compare August 8, 2023 02:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b740d7a to 748e42e Compare August 14, 2023 13:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f6e4c03 to aaec255 Compare August 18, 2023 21:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aaec255 to f8bf2dc Compare August 20, 2023 09:46
@mimotej
Copy link
Collaborator

mimotej commented Aug 20, 2023

/lgtm

@mimotej mimotej merged commit d1bca78 into master Aug 20, 2023
4 checks passed
@github-actions github-actions bot added lgtm PR was reviewed and can be merged and removed review-needed New PR that needs to be reviewed labels Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm PR was reviewed and can be merged
Development

Successfully merging this pull request may close these issues.

1 participant