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

Merging forks that were never merged into the official pug-cli #4

Merged
merged 26 commits into from
Apr 23, 2023

Conversation

svallory
Copy link
Member

borisovg and others added 26 commits May 3, 2021 19:05
@anduh/pug-cli - PUG 3 - 1.0.0
Merge contributions from @Anduh
Merge contributions from anthony-tron/yaml support
Add contributions from funai/master to allow YAML frontmatter
Previous implementation used 'lstatSync'  which returns stat info about link
itself, not the file that it refers to. That behaviour didn't allow to use the
tool in case of separate build (source and build dirs are separate, and sources
linked back into  build directory).

As workaround there we could provide file content through stdin, but that
approach has limitations:
- you cannot process multiple files at once
- you cannot use 'include' directives

This commit changes the use of  'lstatSync' to 'statSync' which makes symlink
files be processed as expected.
@socket-security
Copy link

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

➕ Added Package Capability Access +/- Transitive Count Publisher
gray-matter@4.0.3 eval, filesystem +5 rmassaioli
⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
rimraf@3.0.2 2.7.1...3.0.2 filesystem +2/-2 isaacs
pug@3.0.2 2.0.4...3.0.2 None +29/-50 pug-bot
chalk@4.1.1 1.1.3...4.1.1 None +0/-6 sindresorhus
mocha@8.3.2 10.2.0...8.3.2 None +19/-21 juergba
mkdirp@1.0.4 0.5.6...1.0.4 filesystem, environment +0/-1 isaacs
commander@7.2.0 2.20.3...7.2.0 None +0/-0 abetomo

@svallory svallory merged commit 51e3e0e into master Apr 23, 2023
2 checks passed
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.

None yet

6 participants