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 #123

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@actions/core (source) ^1.10.1 -> ^1.11.0 age adoption passing confidence dependencies minor
@commitlint/cli (source) ^19.4.1 -> ^19.5.0 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^19.4.1 -> ^19.5.0 age adoption passing confidence devDependencies minor
@types/node (source) ^22.5.1 -> ^22.7.4 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.2 age adoption passing confidence devDependencies minor
JamesIves/github-pages-deploy-action v4.6.3 -> v4.6.8 age adoption passing confidence action patch
actions/checkout v4.1.7 -> v4.2.0 age adoption passing confidence action minor
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence devDependencies patch
husky ^9.1.5 -> ^9.1.6 age adoption passing confidence devDependencies patch
lint-staged ^15.2.9 -> ^15.2.10 age adoption passing confidence devDependencies patch
tsup (source) ^8.2.4 -> ^8.3.0 age adoption passing confidence devDependencies minor
turbo (source) ^2.1.1 -> ^2.1.3 age adoption passing confidence devDependencies patch
typescript (source) ^5.5.4 -> ^5.6.2 age adoption passing confidence dependencies minor
vitest (source) ^2.0.5 -> ^2.1.2 age adoption passing confidence devDependencies minor
yarn (source) 4.4.1 -> 4.5.0 age adoption passing confidence packageManager minor

Release Notes

actions/toolkit (@​actions/core)

v1.11.0

  • Remove dependency on uuid package #​1824
conventional-changelog/commitlint (@​commitlint/cli)

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/config-conventional

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/config-conventional

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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
JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.6.8

Compare Source

What's Changed

Bug Fixes 🐝
  • fix: 🐛 Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment would fail depending on the types of files moved around by the workflow - #​1694.
  • fix: Resolved a rare deployment error where the action would complain that origin/${branch_name} is not a commit and a branch cannot be created from it. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - #​1689.
Testing 🧪
  • test: 🧪 Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (ie @&#8203;v4). This was done to combat problems raised by #​1697.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.8

v4.6.7

Compare Source

What's Changed

Bug Fixes 🐝
  • fix: resolved an issue where main.js was not found in the v4 major tag.

v4.6.6

Compare Source

What's Changed

Bug Fixes 🐝
  • revert: reverts a prior change that unsets safe directories to prevent dubious ownership, this change will be re-visited later.

v4.6.5

Compare Source

What's Changed

What's Changed

Bug Fixes 🐝
  • fix: resolved an issue where the full working directory was not properly getting added to the safe directory list, preventing deployments in certain circumstances.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.5

v4.6.4

Compare Source

What's Changed
What's Changed
Bug Fixes 🐝
  • fix: resolved an issue where the default config was not being applied to the non-action version of the project.
Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.4

actions/checkout (actions/checkout)

v4.2.0

Compare Source

eslint/eslint (eslint)

v8.57.1

Compare Source

typicode/husky (husky)

v9.1.6

Compare Source

lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes
egoist/tsup (tsup)

v8.3.0

Compare Source

Bug Fixes
Features
vercel/turborepo (turbo)

v2.1.3

Compare Source

v2.1.2

Compare Source

microsoft/TypeScript (typescript)

v5.6.2

Compare Source

yarnpkg/berry (yarn)

v4.5.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (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 added the dependencies label Sep 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 6e90d66 to e254ef0 Compare September 16, 2024 16:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from adf1529 to 09b16f8 Compare September 23, 2024 21:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from b557a66 to 4763fcc Compare September 30, 2024 19:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4763fcc to ae5c6bb Compare October 2, 2024 18:55
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants