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 netlify packages (major) #7112

Merged
merged 3 commits into from
Mar 20, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@netlify/build (source) 29.59.2 -> 30.0.3 age adoption passing confidence
@netlify/build-info (source) 8.1.0 -> 9.0.1 age adoption passing confidence
@netlify/config (source) 20.22.0 -> 21.0.2 age adoption passing confidence
@netlify/headers-parser (source) 7.3.0 -> 8.0.0 age adoption passing confidence
@netlify/zip-it-and-ship-it (source) 9.43.1 -> 10.0.3 age adoption passing confidence

Release Notes

netlify/build (@​netlify/build)

v30.0.3

Compare Source

Dependencies

v30.0.2

Compare Source

Bug Fixes
Dependencies

v30.0.1

Compare Source

Dependencies

v30.0.0

Compare Source

⚠ BREAKING CHANGES
  • types: fix @netlify/headers-parser types (#​6104)
Features
  • remove references to removed flag and always produce manfiest (#​6117) (0af493c)
Bug Fixes
Dependencies
netlify/build (@​netlify/build-info)

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • types: fix @netlify/headers-parser types (#​6104)
Bug Fixes
netlify/build (@​netlify/config)

v21.0.2

Compare Source

Dependencies

v21.0.1

Compare Source

Bug Fixes

v21.0.0

Compare Source

⚠ BREAKING CHANGES
  • types: fix @netlify/headers-parser types (#​6104)
Bug Fixes
Dependencies
netlify/build (@​netlify/headers-parser)

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • types: fix @netlify/headers-parser types (#​6104)
Bug Fixes
netlify/build (@​netlify/zip-it-and-ship-it)

v10.0.3

Compare Source

Bug Fixes

v10.0.2

Compare Source

Bug Fixes

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • types: fix @netlify/headers-parser types (#​6104)
Features
  • remove references to removed flag and always produce manfiest (#​6117) (0af493c)
Bug Fixes

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.

👻 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 was generated by Mend Renovate. View the repository job log.

Sorry, something went wrong.

@renovate renovate bot requested a review from a team as a code owner March 17, 2025 21:31
@renovate renovate bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 17, 2025
@renovate renovate bot force-pushed the renovate/major-netlify-packages branch from 0873d8f to b3df542 Compare March 20, 2025 12:08
Copy link

📊 Benchmark results

Comparing with 32ee8c0

  • Dependency count: 1,173 ⬆️ 0.43% increase vs. 32ee8c0
  • Package size: 297 MB ⬆️ 5.72% increase vs. 32ee8c0
  • Number of ts-expect-error directives: 715 ⬇️ 0.14% decrease vs. 32ee8c0

@lemusthelroy lemusthelroy merged commit c301c1b into main Mar 20, 2025
52 checks passed
@lemusthelroy lemusthelroy deleted the renovate/major-netlify-packages branch March 20, 2025 12:31
@@ -193,7 +193,7 @@ const handleCustomFramework = ({
frameworkPort: devConfig.targetPort,
dist: devConfig.publish || getDefaultDist(workingDir),
framework: '#custom',
pollingStrategies: devConfig.pollingStrategies || [],
pollingStrategies: devConfig.pollingStrategies?.map((s) => s.name) ?? [],
Copy link
Collaborator

Choose a reason for hiding this comment

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

⚠️ @lemusthelroy this seems suspicious. Either it was wrong before or it's wrong now. The bumped packages only added missing types, they didn't change the behaviour here.

serhalp added a commit that referenced this pull request Mar 25, 2025
#7112 and #7116
increased the size of the dependency tree. This is an attempt to remove + reinstall + `npm
prune` all the `@netlify/` packages.
JakeChampion pushed a commit that referenced this pull request Mar 26, 2025
#7112 and #7116
increased the size of the dependency tree. This is an attempt to remove + reinstall + `npm
prune` all the `@netlify/` packages.
JakeChampion pushed a commit that referenced this pull request Mar 26, 2025
#7112 and #7116
increased the size of the dependency tree. This is an attempt to remove + reinstall + `npm
prune` all the `@netlify/` packages.
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants