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(dev-deps): ⬆️ update devdependencies #169

Merged
merged 1 commit into from
Jun 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/bundle-analyzer 13.4.6 -> 13.4.7 age adoption passing confidence
@next/env 13.4.6 -> 13.4.7 age adoption passing confidence
@next/eslint-plugin-next 13.4.6 -> 13.4.7 age adoption passing confidence
@octokit/core 4.2.1 -> 4.2.4 age adoption passing confidence
@types/react (source) 18.2.12 -> 18.2.13 age adoption passing confidence
@types/react-dom (source) 18.2.5 -> 18.2.6 age adoption passing confidence
@typescript-eslint/experimental-utils 5.59.11 -> 5.60.0 age adoption passing confidence
dotenv 16.1.4 -> 16.3.1 age adoption passing confidence
eslint (source) 8.42.0 -> 8.43.0 age adoption passing confidence
knip 2.13.0 -> 2.14.1 age adoption passing confidence
markdownlint-cli 0.34.0 -> 0.35.0 age adoption passing confidence
stylelint (source) 15.7.0 -> 15.8.0 age adoption passing confidence
turbo (source) 1.10.3 -> 1.10.5 age adoption passing confidence

Release Notes

vercel/next.js (@​next/bundle-analyzer)

v13.4.7

Compare Source

Core Changes
  • Route Module Updates Redux: #​51373
  • Lock down server IPC address: #​51378
  • Revert "Route Module Updates Redux": #​51409
  • Fix bundling of Server Actions: #​51367
  • Fix pnpm lock: #​51503
  • router: add layout and other file supports to parallel routes: #​51413
  • Next Build Turbo POC: #​49942
  • add edge rendering for app dir for Turbopack: #​50830
  • Fix shared action module in two layers: #​51510
  • Revert "Next Build Turbo POC (#​49942)": #​51538
  • Fix font styles on react dev overlay: #​51518
  • fix typo in x-next-revalidate-tag-token header: #​51432
  • Add docs links to RSC errors: #​51557
  • Moved new line to warnOnce call: #​51552
  • Update id env prefix: #​51588
  • router: support layout/special files as direct children of parallel routes: #​51604
  • use env var to switch next.js to turbopack mode: #​51353
  • Revert "add edge rendering for app dir for Turbopack": #​51617
  • Ensure upgrade request has request meta: #​51590
  • Revert "Fix standalone not found": #​51506
Documentation Changes
  • docs: Add streaming AI example.: #​51382
  • docs: remove copy mentioning appDir as an experimental feature: #​51403
  • examples: update with-supabase example to App Router: #​51335
  • Fix typo in image alt: #​51487
  • docs: add better examples to next/image docs.: #​51457
  • Go directly to caching section: #​51501
  • fix(typo): add missing word: #​51490
  • fix(typo): add missing comma: #​51489
  • Remove duplicate bullet point in app router migration docs: #​51440
  • fix: missing come: #​51437
  • Linted MDX: #​51530
  • docs: Fix typo: #​51517
  • Migrate validate links script from next-site and setup GitHub action: #​51365
  • Remove extra word in env key error: #​51512
  • Remove duplicate word in 11-draft-mode.mdx: #​51580
  • Broken link at 01-static-and-dynamic-rendering.mdx: #​51582
  • refactor tests for readability: #​51051
Example Changes
  • Upgrade with-redux example to app router: #​49994
Misc Changes
Credits

Huge thanks to @​wyattjoh, @​ijjk, @​dvakatsiienko, @​leerob, @​kwonoj, @​nickmccurdy, @​brunoeduardodev, @​dijonmusters, @​shuding, @​tyler-lutz, @​huozhi, @​feedthejim, @​alexkirsz, @​sonam-serchan, @​vicsantizo, @​leodr, @​wiscaksono, @​sokra, @​delbaoliveira, @​ztanner, @​hustLer2k, @​joshuabaker, and @​ForsakenHarmony for helping!

octokit/core.js (@​octokit/core)

v4.2.4

Compare Source

Bug Fixes

v4.2.3

Compare Source

Bug Fixes

v4.2.2

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/experimental-utils)

v5.60.0

Compare Source

Note: Version bump only for package @​typescript-eslint/experimental-utils

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/experimental-utils

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/experimental-utils

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/experimental-utils

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/experimental-utils

5.59.7 (2023-05-22)

Note: Version bump only for package @​typescript-eslint/experimental-utils

5.59.6 (2023-05-15)

Note: Version bump only for package @​typescript-eslint/experimental-utils

5.59.5 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/experimental-utils

5.59.4 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/experimental-utils

5.59.3 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/experimental-utils

5.59.2 (2023-05-01)

Note: Version bump only for package @​typescript-eslint/experimental-utils

5.59.1 (2023-04-24)

Note: Version bump only for package @​typescript-eslint/experimental-utils

motdotla/dotenv (dotenv)

v16.3.1

Compare Source

Added
  • Add missing type definitions for processEnv and DOTENV_KEY options. #​756

v16.3.0

Compare Source

Added
  • Optionally pass DOTENV_KEY to options rather than relying on process.env.DOTENV_KEY. Defaults to process.env.DOTENV_KEY #​754

v16.2.0

Compare Source

Added
  • Optionally write to your own target object rather than process.env. Defaults to process.env. #​753
  • Add import type URL to types file #​751
eslint/eslint (eslint)

v8.43.0

Compare Source

Features

  • 14581ff feat: directive prologue detection and autofix condition in quotes (#​17284) (Francesco Trotta)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#​17252) (Milos Djermanovic)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#​17182) (Azat S)

Bug Fixes

  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#​17277) (Milos Djermanovic)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#​17022) (Francesco Trotta)

Documentation

Chores

webpro/knip (knip)

v2.14.1

Compare Source

  • Add support to sentry plugin for nextjs middleware (#​143) (deea4bc)

v2.14.0

Compare Source

  • Report unused members of re-exports (fixes #​140) (f911062)
  • Sync package names in fixtures (f2d787e)
  • Finalize --include-entry-exports, include scripts (closes #​142) (1e3d3b6)
  • Fix TS issues in webpack plugin (bd26f9c)
igorshubovych/markdownlint-cli (markdownlint-cli)

v0.35.0: 0.35.0

Compare Source

  • Update markdownlint dependency to 0.29.0
    • Update micromark parser dependencies for better performance
    • Use micromark in MD049/MD050
    • Improve MD034/MD037/MD044/MD049/MD050
  • Update all dependencies via Dependabot
stylelint/stylelint (stylelint)

v15.8.0

Compare Source

vercel/turbo (turbo)

v1.10.5: Turborepo v1.10.5

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v1.10.4...v1.10.5

v1.10.4: Turborepo v1.10.4

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v1.10.3...v1.10.4


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the DevDependency 🔼 Pull requests that update a dev dependency file label Jun 25, 2023
kodiakhq[bot]
kodiakhq bot previously approved these changes Jun 25, 2023
@vercel
Copy link

vercel bot commented Jun 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-react-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 25, 2023 7:30pm

@renovate renovate bot force-pushed the renovate/devdependencies branch from 4b663ec to 4d4d538 Compare June 25, 2023 19:29
@kodiakhq kodiakhq bot merged commit e14baec into main Jun 25, 2023
3 of 4 checks passed
@kodiakhq kodiakhq bot deleted the renovate/devdependencies branch June 25, 2023 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevDependency 🔼 Pull requests that update a dev dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants