-
Notifications
You must be signed in to change notification settings - Fork 2
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
[GIT-28][GIT-26] Webpack & NPM revisited #32
Merged
Merged
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
…registry instead of artifactory for package resolution. This change is done to ensure consistency and reliability in package resolution across different environments. 🔁 refactor(package-lock.json): change package resolution from Forbes Artifactory to npm registry for better package availability and reliability 🔁 refactor(package-lock.json): change resolved URLs for babel plugins from Forbes Artifactory to npm registry for better accessibility and reliability 🔁 refactor(package-lock.json): change package resolution URLs from private registry to npmjs.org for better accessibility and compatibility 🔄 chore(package-lock.json): update resolved URLs for packages from private registry to npmjs.org registry for public accessibility 🔁 chore(package-lock.json): change package registry from Forbes Artifactory to npm registry for better package availability and reliability 🔁 refactor(package-lock.json): change resolved URLs from Forbes Artifactory to npm registry for better package accessibility 🔧 chore(package-lock.json): change package registry from Forbes Artifactory to npmjs.org for better package availability and reliability 🔁 refactor(package-lock.json): change package registry from private to public npm registry for better accessibility and compatibility 🔁 chore(package-lock.json): change package registry from Forbes Artifactory to npm registry for better package availability and reliability 🔧 chore(package-lock.json): update package-lock.json with new dependencies and resolved URLs 🔥 remove(package-lock.json): remove references to forbes.jfrog.io and replace with registry.npmjs.org for better package resolution ✨ feat(package-lock.json): add [email protected] to dependencies for improved command-line interfaces 🔁 refactor(package-lock.json): change package resolution from Forbes Artifactory to npm registry for better package availability and reliability 🔁 refactor(package-lock.json): change package registry from private to public npm registry for better accessibility and compatibility ⬆️ upgrade(package-lock.json): update escape-string-regexp version to 2.0.0 for improved performance and compatibility 🔧 chore(package-lock.json): update package-lock.json to point to npm registry instead of artifactory for package resolution ✨ feat(package-lock.json): add find-up package to the project dependencies 🔧 chore(package-lock.json): update dependencies to latest versions for better performance and security 🔄 refactor(package-lock.json): change package registry from Forbes Artifactory to npm registry for better package availability and updates 🔁 chore(package-lock.json): change package registry from private to public npm registry for better accessibility and compatibility 🔧 chore(package-lock.json): update package-lock.json to use npm registry instead of artifactory for resolving packages for better package availability and reliability ⬆️ upgrade(package-lock.json): update istanbul-lib-instrument and related dependencies to latest versions for improved performance and security 🔄 refactor(package-lock.json): change package registry from Forbes Artifactory to npm registry for better package availability and updates 🔧 chore(package-lock.json): update package-lock.json to use npm registry instead of artifactory for jest related packages for better package availability and reliability 🔁 chore(package-lock.json): switch jest package registry from Forbes Artifactory to npmjs.org for better package availability and reliability 🔄 chore(package-lock.json): update package-lock.json to use npm registry instead of Forbes Artifactory for resolving packages 🔁 refactor(package-lock.json): change npm registry from private to public for better accessibility and compatibility ➕ feat(package-lock.json): add lodash.memoize package to improve performance by caching function results 🔧 chore(package-lock.json): update package-lock.json to use npm registry instead of Forbes Artifactory for package resolution ⬆️ upgrade(package-lock.json): update minimatch version from 3.0.8 to 3.1.2 for better performance and bug fixes 🔧 chore: update package-lock.json to reflect new package sources and added node-int64 package 🔄 chore(package-lock.json): change package registry from Forbes Artifactory to npm registry for better package availability and reliability 🔧 chore(package-lock.json): update npm registry URLs from private to public npm registry 🔧 chore(package-lock.json): add new dependencies 'qs', 'form-data', 'tough-cookie' to package-lock.json 🔄 chore(package-lock.json): update resolved URLs for packages to point to registry.npmjs.org instead of forbes.jfrog.io for better package accessibility 🔁 refactor(package-lock.json): change package resolution from private registry to npmjs.org for better accessibility and compatibility 🔧 chore: update dependencies in package-lock.json 🔄 refactor: change the source of packages from forbes.jfrog.io to registry.npmjs.org ⬆️ upgrade: update tough-cookie from 2.5.0 to 4.1.4 for better performance and security 🔥 remove: unnecessary dependencies such as lodash.memoize and yargs-parser from ts-jest 🔄 refactor: update the resolved URLs of various packages to point to registry.npmjs.org instead of forbes.jfrog.io ⬆️ upgrade: update various dependencies to their latest versions for improved functionality and security 🔄 chore(package-lock.json): change package resolution URLs from private registry to npmjs.org for better accessibility and compatibility 🔁 chore(package-lock.json): change package registry from Forbes Artifactory to npm registry for better package availability and reliability ✨ feat(package-lock.json): add yargs and yargs-parser packages to support command line arguments parsing
buley
changed the title
[GIT-28] Webpack & NPM revisited
[GIT-28][GIT-26] Webpack & NPM revisited
Sep 7, 2024
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.
#28
#26