Skip to content

fix(deps): update dependency midnight-smoker to v8#163

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/midnight-smoker-8.x
Open

fix(deps): update dependency midnight-smoker to v8#163
renovate[bot] wants to merge 1 commit intomainfrom
renovate/midnight-smoker-8.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 17, 2023

This PR contains the following updates:

Package Change Age Confidence
midnight-smoker (source) 2.0.18.0.0 age confidence

Release Notes

boneskull/midnight-smoker (midnight-smoker)

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • Given a boatload of deps are dropping it, We have to drop it too.
Bug Fixes
  • deps: update dependency corepack to v0.21.0 (6f401a4)
  • deps: update dependency corepack to v0.22.0 (c5fea52)
  • deps: update dependency corepack to v0.23.0 (d63576e)
  • deps: update dependency lilconfig to v3 (9c6737f)
  • deps: update dependency zod to v3.22.4 (eea3d68)
  • deps: update dependency zod-validation-error to v2 (b3f5fa8)
  • deps: update dependency zod-validation-error to v2.1.0 (0e16699)
  • midnight-smoker: add overload for normalization to readPackageJson (b4e781f)
  • midnight-smoker: fix missing 'cause' prop on errors (dc3ac8f)
  • midnight-smoker: fix npm9 load() function (3d171ec), closes #​401
  • no-missing-exports: correctly check the 'types' field (eef4876)
  • remove ErrorOptions reference (4282e74)
Miscellaneous Chores

v7.0.4

Compare Source

Bug Fixes
  • deps: update dependency corepack to v0.21.0 (6f401a4)
  • deps: update dependency corepack to v0.21.0 (ea08bbe)
  • deps: update dependency glob to v10.3.10 (8c78972)
  • deps: update dependency zod to v3.22.3 (a9db89a)
  • deps: update dependency zod to v3.22.4 (eea3d68)
  • deps: update dependency zod to v3.22.4 (ab4b075)
  • midnight-smoker: add overload for normalization to readPackageJson (b4e781f)
  • midnight-smoker: fix missing 'cause' prop on errors (dc3ac8f)
  • midnight-smoker: fix npm9 load() function (3d171ec), closes #​401
  • no-missing-exports: correctly check the 'types' field (eef4876)
  • remove ErrorOptions reference (4282e74)

v7.0.3

Compare Source

Bug Fixes
  • deps: update definitelytyped (d66b6d6)
  • deps: update dependency @​types/semver to v7.5.2 (c8bc0a1)
  • deps: update dependency glob to v10.3.5 (33b8869)
  • deps: update dependency glob to v10.3.6 (0d1d95c)
  • deps: update dependency glob to v10.3.7 (166a8c2)
  • deps: update dependency glob to v10.3.9 (71dbefa)

v7.0.2

Compare Source

Bug Fixes
  • deps: update dependency glob to v10.3.4 (fd3a8af)

v7.0.1

Compare Source

Bug Fixes
  • errors: better error output (51b0002)
  • verbose: fix verbose mode (4afd125)

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • The Smoker class can no longer be instantiated directly; use Smoker.init(). The verbose option will now cause a fatal error to throw its exception to the terminal. Rule configuration is now severity string, rule-specific options, or a tuple of [rule-specifc options, severity string]. It can no longer be [rule-specific options nor [severity string]. The config file schema has changed to reflect this. Type SmokeOptions removed and is now the same type as SmokerOptions.
Features
  • rules: no-missing-pkg-files checks "unpkg" and "module" fields by default (6df6087)
Bug Fixes
Miscellaneous Chores
  • consolidate option parsing (faf6a91)

v6.1.1

Compare Source

Bug Fixes
  • rules: no-banned-files ignores node_modules (4eb6e5d), closes #​330
  • rules: no-missing-exports supports arrays (6dc69c2)

v6.1.0

Compare Source

Features
  • rules: no-missing-pkg-files checks browser and types fields (2beb84f), closes #​304

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • midnight-smoker now runs a small suite of automated checks by default.
Features
Bug Fixes
  • deps: update dependency zod to v3.22.2 (4926a4e)

v5.1.0

Compare Source

Features
Bug Fixes
  • yarn: fix workspace-related problems (8a35799)

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • This package now requires a minimum Node.js of v16.20.0.
Bug Fixes

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • package-managers: The following CLI options have been removed:
    • --npm: replaced by --pm functionality; provide a version, not a path
    • --install-args: may be re-added later, but package managers accept different args, so this became a problem
    • --dir, --clean, and --force: package managers each have their own temp dir and we cannot share a dir between them
  • package-managers: add ability to run tests against multiple arbitrary package managers
Features
  • package-managers: add ability to run tests against multiple arbitrary package managers (ad94ad4)
  • package-managers: add datafiles and generation script (42d2d7e)
  • package-managers: add package manager support (16b391e)

v3.1.0

Compare Source

Features
Bug Fixes

v3.0.4

Compare Source

Bug Fixes
  • ci: force default registry (1dcac87)

v3.0.3

Compare Source

Bug Fixes
  • ci: skip npm upgrade step on release if no release (41760a9)

v3.0.2

Compare Source

Bug Fixes
  • ci: fix broken node version in release action (bb13b59)

v3.0.1

Compare Source

Bug Fixes
  • ci: add missing step id (0c721ff)

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • npm v9 changes --global-style to --install-strategy=shallow. so now we need to retain the version that we found when running which npm, and change the shell command accordingly. Note that even passing a custom path to npm will cause it to be executed so that we can verify the version. This also modifies the FIND_NPM_OK event to return an NpmInfo object containing props path and version, instead of just the string path.
  • This drops official support for Node.js v14.x, which is now at end-of-life.
Bug Fixes
  • suppress warning when using npm v9 (a325ad4)
Miscellaneous Chores
  • drop Node.js v14.x support (03f81be)

v2.0.4

Compare Source

Bug Fixes
  • deps: update dependency which to v3.0.1 (8b4b0f1)
  • deps: update dependency yargs to v17.7.2 (b4b86f8)

v2.0.3

Compare Source

Bug Fixes
  • windows: fix windows for real, hopefully (7f7746c)

v2.0.2

Compare Source

Bug Fixes
  • attempt to make it work in windows (11bc003)
  • deps: update dependency yargs to v17.7.0 (1e7a964)
  • deps: update dependency yargs to v17.7.1 (5bae5e5)

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 force-pushed the renovate/midnight-smoker-8.x branch from 249919c to b75b517 Compare December 30, 2023 07:27
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch 4 times, most recently from 4c226c7 to 8f5633b Compare January 14, 2024 09:02
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch 4 times, most recently from ffd4c12 to 60ca745 Compare January 17, 2024 16:15
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch from 60ca745 to b851eac Compare January 24, 2024 11:35
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch 8 times, most recently from 07c4083 to 1e8388e Compare September 27, 2024 19:19
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch 2 times, most recently from 23de7d9 to ef0dad2 Compare October 9, 2024 04:28
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch 5 times, most recently from 7e652ba to 9bba43f Compare October 23, 2024 19:19
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch 2 times, most recently from f19b498 to 903f45d Compare October 29, 2024 00:38
@renovate renovate Bot changed the title fix(deps): update dependency midnight-smoker to v8 fix(deps): update dependency midnight-smoker to v8 - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate renovate Bot deleted the renovate/midnight-smoker-8.x branch December 8, 2024 18:25
@renovate renovate Bot changed the title fix(deps): update dependency midnight-smoker to v8 - autoclosed fix(deps): update dependency midnight-smoker to v8 Dec 9, 2024
@renovate renovate Bot reopened this Dec 9, 2024
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch 2 times, most recently from 903f45d to 7b88ee7 Compare December 9, 2024 15:56
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch 3 times, most recently from b482a92 to efdb047 Compare May 11, 2025 06:56
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch 5 times, most recently from 957d03f to c7204e8 Compare August 12, 2025 11:50
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch from c7204e8 to e25e544 Compare August 19, 2025 13:35
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch from e25e544 to 901f12a Compare September 6, 2025 21:06
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch from 901f12a to 269940c Compare September 25, 2025 16:54
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch 4 times, most recently from 53f602f to 23607af Compare October 14, 2025 21:31
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch from 23607af to c65202e Compare October 21, 2025 11:09
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch from c65202e to 8c0919e Compare November 10, 2025 18:03
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch 2 times, most recently from 936f892 to eff729f Compare November 21, 2025 01:00
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch from eff729f to d2902c7 Compare January 19, 2026 17:50
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch from d2902c7 to e4f3e25 Compare February 2, 2026 20:42
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch from e4f3e25 to 50768b7 Compare February 12, 2026 10:57
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch from 50768b7 to ea7f533 Compare March 13, 2026 17:44
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch from ea7f533 to e699633 Compare March 27, 2026 12:38
@renovate renovate Bot force-pushed the renovate/midnight-smoker-8.x branch from e699633 to 092c33e Compare April 29, 2026 19:00
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