-
Notifications
You must be signed in to change notification settings - Fork 1
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
Publish v32.0.3 #66
Merged
Merged
Publish v32.0.3 #66
Commits on Jul 5, 2024
-
customizable allowed import libs, user configuration js file (#52)
- Adds the ability to define and load a js or ts configuration - Expose a way in the configuration to register interceptor methods that can be used to allow custom modules and custom exports from custom libraries to be processed - Fix the import.ts code to handle properly the configuration file interceptors - Adds cli end to end tests
Configuration menu - View commit details
-
Copy full SHA for f109b4f - Browse repository at this point
Copy the full SHA f109b4fView commit details
Commits on Jul 8, 2024
-
fix build, add link to help screen (#57)
- Add link to the documentation when running migrate --help - Add tsx as a dependency so typescript support for configuration is always available - Fix the build configuration to properly emit user-config.cjs and user-config.d.ts - Update some packages - Fix user-config.ts so proper d.ts is generated correctly - the previous version was not generating a valid d.ts
Configuration menu - View commit details
-
Copy full SHA for 7536b0e - Browse repository at this point
Copy the full SHA 7536b0eView commit details
Commits on Jul 10, 2024
-
AG-12173 Allow processing the .gitignore file (#58)
After the command npx @ag-grid-devtools/[email protected] migrate --from=31.2.1, error message Error: Untracked input files stop the process of migration. We can make it work by processing the .gitignore file NOTE: this is a breaking change, files specified in .gitignore will NOT be processed anymore when running the command in a directory, agreed with Stephen that this is however the right behaviour - to decide if we want to alert the users or not in the release info use "glob" and "ignore" to process correctly gitignore files recursively. update e2e tests to verify gitignore files are ignored as expected
Configuration menu - View commit details
-
Copy full SHA for 3882538 - Browse repository at this point
Copy the full SHA 3882538View commit details -
AG-11722 improve and fix commandline parsing (#59)
Fix command line parsing The "--config=file" should not be included in the files to be processed Partial semvers should be supported, "from=30" should work the same as "from=30.0.0" All boolean flags should have an implicit "--no-flag" so they can be overridden when chaining commangs (normal cli behaviour) --to= should support "latest" and partial semver, for example --to=32.1 or --to=latest
Configuration menu - View commit details
-
Copy full SHA for 52f4b1e - Browse repository at this point
Copy the full SHA 52f4b1eView commit details -
release-32.0.2 Updates in the migrate CLI: - support for .gitignore files - when running in a folder without passing a list of files, .gitignore will be honoured - support for configuration file - this allows to define custom matchers to apply codemods also in wrapped or re-exported AG Grid components.
Configuration menu - View commit details
-
Copy full SHA for 766e7d3 - Browse repository at this point
Copy the full SHA 766e7d3View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5775310 - Browse repository at this point
Copy the full SHA 5775310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8318abe - Browse repository at this point
Copy the full SHA 8318abeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d0a7e - Browse repository at this point
Copy the full SHA a2d0a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 143aab9 - Browse repository at this point
Copy the full SHA 143aab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f05b7 - Browse repository at this point
Copy the full SHA b9f05b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24ea8e7 - Browse repository at this point
Copy the full SHA 24ea8e7View commit details
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.