chore(deps): update dependency @cultureamp/package-bundler to v4 #6333
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Working with Renovate for Culture Amp
This PR contains the following updates:
^2.4.4->^4.0.1Release Notes
cultureamp/frontend-foundations (@cultureamp/package-bundler)
v4.0.1Compare Source
Patch Changes
d2b4b83- Move ts-patch from peer to dependencies as it is required for typescript-transform-paths which is a dependencyv4.0.0Compare Source
Major Changes
#2209
396d81e- Fix bundler v3 unintended breaking change: CSS imports not including layer info.In bundler v3
rollup-plugin-postcssis replaced withrollup-plugin-styler, in bundler v4postcss-importis used instead ofrollup-postcss-stylerdefault import logic.v3.0.1Compare Source
Patch Changes
0a56fec- Specify correct assetFileNames convention for tailwind config too [name][extname]v3.0.0Compare Source
Major Changes
#2148
28f5a96- Replacerollup-plugin-postcsswithrollup-plugin-stylerThis is mostly a drop in replacement for
rollup-plugin-postcsswith a few minor changes[name][extname]this was the behaviour that the last plugin enforced but the new one needs to set it in the output config.You can override this by passing in the
assetFileNamesproperty in yourrollupConfige.g.This will apply the same asset file naming pattern to both CJS and ESM builds. 2. Your
postcss.config.jswill need to move from strings for the plugins to require statementspostcss-import. @tailwind is also deprecated in tailwind v4.Minor Changes
#2171
5dda9c9- Fixed a rollup error whenallowJSis set to true.Patch Changes
0cdad73- Bump rollup and plugin versions.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.
This PR has been generated by Renovate Bot.