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

fix(deps): update dependency vercel to v36 - autoclosed #57

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vercel (source) ^33.0.0 -> ^36.0.0 age adoption passing confidence

Release Notes

vercel/vercel (vercel)

v36.0.0

Compare Source

Major Changes
Patch Changes

v35.2.4

Compare Source

Patch Changes

v35.2.3

Compare Source

Patch Changes

v35.2.2

Compare Source

Patch Changes

v35.2.1

Compare Source

Patch Changes

v35.2.0

Compare Source

Minor Changes
  • Apply framework "defaultRoutes" in vc build (#​11889)
Patch Changes
  • fix(cli): wrong log line colors for deploy and inspect commands (#​11891)

  • Standardize target parsing between commands (#​11890)

v35.1.0

Compare Source

Minor Changes
Patch Changes

v35.0.3

Compare Source

Patch Changes

v35.0.2

Compare Source

Patch Changes

v35.0.1

Compare Source

Patch Changes

v35.0.0

Compare Source

Major Changes
  • [breaking] vc logs now returns runtime logs. Use vc inspect --logs and vc deploy --logs to get build logs (#​11788)
Patch Changes

v34.4.0

Compare Source

Minor Changes
  • Add target output to vc inspect (#​11821)

  • Send customEnvironmentSlugOrId to the create deployment endpoint (#​11789)

  • Add vc target ls command (#​11790)

Patch Changes

v34.3.1

Compare Source

Patch Changes

v34.3.0

Compare Source

Minor Changes
  • introduce --logs flag for deploy and inspect command to display build logs (#​11672)

  • Adds the ability for builders to define a diagnostics step that is called after the build operation is done. (#​11653)
    Implements the diagnostics step in the next builder.

Patch Changes

v34.2.8

Compare Source

Patch Changes

v34.2.7

Compare Source

Patch Changes

v34.2.6

Compare Source

Patch Changes

v34.2.5

Compare Source

Patch Changes

v34.2.4

Compare Source

Patch Changes

v34.2.3

Compare Source

Patch Changes

v34.2.2

Compare Source

Patch Changes

v34.2.1

Compare Source

Patch Changes

v34.2.0

Compare Source

Minor Changes
  • Stop sending system environment variables in dev (#​11526)
Patch Changes

v34.1.14

Compare Source

Patch Changes

v34.1.13

Compare Source

Patch Changes

v34.1.12

Compare Source

Patch Changes

v34.1.11

Compare Source

Patch Changes

v34.1.10

Compare Source

Patch Changes

v34.1.9

Compare Source

Patch Changes

v34.1.8

Compare Source

Patch Changes

v34.1.7

Compare Source

Patch Changes

v34.1.5

Compare Source

Patch Changes

v34.1.4

Compare Source

Patch Changes

v34.1.3

Compare Source

Patch Changes

v34.1.2

Compare Source

Patch Changes

v34.1.1

Compare Source

Patch Changes

v34.1.0

Compare Source

Minor Changes
Patch Changes

v34.0.0

Compare Source

Major Changes
  • Disables promotion of preview deployments (#​11411)
Patch Changes
  • Always set projectSettings.nodeVersion in vc deploy (#​11351)

  • [cli] optional override of existing environment variables with --force (#​11348)

v33.7.1

Compare Source

Patch Changes

v33.7.0

Compare Source

Minor Changes
  • improve UX for text input validation (#​11388)

  • Replace the implementation of the yes/no prompt in several areas to be consistent with the rest of the CLI. (#​11279)

Patch Changes
  • [cli] Fix how we determine the GIT_CONFIG_PATH to support git worktrees and git submodules (#​11283)

  • avoid printing errors when user does ctrl+c (#​11377)

  • Warn that promoting preview deploys is deprecated (#​11376)

  • Updated dependencies [a3fb7e6ab]:

v33.6.3

Compare Source

Patch Changes

v33.6.2

Compare Source

Patch Changes

v33.6.1

Compare Source

Patch Changes

v33.6.0

Compare Source

Minor Changes
  • Set projectSettings.nodeVersion in vc deploy based on "engines.node" field (#​11261)
Patch Changes

v33.5.5

Compare Source

Patch Changes

v33.5.4

Compare Source

Patch Changes

v33.5.3

Compare Source

Patch Changes

v33.5.2

Compare Source

Patch Changes

v33.5.1

Compare Source

Patch Changes

v33.5.0

Compare Source

Minor Changes
  • Mark flags as deprecated and replace them with variants (#​11098)
Patch Changes

v33.4.1

Compare Source

Patch Changes

v33.4.0

Compare Source

Minor Changes
  • Added a new option to add a sensitive environment variable (#​11033)

v33.3.0

Compare Source

Minor Changes
  • Emit "filePathMap" in vc-config.json for FileFsRef instances (#​11060)
Patch Changes

v33.2.0

Compare Source

Minor Changes
Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Aug 14, 2024

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

Name Status Preview Comments Updated (UTC)
capsule-render ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 6:24pm

Copy link

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements
89.72% (-0.79% 🔻)
567/632
🟡 Branches
77.06% (-3.11% 🔻)
84/109
🟢 Functions 97.37% 37/38
🟢 Lines
89.72% (-0.79% 🔻)
567/632
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢 api/index.js
94.78% (-2.61% 🔻)
60% (-5% 🔻)
100%
94.78% (-2.61% 🔻)
🟡 model/index.js
64.58% (-1.39% 🔻)
65% (-6.43% 🔻)
100%
64.58% (-1.39% 🔻)
🟢 src/util.js 93.65%
77.78% (-2.61% 🔻)
91.67% 93.65%

Test suite run success

104 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from e334ecd

@renovate renovate bot changed the title fix(deps): update dependency vercel to v36 fix(deps): update dependency vercel to v36 - autoclosed Aug 21, 2024
@renovate renovate bot closed this Aug 21, 2024
@renovate renovate bot deleted the renovate/vercel-36.x branch August 21, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants