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-dev): update development dependencies #1004

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@arethetypeswrong/cli (source) 0.15.4 -> 0.16.2 age adoption passing confidence devDependencies minor
@microsoft/api-documenter (source) 7.25.12 -> 7.25.14 age adoption passing confidence devDependencies patch
@microsoft/api-extractor (source) 7.47.7 -> 7.47.9 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.4.0 -> 8.5.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.4.0 -> 8.5.0 age adoption passing confidence devDependencies minor
bufbuild/buf-setup-action v1.40.1 -> v1.41.0 age adoption passing confidence action minor
pnpm (source) 9.9.0 -> 9.10.0 age adoption passing confidence packageManager minor
pnpm (source) 9.9.0 -> 9.10.0 age adoption passing confidence engines minor
tsx (source) 4.19.0 -> 4.19.1 age adoption passing confidence devDependencies patch
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence devDependencies minor
vitest (source) 2.0.5 -> 2.1.0 age adoption passing confidence devDependencies minor 2.1.1

Release Notes

arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.16.2

Patch Changes

v0.16.1

Patch Changes
  • 5ee6f29: Update README with new problem kind

v0.16.0

Compare Source

Minor Changes
Patch Changes
microsoft/rushstack (@​microsoft/api-documenter)

v7.25.14

Compare Source

Fri, 13 Sep 2024 00:11:42 GMT

Version update only

v7.25.13

Compare Source

Tue, 10 Sep 2024 20:08:11 GMT

Version update only

microsoft/rushstack (@​microsoft/api-extractor)

v7.47.9

Compare Source

Fri, 13 Sep 2024 00:11:42 GMT

Version update only

v7.47.8

Compare Source

Tue, 10 Sep 2024 20:08:11 GMT

Version update only

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

v8.5.0

Compare Source

🚀 Features
  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `

  • eslint-plugin: [no-unsafe-argument] differentiate error types

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer

  • eslint-plugin: [no-misused-promises] handle static method

  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis

  • eslint-plugin: [consistent-type-assertions] access parser services lazily

❤️ Thank You
  • f44da95
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

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

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

v8.5.0

Compare Source

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

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

bufbuild/buf-setup-action (bufbuild/buf-setup-action)

v1.41.0

Compare Source

Release v1.41.0

pnpm/pnpm (pnpm)

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

privatenumber/tsx (tsx)

v4.19.1

Compare Source

microsoft/TypeScript (typescript)

v5.6.2

Compare Source

vitest-dev/vitest (vitest)

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from haines September 16, 2024 00:15
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/development-dependencies branch from d68b729 to 71c83c6 Compare September 16, 2024 08:03
Copy link
Contributor Author

renovate bot commented Sep 16, 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.

@haines haines enabled auto-merge (squash) September 16, 2024 09:25
@haines haines merged commit ab28567 into main Sep 16, 2024
41 checks passed
@haines haines deleted the renovate/development-dependencies branch September 16, 2024 09:27
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