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

Bump the dev-dependencies group with 9 updates #198

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps the dev-dependencies group with 9 updates:

Package From To
eslint 8.49.0 8.50.0
next 13.4.19 13.5.2
sharp 0.32.5 0.32.6
@playwright/test 1.38.0 1.38.1
@types/react 18.2.21 18.2.22
@vercel/node 3.0.5 3.0.6
autoprefixer 10.4.15 10.4.16
eslint-config-next 13.4.19 13.5.2
postcss 8.4.29 8.4.30

Updates eslint from 8.49.0 to 8.50.0

Release notes

Sourced from eslint's releases.

v8.50.0

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

  • f8a8a2d chore: upgrade @​eslint/js@​8.50.0 (#17599) (Milos Djermanovic)
  • 38ada6d chore: package.json update for @​eslint/js release (ESLint Jenkins)
Changelog

Sourced from eslint's changelog.

v8.50.0 - September 22, 2023

  • f8a8a2d chore: upgrade @​eslint/js@​8.50.0 (#17599) (Milos Djermanovic)
  • 38ada6d chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)
  • cc4d26b fix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)
  • 1800537 docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#17576) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#17589) (Francesco Trotta)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#17571) (Yosuke Ota)
  • 20893d4 docs: fix incorrect tag's place (#17575) (Tanuj Kanti)
  • 85a3d9e feat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)
Commits

Updates next from 13.4.19 to 13.5.2

Release notes

Sourced from next's releases.

v13.5.2

Core Changes

  • Remove link to closed discussion: #55596
  • test(turbopack) migrate api tests, few image tests: #55552
  • fix: handle string nodejs signals: #55606
  • Update React from d6dcad6a8 to 2807d781a: #55590
  • Simplified ensure promise handling: #55562
  • chore: bump @vercel/og and satori: #55654
  • Fix header resent when error occured: #55619
  • Add additional cleanup logic for forked process: #55652
  • Polish error icon for error log: #55618
  • Fix importing name multiple times with the named_import transform: #55664

Documentation Changes

  • create-next-app templates: Change bun run dev commands to bun dev: #55603
  • docs: move optimizePackageImports to experimental: #55614
  • fix(docs): internationalization middleware example: #55645

Example Changes

  • fix: examples/with-fauna/package.json to reduce vulnerabilities: #55594
  • fix: examples/with-grafbase/package.json to reduce vulnerabilities: #55593
  • chore(examples): upgrade next-translate dependencies: #55637

Misc Changes

  • chore: run repro validation only on bug reports: #55610
  • Run unit tests in a separate job: #55621
  • Run unit tests in a single job run: #55625

Credits

Huge thanks to @​padmaia, @​mayank1513, @​jakeboone02, @​balazsorban44, @​kwonoj, @​huozhi, @​Yovach, @​ztanner, @​wyattjoh, @​GabenGar, @​timneutkens, and @​shuding for helping!

v13.5.2-canary.2

Core Changes

  • Fix header resent when error occured: #55619
  • Add additional cleanup logic for forked process: #55652
  • Polish error icon for error log: #55618
  • Fix importing name multiple times with the named_import transform: #55664

Credits

Huge thanks to @​huozhi, @​timneutkens, and @​shuding for helping!

v13.5.2-canary.1

Core Changes

... (truncated)

Commits

Updates sharp from 0.32.5 to 0.32.6

Changelog

Sourced from sharp's changelog.

v0.32.6 - 18th September 2023

  • Upgrade to libvips v8.14.5 for upstream bug fixes.

  • Ensure composite tile images are fully decoded (regression in 0.32.0). #3767

  • Ensure withMetadata can add ICC profiles to RGB16 output. #3773

  • Ensure withMetadata does not reduce 16-bit images to 8-bit (regression in 0.32.5). #3773

  • TypeScript: Add definitions for block and unblock. #3799 @​ldrick

Commits

Updates @playwright/test from 1.38.0 to 1.38.1

Release notes

Sourced from @​playwright/test's releases.

v1.38.1

Highlights

microsoft/playwright#27071 - expect(value).toMatchSnapshot() deprecation announcement on V1.38 microsoft/playwright#27072 - [BUG] PWT trace viewer fails to load trace and throws TypeError microsoft/playwright#27073 - [BUG] RangeError: Invalid time value microsoft/playwright#27087 - [REGRESSION]: npx playwright test --list prints all tests twice microsoft/playwright#27113 - [REGRESSION]: No longer able to extend PlaywrightTest.Matchers type for locators and pages microsoft/playwright#27144 - [BUG]can not display trace microsoft/playwright#27163 - [REGRESSION] Single Quote Wrongly Escaped by Locator When Using Unicode Flag microsoft/playwright#27181 - [BUG] evaluate serializing fails at 1.38

Browser Versions

  • Chromium 117.0.5938.62
  • Mozilla Firefox 117.0
  • WebKit 17.0

This version was also tested against the following stable channels:

  • Google Chrome 116
  • Microsoft Edge 116
Commits

Updates @types/react from 18.2.21 to 18.2.22

Commits

Updates @vercel/node from 3.0.5 to 3.0.6

Release notes

Sourced from @​vercel/node's releases.

@​vercel/node@​3.0.6

Patch Changes

  • Use "esbuild" to build package (#10553)

  • Update @vercel/nft to v0.24.1. (#10540)

  • Updated dependencies [decdf27fb]:

    • @​vercel/build-utils@​7.2.1
Changelog

Sourced from @​vercel/node's changelog.

3.0.6

Patch Changes

  • Use "esbuild" to build package (#10553)

  • Update @vercel/nft to v0.24.1. (#10540)

  • Updated dependencies [decdf27fb]:

    • @​vercel/build-utils@​7.2.1
Commits

Updates autoprefixer from 10.4.15 to 10.4.16

Release notes

Sourced from autoprefixer's releases.

10.4.16

Changelog

Sourced from autoprefixer's changelog.

10.4.16

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).
Commits

Updates eslint-config-next from 13.4.19 to 13.5.2

Release notes

Sourced from eslint-config-next's releases.

v13.5.2

Core Changes

  • Remove link to closed discussion: #55596
  • test(turbopack) migrate api tests, few image tests: #55552
  • fix: handle string nodejs signals: #55606
  • Update React from d6dcad6a8 to 2807d781a: #55590
  • Simplified ensure promise handling: #55562
  • chore: bump @vercel/og and satori: #55654
  • Fix header resent when error occured: #55619
  • Add additional cleanup logic for forked process: #55652
  • Polish error icon for error log: #55618
  • Fix importing name multiple times with the named_import transform: #55664

Documentation Changes

  • create-next-app templates: Change bun run dev commands to bun dev: #55603
  • docs: move optimizePackageImports to experimental: #55614
  • fix(docs): internationalization middleware example: #55645

Example Changes

  • fix: examples/with-fauna/package.json to reduce vulnerabilities: #55594
  • fix: examples/with-grafbase/package.json to reduce vulnerabilities: #55593
  • chore(examples): upgrade next-translate dependencies: #55637

Misc Changes

  • chore: run repro validation only on bug reports: #55610
  • Run unit tests in a separate job: #55621
  • Run unit tests in a single job run: #55625

Credits

Huge thanks to @​padmaia, @​mayank1513, @​jakeboone02, @​balazsorban44, @​kwonoj, @​huozhi, @​Yovach, @​ztanner, @​wyattjoh, @​GabenGar, @​timneutkens, and @​shuding for helping!

v13.5.2-canary.2

Core Changes

  • Fix header resent when error occured: #55619
  • Add additional cleanup logic for forked process: #55652
  • Polish error icon for error log: #55618
  • Fix importing name multiple times with the named_import transform: #55664

Credits

Huge thanks to @​huozhi, @​timneutkens, and @​shuding for helping!

v13.5.2-canary.1

Core Changes

... (truncated)

Commits

Updates postcss from 8.4.29 to 8.4.30

Release notes

Sourced from postcss's releases.

8.4.30

Changelog

Sourced from postcss's changelog.

8.4.30

  • Improved source map performance (by Romain Menke).
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> 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> 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 dev-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `8.49.0` | `8.50.0` |
| [next](https://github.com/vercel/next.js) | `13.4.19` | `13.5.2` |
| [sharp](https://github.com/lovell/sharp) | `0.32.5` | `0.32.6` |
| [@playwright/test](https://github.com/Microsoft/playwright) | `1.38.0` | `1.38.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.21` | `18.2.22` |
| [@vercel/node](https://github.com/vercel/vercel/tree/HEAD/packages/node) | `3.0.5` | `3.0.6` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.15` | `10.4.16` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `13.4.19` | `13.5.2` |
| [postcss](https://github.com/postcss/postcss) | `8.4.29` | `8.4.30` |


Updates `eslint` from 8.49.0 to 8.50.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.50.0)

Updates `next` from 13.4.19 to 13.5.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.4.19...v13.5.2)

Updates `sharp` from 0.32.5 to 0.32.6
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.32.5...v0.32.6)

Updates `@playwright/test` from 1.38.0 to 1.38.1
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.38.0...v1.38.1)

Updates `@types/react` from 18.2.21 to 18.2.22
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@vercel/node` from 3.0.5 to 3.0.6
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/[email protected]/packages/node)

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

Updates `eslint-config-next` from 13.4.19 to 13.5.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.5.2/packages/eslint-config-next)

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

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vercel/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2023
@zoul zoul merged commit de8491d into master Sep 25, 2023
4 checks passed
@zoul zoul deleted the dependabot/npm_and_yarn/dev-dependencies-189f240561 branch September 25, 2023 06:53
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
Development

Successfully merging this pull request may close these issues.

1 participant