Problem/Motivation

postcss-import is not on its latest version.

Steps to reproduce

yarn outdated

Package        Current Wanted Latest Package Type  
nightwatch     2.4.2   2.5.3  2.5.3  devDependencies     
postcss-import 15.0.0  15.0.1 15.0.1 devDependencies 
shepherd.js    10.0.1  10.0.1 11.0.0 devDependencies 

Nightwatch and Sheperd.js already have their dedicated update issues

Proposed resolution

yarn upgrade postcss-import
yarn build

$ yarn-lock-diff -o old.yarn.lock -n yarn.lock
┌──────────────────────────────┬─────────────────┬────────────────┐
│ package name                 │ old version(s)  │ new version(s) │
├──────────────────────────────┼─────────────────┼────────────────┤
│ postcss-import               │ 15.0.0          │ 15.0.1         │
└──────────────────────────────┴─────────────────┴────────────────┘

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#9 3324927-9-9.5.x.patch831 byteslongwave
#2 3324927-10.x-2.patch3.05 KBspokje

Comments

Spokje created an issue. See original summary.

spokje’s picture

Issue summary: View changes
StatusFileSize
new3.05 KB
spokje’s picture

Issue summary: View changes
spokje’s picture

Status: Active » Needs review
anjali rathod’s picture

@Spokje I was unable to reproduce the output given by you.

spokje’s picture

@Anjali Rathod

TestBot seems happy with the changes.
What command doesn't give you the output you expected?

longwave’s picture

Status: Needs review » Reviewed & tested by the community

Works for me, tested locally with the same result, the bug fix doesn't affect us as yarn build:css has no changes.

longwave’s picture

@Spokje can you make a patch for 9.5.x as well please?

longwave’s picture

Version: 10.0.x-dev » 9.5.x-dev
StatusFileSize
new831 bytes

Actually it's trivial so here we go.

spokje’s picture

@Spokje can you make a patch for 9.5.x as well please?

Could have sworn an oath that 9.5.x was already on 15.0.1, was so convinced I actually didn't even check...

Well, I guess that's the difference between Release Managers and Core Contributors ;)

spokje’s picture

If we could get this committed soon, that would be grand, because by now there are (quite a few) new updates.

$ yarn outdated
Package        Current Wanted Latest
cspell         6.15.1  6.16.0 6.16.0
eslint         8.28.0  8.29.0 8.29.0
terser         5.16.0  5.16.1 5.16.1
spokje’s picture

Status: Reviewed & tested by the community » Closed (outdated)

New plan, let's close this one and update all at once to prevent yarn.lock from making a separate patch for the other dependencies to be non-applicable. #3325114: Update to the latest cspell, eslint, postcss-import, stylelint. terser and webpack-cli version