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

build(deps): bump the dependencies group with 4 updates #217

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps the dependencies group with 4 updates: i18next, i18next-vue, @playwright/test and autoprefixer.

Updates i18next from 23.4.2 to 23.4.4

Release notes

Sourced from i18next's releases.

v23.4.4

  • types: add customisation of contextSeparator also on v4 t types 2019

v23.4.3

  • types: add customisation of contextSeparator 2017
Changelog

Sourced from i18next's changelog.

23.4.4

  • types: add customisation of contextSeparator also on v4 t types 2019

23.4.3

  • types: add customisation of contextSeparator 2017
Commits

Updates i18next-vue from 2.2.1 to 3.0.0

Release notes

Sourced from i18next-vue's releases.

v3.0.0

Version 3 improves Composition API support and removes some legacy functionality & code.

Migration from v2.x

See the updated documentation for breaking changes, upgrade information and new features.

If you have feedback about the changes, you are welcome to leave a comment on i18next/i18next-vue#16.

v3.0.0-rc.1

Version 3 improves Composition API support and removes some legacy functionality & code.

Migration from v2.x

See https://i18next.github.io/i18next-vue/migration-v3.html for breaking changes, upgrade information and new features.

If you have feedback about the changes, you are welcome to leave a comment on i18next/i18next-vue#16.

Use

To run this version in your code, use

npm install i18next-vue@next

v3.0.0-alpha.1

Feedback welcome for version 3 draft

This is an early draft, how v3 of i18next-vue could look like.

Head over to i18next/i18next-vue#16 for an overview of the (breaking) changes.

Please leave a comment there, if the proposed changes look good to you, or if some of the changed/removed functionality would make an upgrade to v3 hard for you.

To test this version in your code, use

npm install i18next-vue@next

Changes compared to alpha.0

  • restored support for i18nOptions under a new boolean legacyI18nOptionsSupport plugin option
    • support for lng, keyPrefix and namespaces
    • messages remains unsupported
    • support will be dropped in version 4
    • allows converting components incrementally over to useTranslation() with the respective options to get a specific t() function
  • restored namespace loading for $t and useTranslation

v3.0.0-alpha.0

Feedback welcome for version 3 draft

This is a first draft, how v3 of i18next-vue could look like.

... (truncated)

Commits
  • 1578847 release: Prepare 3.0.0 release
  • 4804950 style: Amend Prettier config for Windows
  • 06b912f style: Use Prettier for formatting
  • bedb665 docs: Various README changes
  • 937fea4 test: add test coverage
  • 7a5479e test: add component tests
  • 65d1c14 docs: Link to a modern codesandbox for v3
  • c5b1054 release: Prepare 3.0.0-rc.1 release
  • 3a3cd28 docs: Add an 'upgrade' section to README
  • 6c286b7 fix: Remove unused 'Messages' type
  • Additional commits viewable in compare view

Updates @playwright/test from 1.36.2 to 1.37.0

Release notes

Sourced from @​playwright/test's releases.

v1.37.0

✨ New tool to merge reports

If you run tests on multiple shards, you can now merge all reports in a single HTML report (or any other report) using the new merge-reports CLI tool.

Using merge-reports tool requires the following steps:

  1. Adding a new "blob" reporter to the config when running on CI:

    export default defineConfig({
      testDir: './tests',
      reporter: process.env.CI ? 'blob' : 'html',
    });

    The "blob" reporter will produce ".zip" files that contain all the information about the test run.

  2. Copying all "blob" reports in a single shared location and running npx playwright merge-reports:

    npx playwright merge-reports --reporter html ./all-blob-reports

Read more in our documentation.

📚 Debian 12 Bookworm Support

Playwright now supports Debian 12 Bookworm on both x86_64 and arm64 for Chromium, Firefox and WebKit. Let us know if you encounter any issues!

Linux support looks like this:

Ubuntu 20.04 Ubuntu 22.04 Debian 11 Debian 12
Chromium
WebKit
Firefox

🌈 UI Mode Updates

  • UI Mode now respects project dependencies. You can control which dependencies to respect by checking/unchecking them in a projects list.
  • Console logs from the test are now displayed in the Console tab.

Browser Versions

  • Chromium 116.0.5845.82
  • Mozilla Firefox 115.0

... (truncated)

Commits

Updates autoprefixer from 10.4.14 to 10.4.15

Changelog

Sourced from autoprefixer's changelog.

10.4.15

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> dependency will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> dependency will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 4 updates: [i18next](https://github.com/i18next/i18next), [i18next-vue](https://github.com/i18next/i18next-vue), [@playwright/test](https://github.com/Microsoft/playwright) and [autoprefixer](https://github.com/postcss/autoprefixer).


Updates `i18next` from 23.4.2 to 23.4.4
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.4.2...v23.4.4)

Updates `i18next-vue` from 2.2.1 to 3.0.0
- [Release notes](https://github.com/i18next/i18next-vue/releases)
- [Commits](i18next/i18next-vue@v2.2.1...v3.0.0)

Updates `@playwright/test` from 1.36.2 to 1.37.0
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.36.2...v1.37.0)

Updates `autoprefixer` from 10.4.14 to 10.4.15
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.14...10.4.15)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: i18next-vue
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 14, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@jlucaspains jlucaspains merged commit d7fee4e into main Aug 16, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-011760414d branch August 16, 2023 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant