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

Removed BrowserSync from depenencies #834

Merged
merged 5 commits into from
Jul 5, 2024

Conversation

dadadavorin
Copy link
Contributor

@dadadavorin dadadavorin commented Jul 5, 2024

Description

Removed BrowserSync as a project dependency.

I searched the whole project for potential usages and found none, and ran linters as well to detect possible issues.

Also updated ES lint config files based on a new setup.

@dadadavorin dadadavorin added the dependencies Pull requests that update a dependency file label Jul 5, 2024
@dadadavorin dadadavorin self-assigned this Jul 5, 2024
Copy link
Member

@iruzevic iruzevic left a comment

Choose a reason for hiding this comment

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

you need to change the package.json version and provide the change log details for the PR to valid

@iruzevic iruzevic linked an issue Jul 5, 2024 that may be closed by this pull request
iruzevic
iruzevic previously approved these changes Jul 5, 2024
CHANGELOG.md Show resolved Hide resolved
iruzevic
iruzevic previously approved these changes Jul 5, 2024
const dirname = path.dirname(filename);
const gitignorePath = path.resolve(dirname, '.gitignore');

export default [includeIgnoreFile(gitignorePath)];
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
export default [includeIgnoreFile(gitignorePath)];
export default [includeIgnoreFile(gitignorePath)];

package.json Outdated
@@ -77,6 +74,7 @@
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.2",
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove all Prettier-related things, it wouldn't be too wise to add them to the existing setup (there would probably be a loooot of re-formatting 😄)

Copy link
Contributor

@piqusy piqusy left a comment

Choose a reason for hiding this comment

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

LGTM

@dadadavorin dadadavorin merged commit 66cb2e1 into main Jul 5, 2024
1 check failed
@dadadavorin dadadavorin deleted the dependencies/remove-browsersync branch July 5, 2024 13:46
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] - Remove Browsersync
4 participants