Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
replace-in-file ^6.1.0 -> ^7.0.0 age adoption passing confidence

Release Notes

adamreisnz/replace-in-file (replace-in-file)

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

Strings provided to the from value are now escaped for regex matching when counting of matches is enabled. This is unlikely to result in any breaking changes, but as a precaution the major version has been bumped.


Configuration

📅 Schedule: Branch creation - "every weekday before 11am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner June 29, 2023 01:13
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 29, 2023
@renovate renovate bot force-pushed the renovate/replace-in-file-7.x branch from 0b16ac8 to c4c71a9 Compare August 9, 2023 15:00
@renovate renovate bot force-pushed the renovate/replace-in-file-7.x branch from c4c71a9 to 2a06599 Compare October 9, 2023 18:44
@rwaskiewicz rwaskiewicz added the Resolution: Refine This PR is marked for Jira refinement. We're not working on it - we're talking it through. label Oct 9, 2023
@rwaskiewicz rwaskiewicz force-pushed the renovate/replace-in-file-7.x branch from 266c07e to 0a5fc18 Compare December 18, 2023 20:55
@renovate renovate bot force-pushed the renovate/replace-in-file-7.x branch from 0a5fc18 to e444885 Compare December 18, 2023 21:00
On upgrading to `replace-in-file` v7, our windows tests started to fail
in CI:
```
Run node index.js component tmp-component-starter
  node index.js component tmp-component-starter
  shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0}

✖ No files match the pattern: D:\a\create-stencil\create-stencil\tmp-component-starter\*
```

This was result of windows paths not being properly escaped. By adding
the configuration in this commit, we can resolve the issue - it uses
`\\` as a path separator only (not as an escape character)

STENCIL-969: update dependency replace-in-file to v7
@rwaskiewicz rwaskiewicz force-pushed the renovate/replace-in-file-7.x branch from 538309a to 0e46aa7 Compare December 18, 2023 21:12
@rwaskiewicz
Copy link
Contributor

Ran this locally by checking out this branch and:

npm ci \
&& npm run build \
&& node index.js \
&& cd hello-world \
&& npm i \
&& npm t \
&& npm start

Where 'hello-world' is the name of the project used to create a component starter.

Project built, ran tests, and dev server all ran as expected

@rwaskiewicz rwaskiewicz requested review from christian-bromann and tanner-reits and removed request for alicewriteswrongs December 18, 2023 21:15
Comment on lines +118 to +120
glob: {
windowsPathsNoEscape: true,
},
Copy link
Contributor

Choose a reason for hiding this comment

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

@tanner-reits || @christian-bromann can you offer a second set of eyes on this PR? I had to update this in order to get CI to pass on Windows. See 0e46aa7 for more information

@renovate
Copy link
Contributor Author

renovate bot commented Dec 18, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@tanner-reits tanner-reits merged commit 1f51b48 into main Dec 19, 2023
@tanner-reits tanner-reits deleted the renovate/replace-in-file-7.x branch December 19, 2023 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file Resolution: Refine This PR is marked for Jira refinement. We're not working on it - we're talking it through.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants