Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regex generated for special characters #159

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

jbreton
Copy link
Contributor

@jbreton jbreton commented Nov 9, 2023

#157 introduced a bug resulting in an invalid regex if custom delimiters are starting with a regex special character.

@jbreton
Copy link
Contributor Author

jbreton commented Nov 10, 2023

How relevant are those checks ? Node 14 reached EOL 3 years and 6 months ago and security patches 6 months ago ? I don't see how my changes could cause these failures 😕

@cossssmin
Copy link
Member

Hey, thanks for working on this!

I don't think it's the Node versions and it's definitely not your code, something's wrong with NPM in GitHub Actions.

@Scrum any ideas as to why this may be happening?

npm ERR! Cannot read property 'fclone' of undefined

This makes me think it can't read the package.json so dependencies key does not exist.

@Scrum
Copy link
Member

Scrum commented Nov 10, 2023

Yes, I accidentally updated the lock file to version 3, I'll fix it now

@Scrum
Copy link
Member

Scrum commented Nov 10, 2023

@jbreton rebase to master please.

@jbreton
Copy link
Contributor Author

jbreton commented Nov 13, 2023

@Scrum rebase done 👍🏻

@Scrum Scrum merged commit d571284 into posthtml:master Nov 13, 2023
3 checks passed
@Scrum
Copy link
Member

Scrum commented Nov 13, 2023

@jbreton publish 1.11.3

@jbreton
Copy link
Contributor Author

jbreton commented Nov 13, 2023

@Scrum @cossssmin Awesome! thank you

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.

3 participants