recognize
recognize copied to clipboard
Chore(deps): Bump postcss and @nextcloud/webpack-vue-config
Bumps postcss to 8.5.3 and updates ancestor dependency @nextcloud/webpack-vue-config. These dependencies need to be updated together.
Updates postcss from 7.0.39 to 8.5.3
Release notes
Sourced from postcss's releases.
8.5.3
- Added more details to
Unknown worderror (by@hiepxanh).- Fixed types (by
@romainmenke).- Fixed docs (by
@catnipan).8.5.2
- Fixed end position of rules with semicolon (by
@romainmenke).8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke).8.5 “Duke Alloces”
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenkeduring his work on Stylelint addedInput#documentin additional toInput#css.root.source.input.document //=> "<p>Hello</p> // <style> // p { // color: green; // } // </style>" root.source.input.css //=> "p { // color: green; // }"Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
- Tidelift with a Spotify-like subscription model supporting all projects from your lock file.
- Direct donations at GitHub Sponsors or Open Collective.
8.4.49
- Fixed custom syntax without
source.offset(by@romainmenke).8.4.48
- Fixed position calculation in error/warnings methods (by
@romainmenke).8.4.47
- Removed debug code.
... (truncated)
Changelog
Sourced from postcss's changelog.
8.5.3
- Added more details to
Unknown worderror (by@hiepxanh).- Fixed types (by
@romainmenke).- Fixed docs (by
@catnipan).8.5.2
- Fixed end position of rules with semicolon (by
@romainmenke).8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke).8.5 “Duke Alloces”
- Added
Input#documentfor sources like CSS-in-JS or HTML (by@romainmenke).8.4.49
- Fixed custom syntax without
source.offset(by@romainmenke).8.4.48
- Fixed position calculation in error/warnings methods (by
@romainmenke).8.4.47
- Removed debug code.
8.4.46
- Fixed
Cannot read properties of undefined (reading 'before').8.4.45
- Removed unnecessary fix which could lead to infinite loop.
8.4.44
- Another way to fix
markClean is not a functionerror.8.4.43
- Fixed
markClean is not a functionerror.8.4.42
- Fixed CSS syntax error on long minified files (by
@varpstar).8.4.41
- Fixed types (by
@nex3and@querkmachine).- Cleaned up RegExps (by
@bluwy).8.4.40
- Moved to getter/setter in nodes types to help Sass team (by
@nex3).8.4.39
- Fixed
CssSyntaxErrortypes (by@romainmenke).8.4.38
- Fixed
endIndex: 0in errors and warnings (by@romainmenke).
... (truncated)
Commits
22c309dRelease 8.5.3 versiona2b594fUpdate ESLint config8232ba0Fix tests5082831Fix text4fdb54bupdate: parser.js to clarify error message06006ecAtRule can be empty755f08ffix typo: them -> then (#2016)692fcdeRelease 8.5.2 versionb70e98fUpdate dependenciesba587e3Fix end position of rules withownSemicon(#2012)- Additional commits viewable in compare view
Updates @nextcloud/webpack-vue-config from 5.5.1 to 6.3.0
Release notes
Sourced from @nextcloud/webpack-vue-config's releases.
v6.3.0 - Vue 2 and Vue 3 support
v6.3.0 (2025-04-08)
📝 Note on Vue 2 support
This package now supports both Vue 2 and Vue 3 by installing legacy
vue-loaderfor Vue 2 in apostinstallscript.In Vue 2 it may result in different
vue-loaderversion in thepackage-lock.jsonandnode_modules.Troubleshooting in Vue 2 apps
In case of
npm error code ENOTEMPTY- removenode_modulesand try again:# In case of "npm error code ENOTEMPTY" in Vue 2 rm -rf node_modulesTo avoid any errors and have explicitly specified
vue-loader- install it as a dependency:# Install legacy vue-loader for Vue 2 npm i -D vue-loader@legacy🚀 Features
- feat: Vue 2 and Vue 3 compatibility by
@ShGKmein nextcloud-libraries/webpack-vue-config#658Dependencies
- chore(deps): Bump cookie and express by
@dependabotin nextcloud-libraries/webpack-vue-config#619- chore(deps-dev): Bump sass from 1.79.4 to 1.79.5 by
@dependabotin nextcloud-libraries/webpack-vue-config#621- chore(deps-dev): Bump
@babel/corefrom 7.25.7 to 7.25.8 by@dependabotin nextcloud-libraries/webpack-vue-config#622- chore(ci): remove publish to GitHub Registry by
@ShGKmein nextcloud-libraries/webpack-vue-config#620- chore(deps-dev): Bump sass from 1.79.5 to 1.80.3 by
@dependabotin nextcloud-libraries/webpack-vue-config#623- [main] Fix npm audit by
@nextcloud-commandin nextcloud-libraries/webpack-vue-config#624- chore(deps-dev): Bump sass from 1.80.3 to 1.80.4 by
@dependabotin nextcloud-libraries/webpack-vue-config#625- chore(deps-dev): Bump
@babel/corefrom 7.25.8 to 7.26.0 by@dependabotin nextcloud-libraries/webpack-vue-config#626- [main] Fix npm audit by
@nextcloud-commandin nextcloud-libraries/webpack-vue-config#627- chore(deps-dev): Bump webpack from 5.95.0 to 5.96.1 by
@dependabotin nextcloud-libraries/webpack-vue-config#628- chore(deps-dev): Bump sass from 1.80.4 to 1.80.6 by
@dependabotin nextcloud-libraries/webpack-vue-config#629- chore(deps-dev): Bump sass-loader from 16.0.2 to 16.0.3 by
@dependabotin nextcloud-libraries/webpack-vue-config#630- chore(deps-dev): Bump sass from 1.80.6 to 1.81.0 by
@dependabotin nextcloud-libraries/webpack-vue-config#631- chore(deps-dev): Bump sass from 1.81.0 to 1.82.0 by
@dependabotin nextcloud-libraries/webpack-vue-config#634- chore(deps-dev): Bump webpack from 5.96.1 to 5.97.1 by
@dependabotin nextcloud-libraries/webpack-vue-config#633- chore(deps-dev): Bump sass-loader from 16.0.3 to 16.0.4 by
@dependabotin nextcloud-libraries/webpack-vue-config#635- chore(deps-dev): Bump node-polyfill-webpack-plugin from 4.0.0 to 4.1.0 by
@dependabotin nextcloud-libraries/webpack-vue-config#636
... (truncated)
Changelog
Sourced from @nextcloud/webpack-vue-config's changelog.
v6.3.0 (2025-04-08)
📝 Note on Vue 2 support
This package now supports both Vue 2 and Vue 3 by installing legacy
vue-loaderfor Vue 2 in apostinstallscript.In Vue 2 it may result in different
vue-loaderversion in thepackage-lock.jsonandnode_modules.Troubleshooting in Vue 2 apps
In case of
npm error code ENOTEMPTY- removenode_modulesand try again:# In case of "npm error code ENOTEMPTY" in Vue 2 rm -rf node_modulesTo avoid any errors and have explicitly specified
vue-loader- install it as a dependency:# Install legacy vue-loader for Vue 2 npm i -D vue-loader@legacy🚀 Features
- feat: Vue 2 and Vue 3 compatibility by
@ShGKmein nextcloud-libraries/webpack-vue-config#658Dependencies
- chore(deps): Bump cookie and express by
@dependabotin nextcloud-libraries/webpack-vue-config#619- chore(deps-dev): Bump sass from 1.79.4 to 1.79.5 by
@dependabotin nextcloud-libraries/webpack-vue-config#621- chore(deps-dev): Bump
@babel/corefrom 7.25.7 to 7.25.8 by@dependabotin nextcloud-libraries/webpack-vue-config#622- chore(ci): remove publish to GitHub Registry by
@ShGKmein nextcloud-libraries/webpack-vue-config#620- chore(deps-dev): Bump sass from 1.79.5 to 1.80.3 by
@dependabotin nextcloud-libraries/webpack-vue-config#623- [main] Fix npm audit by
@nextcloud-commandin nextcloud-libraries/webpack-vue-config#624- chore(deps-dev): Bump sass from 1.80.3 to 1.80.4 by
@dependabotin nextcloud-libraries/webpack-vue-config#625- chore(deps-dev): Bump
@babel/corefrom 7.25.8 to 7.26.0 by@dependabotin nextcloud-libraries/webpack-vue-config#626- [main] Fix npm audit by
@nextcloud-commandin nextcloud-libraries/webpack-vue-config#627- chore(deps-dev): Bump webpack from 5.95.0 to 5.96.1 by
@dependabotin nextcloud-libraries/webpack-vue-config#628- chore(deps-dev): Bump sass from 1.80.4 to 1.80.6 by
@dependabotin nextcloud-libraries/webpack-vue-config#629- chore(deps-dev): Bump sass-loader from 16.0.2 to 16.0.3 by
@dependabotin nextcloud-libraries/webpack-vue-config#630- chore(deps-dev): Bump sass from 1.80.6 to 1.81.0 by
@dependabotin nextcloud-libraries/webpack-vue-config#631- chore(deps-dev): Bump sass from 1.81.0 to 1.82.0 by
@dependabotin nextcloud-libraries/webpack-vue-config#634- chore(deps-dev): Bump webpack from 5.96.1 to 5.97.1 by
@dependabotin nextcloud-libraries/webpack-vue-config#633- chore(deps-dev): Bump sass-loader from 16.0.3 to 16.0.4 by
@dependabotin nextcloud-libraries/webpack-vue-config#635- chore(deps-dev): Bump node-polyfill-webpack-plugin from 4.0.0 to 4.1.0 by
@dependabotin nextcloud-libraries/webpack-vue-config#636- chore(deps-dev): Bump webpack-dev-server from 5.1.0 to 5.2.0 by
@dependabotin nextcloud-libraries/webpack-vue-config#638
... (truncated)
Commits
e749764Merge pull request #663 from nextcloud-libraries/release/v6.3.04f96b0fchore(release): v6.3.06c39cc3Merge pull request #662 from nextcloud-libraries/chore/do-not-publish-tests745da1achore: ignore test-apps in NPM package3cdd6ccMerge pull request #658 from nextcloud-libraries/feat/vu2-and-vue3-compatibilityfb852f4chore(ci): remove node4732a70test: add install and build testsda1cdd6feat: support both Vue 2 and Vue 3087d2e2chore(devDeps): bump vue-loader from 15.10.1 to 15.11.126c4067chore(deps): uninstall vue-template-compiler- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.