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

[npm] (deps): Bump eslint-config-next from 13.4.19 to 13.5.1 in /Website #268

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps eslint-config-next from 13.4.19 to 13.5.1.

Release notes

Sourced from eslint-config-next's releases.

v13.5.1

Core Changes

  • Update font data: #54257
  • add experimental https support to next dev: #54016
  • Fix emotion-js transform for server components: #54284
  • Handle basePath for redirect(): #54277
  • Remove unused array in router-server: #54278
  • app-router: tweak prefetch cache status heuristics: #53864
  • Adds nonce to preinit scripts: #54059
  • Fix default export of server action utility aliases: #54254
  • fix: improve error message when output: export in app router: #54202
  • ci(trace): allow to opt in to upload full trace: #54347
  • fix: server actions blocking navigation events: #54307
  • Skip getStaticPaths check for non-dynamic app routes: #54351
  • OpenTel: ensure that exceptions are recorded on an active span: #54131
  • Testmode: intercept rewrite fetches: #54259
  • Polyfill Array.prototype.at: #44436
  • Fix missing locale info for middleware data request: #54357
  • fix: minimum node version 16.14.0: #54331
  • Merge app renderer process: #54143
  • Fix data route ordering in dev: #54364
  • fix(app): enable React Strict Mode by default: #53375
  • Fix swc compiling of client components when directive appears later than exports: #54392
  • Upgrade vendored react: #54399
  • Code clean up: #54405
  • Upgrade precompiled ua-parser-js: #54404
  • Fix compilation of next/dynamic with ssr: false in App Router: #54411
  • refactor: Use swc AST to determine use client and server directives: #54358
  • Fix not found css not being preloaded while navigation: #53906
  • Optimize webpack memory cache garbage collection: #54397
  • Use push for Server Action redirections: #54458
  • Decreased watchpack aggregate timeout: #54461
  • Generate prefetch RSC paylod during build for SSR paths: #54403
  • remove HMR polling in favor of more targeted events: #54406
  • Trace upload fixup: #54455
  • fix: custom incremental cache handlers should work when transpiled: #54472
  • upgrade Edge Runtime dependency: #54489
  • fix infinite navigate events when Promise is proxied: #54394
  • Implement named_import_transform: #54530
  • fix resolve routes behavior when matching a dynamic segment: #54539
  • Turbopack: add edge support for pages apis: #54449
  • chore(eslint): bump ESLint plugins: #54490
  • Skip copying signal field for revalidate: #54533
  • Fix missing new line for certain logs: #54442
  • update turbopack: #54558
  • fix(DX): More precise error messages for export const config deprecation: #54492
  • Revert "Decreased watchpack aggregate timeout": #54515
  • Forms and mutations docs.: #54314
  • optimize_barrel SWC transform and new optimizePackageImports config: #54572

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.4.19 to 13.5.1.
- [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.1/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies 📦️ Pull Requests that update dependencies npm 📦️ Pull Requests that update npm dependencies labels Sep 20, 2023
@vercel
Copy link

vercel bot commented Sep 20, 2023

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

Name Status Preview Comments Updated (UTC)
drifty ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 20, 2023 0:20am

@github-actions github-actions bot added the Website 🌐 Issues/Pull Requests regarding Website label Sep 20, 2023
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah! You did it 🎉 Now, Relax 😉, Grab a drink ☕, and wait for the maintainers to check your contributions. Meanwhile, you can discuss on other issues and solve them 😀. Thank You 😃!

Meanwhile you can also discuss about the project in our Discord Server 😀

Copy link
Owner

@SaptarshiSarkar12 SaptarshiSarkar12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@SaptarshiSarkar12 SaptarshiSarkar12 merged commit 31d82fb into master Sep 20, 2023
4 checks passed
@SaptarshiSarkar12 SaptarshiSarkar12 deleted the dependabot/npm_and_yarn/Website/eslint-config-next-13.5.1 branch September 20, 2023 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 📦️ Pull Requests that update dependencies npm 📦️ Pull Requests that update npm dependencies Website 🌐 Issues/Pull Requests regarding Website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant