-
Notifications
You must be signed in to change notification settings - Fork 4
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
refactor: updated lock file version check to use new workflow #13
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: add js script to get translation strings hashes from transifex
feat: put comments transifex api v3 script
…ublish via semantic release
build: update package details and reactifex base urls usage
build: remove package lock from gitignore
build: add publish access for scoped package publish
Revert "build: add publish access for scoped package publish"
fix: fix npm publish by making scoped package access public
fix: add src directory in installed package files
fix: Fix loop inconsistent behavior with async/await in put comments
…ons-from-travis Shift CI from travis to github actions
BOM-3001: Remove travis
BREAKING CHANGE: Node 12 features aren't supported anymore
Add DEPR workflow automation & default issue overrides
feat: update main.js to be equal to transifex utils
build!: Upgrade to node v16
docs: Add description to temporary .github/ISSUE_TEMPLATE files
fix: Fixed indentation in CI workflow
* feat: Add package-lock file version check
Update eslint and plugins to avoid dependency resolution failures stemming from the use of the latest Node 16 version. Also fix the resulting linting errors. At the same time, use `ubuntu-latest` and use `npm ci` for CI settings.
Fix github url strings (org edx -> openedx)
The .github/workflows/self-assign-issue.yml workflow is missing or needs an update to stay in sync with the current standard for this workflow as defined in the `.github` repo of the `openedx` GitHub org.
…yml`. The .github/workflows/add-remove-label-on-comment.yml workflow is missing or needs an update to stay in sync with the current standard for this workflow as defined in the `.github` repo of the `openedx` GitHub org.
…d.yml`. The .github/workflows/add-depr-ticket-to-depr-board.yml workflow is missing or needs an update to stay in sync with the current standard for this workflow as defined in the `.github` repo of the `openedx` GitHub org.
Update standard workflow files.
feat: upgraded to node v18, added .nvmrc and updated workflows
Mashal-m
changed the title
refactor: update lock file version
refactor: updated lock file version check to use new workflow
Aug 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Renamed
lockfileversion-check-v3
tolockfile-check
in lockfile version file.Ticket
Prototype a way to review NPM lockfiles in PRs