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 web-deps group in /web with 9 updates #1595

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps the web-deps group in /web with 9 updates:

Package Update
@netlify/plugin-nextjs 4.39.0 to 4.39.1
next 13.4.9 to 13.4.10
@types/node 20.4.1 to 20.4.2
@types/react 18.2.14 to 18.2.15
@types/react-dom 18.2.6 to 18.2.7
eslint 8.44.0 to 8.45.0
eslint-config-next 13.4.9 to 13.4.10
postcss 8.4.25 to 8.4.26
tailwindcss 3.3.2 to 3.3.3

Updates @netlify/plugin-nextjs from 4.39.0 to 4.39.1

Release notes

Sourced from @​netlify/plugin-nextjs's releases.

plugin-nextjs: v4.39.1

4.39.1 (2023-07-11)

Bug Fixes

  • use native path matching for prebundled react conditional (#2206) (ba036fb)
Commits
  • e8ad81a chore: release main (#2208)
  • ba036fb fix: use native path matching for prebundled react conditional (#2206)
  • d4f5d93 chore(deps): update dependency @​netlify/build to ^29.15.6 (#2207)
  • 9864890 fix(deps): update dependency swr to v2.2.0 (#2204)
  • d41a120 chore(deps): update dependency @​netlify/build to ^29.15.4 (#2203)
  • b6078e8 chore(deps): update dependency @​netlify/build to ^29.15.3 (#2201)
  • b3d0485 chore(deps): update dependency @​netlify/build to ^29.15.1 (#2200)
  • See full diff in compare view

Updates next from 13.4.9 to 13.4.10

Release notes

Sourced from next's releases.

v13.4.10

Core Changes

  • Fix trailing slash with locale domain: #52343
  • perf: use fs.readdirSync with withFileTypes: #52340
  • Make get_client_chunking_context independent of context: #51928
  • perf: use fs.opendir for better resource usage: #52341
  • fix: metadatabase warning message: #52363
  • perf: simplify getShortDynamicParamType on app-render: #52355
  • fix: prevent infinite dev refresh on nested parallel routes: #52362
  • turbopack: add incremental cache for node.js app rendering: #52172
  • Refactor metadata og and twitter title to be always presented: #52320
  • perf: reduce system calls on eslint plugin: #52359
  • Turbopack: Use a different chunking context for web entry: #52404
  • Temporarily revert change to pages render: #52407
  • Remove integration tests now in vercel/turbo: #52413
  • Update Rust nightly toolchain: #51757
  • Cache concurrent ensurePage requests for the same page: #52360
  • [turbopack]: Remove skipped integration tests: #52421
  • Fix metadata layer webpack rule for server-only: #52403
  • Override file based images with social images property: #52416
  • Split the client reference manifest file to be generated per-entry: #52450
  • fix(standalone): fixed output: "standalone" crashing build when there is no app/ page: #51993
  • fix: add aws packages to default serverComponentsExternalPackages: #52388
  • refactor: avoid unnecessary async scopes in eslint: #52418
  • Ensure useParams return array for catch-all routes: #52494
  • turbopack: Module Trait: #52401
  • Fix tracking of client reference manifest: #52505
  • perf: create an experimental bundled version of the next server: #52206
  • Chore: Remove redundant intersection type: #52453
  • perf: Refactor recursiveReadDirSync: #52517
  • add version to function config manifest: #52507
  • Turbopack: Source trait: #52511
  • Update id handling for fonts: #52559
  • feat(turbopack): support swc transform plugins : #50401
  • feat(babel-loader): provide migration help message for babel config: #52565
  • Support global-error for ssr fallback: #52573
  • Fix ISR case with bot requests: #52581
  • fix(next/jest): jest can not load server-only code: #52393
  • Turbopack: App Router build POC: #52036
  • Avoid loading Next.js config again in render workers: #52587
  • Add more extensions to next-types-plugin for Node16/NodeNext: #52562
  • feat(next-swc): report native bindings load err code: #52570
  • Move App Pages rendering into bundle: #52290
  • feat(turbopack): support native webp: #52285
  • Set sizes prop to any for svg icons: #52609
  • Turbopack: OutputAsset trait: #52606
  • chore(deps): bump react@18.3.0-canary-9377e1010-20230712: #52649
  • Ensure root layout only render once per request: #52589
  • Fix bundle path normalization for /index routes: #52650

... (truncated)

Commits

Updates @types/node from 20.4.1 to 20.4.2

Commits

Updates @types/react from 18.2.14 to 18.2.15

Commits

Updates @types/react-dom from 18.2.6 to 18.2.7

Commits

Updates eslint from 8.44.0 to 8.45.0

Release notes

Sourced from eslint's releases.

v8.45.0

Features

  • cdd063c feat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)
  • d34abe5 feat: fix indent rule for else-if (#17318) (Milos Djermanovic)

Bug Fixes

  • b79b6fb fix: Fix suggestion message in no-useless-escape (#17339) (Francesco Trotta)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#17332) (Milos Djermanovic)

Documentation

  • 89f3225 docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#17331) (Jesús Leganés-Combarro)

Chores

  • 68f63d7 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 5ca9b4d chore: update eslint-config-eslint exports (#17336) (Milos Djermanovic)
  • 7bf2e86 chore: remove unused dependencies (#17352) (Percy Ma)
  • c6f8cd0 chore: Remove defaultIgnores from FlatESLint private members (#17349) (Francesco Trotta)
  • 0052374 chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)
Changelog

Sourced from eslint's changelog.

v8.45.0 - July 14, 2023

  • 68f63d7 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 89f3225 docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • b79b6fb fix: Fix suggestion message in no-useless-escape (#17339) (Francesco Trotta)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • 5ca9b4d chore: update eslint-config-eslint exports (#17336) (Milos Djermanovic)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 7bf2e86 chore: remove unused dependencies (#17352) (Percy Ma)
  • c6f8cd0 chore: Remove defaultIgnores from FlatESLint private members (#17349) (Francesco Trotta)
  • cdd063c feat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#17332) (Milos Djermanovic)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic)
  • 0052374 chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)
  • d34abe5 feat: fix indent rule for else-if (#17318) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#17331) (Jesús Leganés-Combarro)
Commits

Updates eslint-config-next from 13.4.9 to 13.4.10

Release notes

Sourced from eslint-config-next's releases.

v13.4.10

Core Changes

  • Fix trailing slash with locale domain: #52343
  • perf: use fs.readdirSync with withFileTypes: #52340
  • Make get_client_chunking_context independent of context: #51928
  • perf: use fs.opendir for better resource usage: #52341
  • fix: metadatabase warning message: #52363
  • perf: simplify getShortDynamicParamType on app-render: #52355
  • fix: prevent infinite dev refresh on nested parallel routes: #52362
  • turbopack: add incremental cache for node.js app rendering: #52172
  • Refactor metadata og and twitter title to be always presented: #52320
  • perf: reduce system calls on eslint plugin: #52359
  • Turbopack: Use a different chunking context for web entry: #52404
  • Temporarily revert change to pages render: #52407
  • Remove integration tests now in vercel/turbo: #52413
  • Update Rust nightly toolchain: #51757
  • Cache concurrent ensurePage requests for the same page: #52360
  • [turbopack]: Remove skipped integration tests: #52421
  • Fix metadata layer webpack rule for server-only: #52403
  • Override file based images with social images property: #52416
  • Split the client reference manifest file to be generated per-entry: #52450
  • fix(standalone): fixed output: "standalone" crashing build when there is no app/ page: #51993
  • fix: add aws packages to default serverComponentsExternalPackages: #52388
  • refactor: avoid unnecessary async scopes in eslint: #52418
  • Ensure useParams return array for catch-all routes: #52494
  • turbopack: Module Trait: #52401
  • Fix tracking of client reference manifest: #52505
  • perf: create an experimental bundled version of the next server: #52206
  • Chore: Remove redundant intersection type: #52453
  • perf: Refactor recursiveReadDirSync: #52517
  • add version to function config manifest: #52507
  • Turbopack: Source trait: #52511
  • Update id handling for fonts: #52559
  • feat(turbopack): support swc transform plugins : #50401
  • feat(babel-loader): provide migration help message for babel config: #52565
  • Support global-error for ssr fallback: #52573
  • Fix ISR case with bot requests: #52581
  • fix(next/jest): jest can not load server-only code: #52393
  • Turbopack: App Router build POC: #52036
  • Avoid loading Next.js config again in render workers: #52587
  • Add more extensions to next-types-plugin for Node16/NodeNext: #52562
  • feat(next-swc): report native bindings load err code: #52570
  • Move App Pages rendering into bundle: #52290
  • feat(turbopack): support native webp: #52285
  • Set sizes prop to any for svg icons: #52609
  • Turbopack: OutputAsset trait: #52606
  • chore(deps): bump react@18.3.0-canary-9377e1010-20230712: #52649
  • Ensure root layout only render once per request: #52589
  • Fix bundle path normalization for /index routes: #52650

... (truncated)

Commits

Updates postcss from 8.4.25 to 8.4.26

Release notes

Sourced from postcss's releases.

8.4.26

  • Fixed clone methods types.
Changelog

Sourced from postcss's changelog.

8.4.26

  • Fixed clone methods types.
Commits

Updates tailwindcss from 3.3.2 to 3.3.3

Release notes

Sourced from tailwindcss's releases.

v3.3.3

Fixed

  • Fix issue where some pseudo-element variants generated the wrong selector (#10943, #10962, #11111)
  • Make font settings propagate into buttons, inputs, etc. (#10940)
  • Fix parsing of theme() inside calc() when there are no spaces around operators (#11157)
  • Ensure repeating-conic-gradient is detected as an image (#11180)
  • Move unknown pseudo-elements outside of :is by default (#11345)
  • Escape animation names when prefixes contain special characters (#11470)
  • Don't prefix arbitrary classes in group and peer variants (#11454)
  • Sort classes using position of first matching rule (#11504)
  • Allow variant to be an at-rule without a prelude (#11589)
  • Make PostCSS plugin async to improve performance (#11548)
  • Don’t error when a config file is missing (f97759f)

Added

  • Add aria-busy utility (#10966)

Changed

  • Reset padding for <dialog> elements in preflight (#11069)
Changelog

Sourced from tailwindcss's changelog.

[3.3.3] - 2023-07-13

Fixed

  • Fix issue where some pseudo-element variants generated the wrong selector (#10943, #10962, #11111)
  • Make font settings propagate into buttons, inputs, etc. (#10940)
  • Fix parsing of theme() inside calc() when there are no spaces around operators (#11157)
  • Ensure repeating-conic-gradient is detected as an image (#11180)
  • Move unknown pseudo-elements outside of :is by default (#11345)
  • Escape animation names when prefixes contain special characters (#11470)
  • Don't prefix arbitrary classes in group and peer variants (#11454)
  • Sort classes using position of first matching rule (#11504)
  • Allow variant to be an at-rule without a prelude (#11589)
  • Make PostCSS plugin async to improve performance (#11548)
  • Don’t error when a config file is missing (f97759f)

Added

  • Add aria-busy utility (#10966)

Changed

  • Reset padding for <dialog> elements in preflight (#11069)
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

Bumps the web-deps group in /web with 9 updates:

| Package | Update |
| --- | --- |
| [@netlify/plugin-nextjs](https://github.com/netlify/next-runtime) | 4.39.0 to 4.39.1 |
| [next](https://github.com/vercel/next.js) | 13.4.9 to 13.4.10 |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | 20.4.1 to 20.4.2 |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | 18.2.14 to 18.2.15 |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | 18.2.6 to 18.2.7 |
| [eslint](https://github.com/eslint/eslint) | 8.44.0 to 8.45.0 |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | 13.4.9 to 13.4.10 |
| [postcss](https://github.com/postcss/postcss) | 8.4.25 to 8.4.26 |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | 3.3.2 to 3.3.3 |


Updates `@netlify/plugin-nextjs` from 4.39.0 to 4.39.1
- [Release notes](https://github.com/netlify/next-runtime/releases)
- [Changelog](https://github.com/netlify/next-runtime/blob/main/CHANGELOG.md)
- [Commits](netlify/next-runtime@plugin-nextjs-v4.39.0...plugin-nextjs-v4.39.1)

Updates `next` from 13.4.9 to 13.4.10
- [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.9...v13.4.10)

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

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

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

Updates `eslint` from 8.44.0 to 8.45.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.44.0...v8.45.0)

Updates `eslint-config-next` from 13.4.9 to 13.4.10
- [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.4.10/packages/eslint-config-next)

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

Updates `tailwindcss` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.3.3/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: "@netlify/plugin-nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-deps
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Issue or PR that affects dependencies javascript Issue or PR that affects JavaScript code labels Jul 17, 2023
@netlify
Copy link

netlify bot commented Jul 17, 2023

Deploy Preview for conkyweb ready!

Name Link
🔨 Latest commit fbc1bdf
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/64b575e2584d820008b8f644
😎 Deploy Preview https://deploy-preview-1595--conkyweb.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the web Issue or PR related to documentation website label Jul 17, 2023
@brndnmtthws brndnmtthws merged commit 065328e into main Jul 17, 2023
6 checks passed
@brndnmtthws brndnmtthws deleted the dependabot/npm_and_yarn/web/web-deps-10a43c868e branch July 17, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issue or PR that affects dependencies javascript Issue or PR that affects JavaScript code web Issue or PR related to documentation website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant