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

Package upgrades: JS, Ruby, and Python Packages #1204

Merged
merged 8 commits into from
Nov 7, 2024
Merged

Conversation

Hesbon5600
Copy link
Contributor

@Hesbon5600 Hesbon5600 commented Nov 4, 2024

Upgrade the following packages:

Python

  • Django
  • urllib3
  • cookiecutter

Ruby

  • rexml

JS

  • word-wrap
  • react-devtools-core
  • serve-static
  • send

I have testes using the following commands:

$ yarn run demo
$ yarn run add <module-name>
$ cd demo
$ npx react-native-start

Found some issues with django-scaffold which are resolved in this PR: crowdbotics/django-scaffold#832

Ticket

PI-405
Related tickets:
Related PRs:

Type of PR

  • Bugfix
  • New feature
  • Minor changes

Did you make changes to modules or created a new module?

Changes introduced

Describe the changes being introduced in this PR
Include screenshots if necessary
Please link any documentation reference that relate to the changes

Test and review

Describe how a reviewer should test your PR

@Hesbon5600 Hesbon5600 self-assigned this Nov 4, 2024
alaisgomes
alaisgomes previously approved these changes Nov 5, 2024
@Hesbon5600 Hesbon5600 changed the title Package upgrades: urllib3 and Django Package upgrades: JS and Python Packages Nov 6, 2024
@Hesbon5600 Hesbon5600 changed the title Package upgrades: JS and Python Packages Package upgrades: JS, Ruby, and Python Packages Nov 6, 2024
….6.0 to leverage new features and bug fixes

fix(demo.js): specify cookiecutter version in pipenv install command to ensure consistency across environments
@Hesbon5600 Hesbon5600 requested a review from alaisgomes November 7, 2024 08:07
…atest version for getting the latest features and bug fixes

refactor(demo.js): change cookiecutter installation command to install any latest version
feat(demo.js): change checkout branch from master to develop in cookiecutter commands to test latest changes in develop branch
…eaking changes in future versions

refactor(demo.js): change branch from develop to master in cookiecutter commands for better stability and reliability
…behavior across environments

refactor(demo.js): change django-scaffold checkout branch from master to PI-405-package-upgrade for testing new package upgrades
…age-upgrade to master to ensure usage of stable version
scripts/demo.js Show resolved Hide resolved
urllib3 = "==2.1.0"
django = "==3.2.23"
urllib3 = ">=2.2.2"
django = ">=4.2.16"
Copy link

Choose a reason for hiding this comment

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

This is a big upgrade. But is it in line with other Django version upgrades elsewhere? I thought I saw an upgrade to a "4" version of Django elsewhere, too. Is that the same version?

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. We have upgraded the Django version to 4.2.* in all other relevant reports. I made sure it works as expected.

@jbrendel jbrendel merged commit a1d0aaf into develop Nov 7, 2024
4 checks passed
@jbrendel jbrendel deleted the package-upgrade branch November 7, 2024 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants