Skip to content

feat(banner): show latest webpack release instead of Node.js banner#151

Merged
avivkeller merged 2 commits into
mainfrom
feat/release-banner
Jun 20, 2026
Merged

feat(banner): show latest webpack release instead of Node.js banner#151
avivkeller merged 2 commits into
mainfrom
feat/release-banner

Conversation

@ryzrr

@ryzrr ryzrr commented Jun 20, 2026

Copy link
Copy Markdown
Member

Fixes : #143
Summary
Bugfix + feature :- fixes the Node.js banner leaking in and shows a webpack release banner instead.

What kind of change does this PR introduce?
Feat

Did you add tests for your changes?
No

Does this PR introduce a breaking change?
no

If relevant, what needs to be documented once your changes are merged or what have you already documented?
NA

Use of AI
for regex

@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-doc-kit Ready Ready Preview, Comment Jun 20, 2026 3:41pm

Request Review

@avivkeller avivkeller left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'd rather have this file be manually updated, since there are times where the banner may need to say other things

@ryzrr

ryzrr commented Jun 20, 2026

Copy link
Copy Markdown
Member Author

okay dropping the script for banner , instead can we just add into /assets/banner.json ? that can be customised as per need

@bjohansebas bjohansebas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Could we make it so that it can be configured manually, and if no manual configuration exists, it automatically shows the latest blog post, with the banner being displayed for one month when it's in automatic mode?

The fewer manual tasks, the better. For example, I had to add something like this to the Express website because we always forget to update the banner. I don't know if that would happen here as well, but if we can avoid forgetting to update it, that would be even better

@avivkeller

Copy link
Copy Markdown
Member

I think that can be done in a workflow to automate release blog posts, I know you said there's a lot of manual work involved, but the "draft" PR could have a basic release post + a banner set up?

@ryzrr

ryzrr commented Jun 20, 2026

Copy link
Copy Markdown
Member Author

Sorry , I pushed the fixup without reading the comments , I missed it

@avivkeller

Copy link
Copy Markdown
Member

I think this is a good PR as is. Future automations can be follow-ups, right?

@ryzrr

ryzrr commented Jun 20, 2026

Copy link
Copy Markdown
Member Author

yes ! @bjohansebas idea regarding is also right if no manual edits we can show automatically the new blogs , and so yes we can keep it in upcoming PRs !

@avivkeller avivkeller merged commit ecb1767 into main Jun 20, 2026
5 checks passed
@bjohansebas bjohansebas deleted the feat/release-banner branch June 20, 2026 15:59
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.

Don't Inherit Node.js's remote config

3 participants