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

Update dependency upgrades - non-major #579

Merged
merged 5 commits into from
Sep 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.5.4 -> 22.5.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.5.0 -> 8.6.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.5.0 -> 8.6.0 age adoption passing confidence
@typescript-eslint/scope-manager (source) 8.5.0 -> 8.6.0 age adoption passing confidence
@typescript-eslint/utils (source) 8.5.0 -> 8.6.0 age adoption passing confidence
algoliasearch 5.4.1 -> 5.5.2 age adoption passing confidence
execa 9.3.1 -> 9.4.0 age adoption passing confidence

Release Notes

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

v8.6.0

Compare Source

🚀 Features
  • add allow option for restrict-template-expressions

  • type-utils: isNullableType add Void logic

  • eslint-plugin: [no-unnecessary-condition] check switch cases

  • eslint-plugin: [no-misused-promises] check array predicate return

🩹 Fixes
  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice

  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment

  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types

  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

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

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

v8.6.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/scope-manager)

v8.6.0

Compare Source

This was a version bump only for scope-manager to align it with other projects, there were no code changes.

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

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

v8.6.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

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

algolia/algoliasearch-client-javascript (algoliasearch)

v5.5.2

Compare Source

v5.5.1

Compare Source

v5.5.0

Compare Source

v5.4.3

Compare Source

sindresorhus/execa (execa)

v9.4.0

Compare Source


Configuration

📅 Schedule: Branch creation - "after 4pm on thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) September 19, 2024 19:19
Copy link

codesandbox-ci bot commented Sep 19, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link

github-actions bot commented Sep 19, 2024

size-limit report 📦

Path Size
dist/preflight.esm.js 6.4 KB (0%)

Copy link

socket-security bot commented Sep 19, 2024

@karlhorky
Copy link
Member

seems like a module resolution problem with unicorn-magic (transitive dependency, via npm-run-path@6.0.0, via execa in sindresorhus/execa#1156)

maybe instead of investigating, worth instead spending the time migrating from Jest to Vitest

pnpm test -- --ci --maxWorkers=2

> @upleveled/preflight@7.0.9 test /home/runner/work/preflight/preflight
> tsdx test "--ci" "--maxWorkers=2"

ts-jest[versions] (WARN) Version 30.0.0-alpha.6 of jest installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=29.0.0 <30.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions.
ts-jest[config] (WARN) message TS15[10](https://github.com/upleveled/preflight/actions/runs/10947502577/job/30396372717?pr=579#step:13:11)01: If you have issues related to imports, you should consider setting `esModuleInterop` to `true` in your TypeScript configuration file (usually `tsconfig.json`). See https://blogs.msdn.microsoft.com/typescript/2018/01/31/announcing-typescript-2-7/#easier-ecmascript-module-interoperability for more information.
FAIL __tests__/e2e.test.ts
  ● Test suite failed to run

    Cannot find module 'unicorn-magic' from 'node_modules/.pnpm/npm-run-path@6.0.0/node_modules/npm-run-path/index.js'

    Require stack:
      node_modules/.pnpm/npm-run-path@6.0.0/node_modules/npm-run-path/index.js
      node_modules/.pnpm/execa@9.4.0/node_modules/execa/lib/arguments/options.js
      node_modules/.pnpm/execa@9.4.0/node_modules/execa/lib/methods/main-sync.js
      node_modules/.pnpm/execa@9.4.0/node_modules/execa/lib/methods/create.js
      node_modules/.pnpm/execa@9.4.0/node_modules/execa/index.js
      __tests__/e2e.test.ts

      1 | import { beforeAll, expect, test } from '@jest/globals';
    > 2 | import { execa } from 'execa';
        | ^
      3 | import pMap from 'p-map';
      4 |
      5 | const fixturesTempDir = '__tests__/fixtures/__temp';

      at Resolver._throwModNotFoundError (node_modules/.pnpm/jest-resolve@30.0.0-alpha.6/node_modules/jest-resolve/build/index.js:937:[11](https://github.com/upleveled/preflight/actions/runs/10947502577/job/30396372717?pr=579#step:13:12))
      at Object.require (node_modules/.pnpm/npm-run-path@6.0.0/node_modules/npm-run-path/index.js:4:1)
      at Object.require (node_modules/.pnpm/execa@9.4.0/node_modules/execa/lib/arguments/options.js:4:1)
      at Object.require (node_modules/.pnpm/execa@9.4.0/node_modules/execa/lib/methods/main-sync.js:3:1)
      at Object.require (node_modules/.pnpm/execa@9.4.0/node_modules/execa/lib/methods/create.js:4:1)
      at Object.require (node_modules/.pnpm/execa@9.4.0/node_modules/execa/index.js:1:1)
      at Object.<anonymous> (__tests__/e2e.test.ts:2:1)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        2.[15](https://github.com/upleveled/preflight/actions/runs/10947502577/job/30396372717?pr=579#step:13:16)9 s
Ran all test suites.
 ELIFECYCLE  Test failed. See above for more details.
Error: Process completed with exit code 1.

Copy link
Contributor Author

renovate bot commented Sep 19, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@karlhorky karlhorky merged commit f793f28 into main Sep 19, 2024
7 checks passed
@karlhorky karlhorky deleted the renovate/dependency-upgrades-non-major branch September 19, 2024 21:21
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.

1 participant