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

Dependency updates #294

Merged
merged 2 commits into from
Nov 13, 2023
Merged

Dependency updates #294

merged 2 commits into from
Nov 13, 2023

Conversation

jansule
Copy link
Contributor

@jansule jansule commented Nov 13, 2023

This updates the dependencies and removes deprecated scripts.

@jansule jansule requested a review from KaiVolland November 13, 2023 12:15
@jansule jansule merged commit 09702ba into geostyler:master Nov 13, 2023
2 checks passed
"build": "npm run build-dist && npm run build-browser",
"lint:test:build": "npm run lint && npm run test && npm run build",
"lint:test": "npm run lint && npm run test",
"lint": "eslint -c .eslintrc.js --ext .ts . && tsc --noEmit --project tsconfig.json",
"prepublishOnly": "npm run build",
"release": "np --no-yarn && git push https://github.com/geostyler/geostyler-mapbox-parser.git master --tags",
"start:dev": "webpack --config dev-build.config.js --watch",
"release": "np --no-yarn && git push upstream master --tags",
Copy link
Contributor

Choose a reason for hiding this comment

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

Not a fan, this only works if the remote named upstream points at the right location. Have you thought about this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. The previous version does not work at all anymore. And #298 basically replaces the whole workflow

@dnlkoch
Copy link

dnlkoch commented Dec 4, 2023

🎉 This PR is included in version 5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants