Skip to content

Conversation

@pieh
Copy link
Contributor

@pieh pieh commented Oct 14, 2025

following produce something like this:

dev: 4.6.1

4.6.1 (2025-10-14)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @netlify/functions-dev bumped from 0.0.0 to 1.0.0
functions: 5.0.0

5.0.0 (2025-10-14)

⚠ BREAKING CHANGES

  • The /dev export, introduced in version 3.1.0, has been removed.

Features

  • extract dev logic into new @netlify/functions-dev package (#475) (0730f5f)
functions-dev: 1.0.0

1.0.0 (2025-10-14)

⚠ BREAKING CHANGES

  • The /dev export, introduced in version 3.1.0, has been removed.

Features

  • extract dev logic into new @netlify/functions-dev package (#475) (0730f5f)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @netlify/functions bumped from 4.3.0 to 5.0.0
nuxt: 0.2.1

0.2.1 (2025-10-14)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @netlify/dev bumped from ^4.6.0 to ^4.6.1
vite-plugin: 2.7.1

2.7.1 (2025-10-14)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @netlify/dev bumped from 4.6.0 to 4.6.1
vite-plugin-tanstack-start: 1.1.1

1.1.1 (2025-10-14)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @netlify/vite-plugin bumped from ^2.7.0 to ^2.7.1

This PR was generated with Release Please. See documentation.

Comment on lines +29 to +31
"packages/vite-plugin-tanstack-start": {
"exclude-paths": ["packages/vite-plugin-tanstack-start/test"]
}
Copy link
Contributor Author

@pieh pieh Oct 14, 2025

Choose a reason for hiding this comment

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

That part I think can stay - it means that if changes were just in test, it will not be considering the package changed - it will still get patch bump, because vite plugin was bumped

Comment on lines +12 to +14
"packages/dev": {
"exclude-paths": ["packages/dev"]
},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is meant to be temporary if the major bump of @netlify/dev in #478 we think is too much. I don't have opinion here and just put this in here for demonstration that we can tell release please to not treat changes from the split as breaking change for this package.

This part would definitely need to be reverted - either before merging this adjustment or after reelase

@pieh pieh marked this pull request as ready for review October 14, 2025 08:57
@pieh pieh requested a review from a team as a code owner October 14, 2025 08:57
@pieh pieh merged commit cd7f3be into main Oct 14, 2025
26 of 28 checks passed
@pieh pieh deleted the release-please-tmp branch October 14, 2025 09:07
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.

3 participants