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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/i18n (source) 8.5.5 -> 8.5.6 age adoption passing confidence
@types/chai (source) 4.3.17 -> 4.3.20 age adoption passing confidence
codeceptjs (source) 3.6.5 -> 3.6.7 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
pnpm (source) 9.12.3+sha256.24235772cc4ac82a62627cd47f834c72667a2ce87799a846ec4e8e555e2d4b8b -> 9.13.2 age adoption passing confidence
vue-i18n (source) 9.14.0 -> 9.14.1 age adoption passing confidence

Release Notes

nuxt-modules/i18n (@​nuxtjs/i18n)

v8.5.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
Codeception/codeceptjs (codeceptjs)

v3.6.7

Compare Source

v3.6.6

Compare Source

❤️ Thanks all to those who contributed to make this release! ❤️

🛩️ Features

Zero-configuration when paired with other helpers like REST, Playwright:

// inside codecept.conf.js
{
  helpers: {
    Playwright: {...},
    SoftExpectHelper: {},
  }
}
// in scenario
I.softExpectEqual('a', 'b')
I.flushSoftAssertions() // Throws an error if any soft assertions have failed. The error message contains all the accumulated failures.

🐛 Bug Fixes

// fix the validation of httpAgent config. we could now pass ca, instead of key/cert.
{
  helpers: {
    REST: {
      endpoint: 'http://site.com/api',
      prettyPrintJson: true,
      httpAgent: {
         ca: fs.readFileSync(__dirname + '/path/to/ca.pem'),
         rejectUnauthorized: false,
         keepAlive: true
      }
    }
  }
}

📖 Documentation

eslint/eslint (eslint)

v8.57.1

Compare Source

pnpm/pnpm (pnpm)

v9.13.2: pnpm 9.13.2

Compare Source

Patch Changes

  • Detection of circular peer dependencies should not crash with aliased dependencies #​8759. Fixes a regression introduced in the previous version.
  • Fix race condition of symlink creations caused by multiple parallel dlx processes.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

Silver Sponsors

Leniolabs_ Vercel
Depot moonrepo
devowl.io Cerbos
vlt Vite

v9.13.1: pnpm 9.13.1

Compare Source

Patch Changes

  • Fixed some edge cases where resolving circular peer dependencies caused a dead lock #​8720.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

Silver Sponsors

Leniolabs_ Vercel
Depot moonrepo
devowl.io Cerbos
vlt Vite

v9.13.0: pnpm 9.13

Compare Source

Minor Changes

  • The self-update now accepts a version specifier to install a specific version of pnpm. E.g.:

    pnpm self-update 9.5.0
    

    or

    pnpm self-update next-10
    

Patch Changes

  • Fix Cannot read properties of undefined (reading 'name') that is printed while trying to render the missing peer dependencies warning message #​8538.

Platinum Sponsors

Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

Silver Sponsors

Leniolabs_ Vercel
Depot moonrepo
devowl.io Cerbos
vlt Vite
intlify/vue-i18n (vue-i18n)

v9.14.1

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v9.14.0...v9.14.1


Configuration

📅 Schedule: Branch creation - "before 3am 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 changed the title chore(deps): update dependency lint-staged to v13.1.0 chore(deps): update frontend non-major dependencies Dec 5, 2022
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch 10 times, most recently from 72bd6ca to c467956 Compare December 9, 2022 00:52
@renovate renovate bot changed the title chore(deps): update frontend non-major dependencies fix(deps): update frontend non-major dependencies Dec 9, 2022
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch 15 times, most recently from 265b77b to fad0447 Compare December 16, 2022 08:20
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch 3 times, most recently from 36aae3a to b47fcb3 Compare December 16, 2022 18:22
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch 3 times, most recently from 9cbd99f to d7d7f35 Compare November 2, 2024 17:06
@renovate renovate bot changed the title fix(deps): update frontend non-major dependencies chore(deps): update frontend non-major dependencies Nov 2, 2024
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch 10 times, most recently from d5962b2 to b3be55d Compare November 9, 2024 13:14
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch 13 times, most recently from b77ff31 to c43e651 Compare November 15, 2024 07:35
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch from c43e651 to b21184c Compare November 17, 2024 19:45
@renovate renovate bot force-pushed the renovate/frontend-minor-patch branch from b21184c to be0853c Compare November 17, 2024 20:35
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