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

chore(deps): bump python-minifier from 2.11.2 to 2.11.3 #81

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps python-minifier from 2.11.2 to 2.11.3.

Release notes

Sourced from python-minifier's releases.

2.11.3

ℹ️ Note that python-minifier depends on the python interpreter for parsing source code, and will output source code compatible with the version of the interpreter it is run with.

This means that if you minify code written for Python 3.11 using python-minifier running with Python 3.12, the minified code may only run with Python 3.12.

Fixed

  • The special behaviour of assignment expression target binding inside comprehensions was not correctly implemented.

    This could lead to the analysed scope of these variables being incorrect and the variable being renamed to a name that was already in scope.

Changelog

Sourced from python-minifier's changelog.

[2.11.3] - 2024-11-12

Fixed

  • The special behaviour of assignment expression target binding inside comprehensions was not correctly implemented.

    This could lead to the analysed scope of these variables being incorrect and the variable being renamed to a name that was already in scope.

Commits
  • ca4cba5 🔖 2.11.3
  • bfe655b Merge pull request #120 from dflook/fix-namedexpr-scope
  • 99616a9 Add some additional tests for comprehension types
  • 8d4fbee Stop skipping regression tests
  • cfd1ab3 Add NamedExpr binding test
  • c3b8bb6 Fix printing namespaces with hoisted literals
  • de2b9b5 Correctly set the namespace for NamedExpr targets
  • 2714b91 Merge pull request #117 from dflook/get_node
  • 7c88edf Use free function to get a nodes parent.
  • e1f614b Merge pull request #116 from dflook/stub-missing-nodes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [python-minifier](https://github.com/dflook/python-minifier) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/dflook/python-minifier/releases)
- [Changelog](https://github.com/dflook/python-minifier/blob/main/CHANGELOG.md)
- [Commits](dflook/python-minifier@2.11.2...2.11.3)

---
updated-dependencies:
- dependency-name: python-minifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
@rmoesbergen rmoesbergen merged commit e6d5ce8 into main Nov 21, 2024
1 check passed
@rmoesbergen rmoesbergen deleted the dependabot/pip/python-minifier-2.11.3 branch November 21, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant