Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
MarkupSafe (changelog) ==2.0.1==3.0.3 age adoption passing confidence major
actions/checkout v2v6 age adoption passing confidence action major
babel-loader 8.2.310.0.0 age adoption passing confidence devDependencies major
codecov/codecov-action v2v5 age adoption passing confidence action major
gitdb2 ==3.0.3.post1==4.0.2 age adoption passing confidence major
node 1625 age adoption passing confidence stage major
postcss-cli 8.3.111.0.1 age adoption passing confidence dependencies major
ubuntu 22.0424.04 age adoption passing confidence github-runner major
ubuntu focalnoble age adoption passing confidence final major
ubuntu focalnoble age adoption passing confidence stage major
webpack-cli (source) 4.9.16.0.1 age adoption passing confidence dependencies major
whitenoise (changelog) ==5.3.0==6.11.0 age adoption passing confidence major

Release Notes

pallets/markupsafe (MarkupSafe)

v3.0.3

Compare Source

Released 2025-09-27

  • __version__ raises DeprecationWarning instead of UserWarning.
    :issue:487
  • Adopt multi-phase initialisation (:pep:489) for the C extension.
    :issue:494
  • Build Windows ARM64 wheels. :issue:485
  • Build Python 3.14 wheels. :issue:503
  • Build riscv64 wheels. :issue:505

v3.0.2

Compare Source

Released 2024-10-18

  • Fix compatibility when __str__ returns a str subclass. :issue:472
  • Build requires setuptools >= 70.1. :issue:475

v3.0.1

Compare Source

Released 2024-10-08

  • Address compiler warnings that became errors in GCC 14. :issue:466
  • Fix compatibility with proxy objects. :issue:467

v3.0.0

Compare Source

Released 2024-10-07

  • Support Python 3.13 and its experimental free-threaded build. :pr:461
  • Drop support for Python 3.7 and 3.8.
  • Use modern packaging metadata with pyproject.toml instead of setup.cfg.
    :pr:348
  • Change distutils imports to setuptools. :pr:399
  • Use deferred evaluation of annotations. :pr:400
  • Update signatures for Markup methods to match str signatures. Use
    positional-only arguments. :pr:400
  • Some str methods on Markup no longer escape their argument:
    strip, lstrip, rstrip, removeprefix, removesuffix,
    partition, and rpartition; replace only escapes its new
    argument. These methods are conceptually linked to search methods such as
    in, find, and index, which already do not escape their argument.
    :issue:401
  • The __version__ attribute is deprecated. Use feature detection, or
    importlib.metadata.version("markupsafe"), instead. :pr:402
  • Speed up escaping plain strings by 40%. :pr:434
  • Simplify speedups implementation. :pr:437

v2.1.5

Compare Source

Released 2024-02-02

  • Fix striptags not collapsing spaces. :issue:417

v2.1.4

Compare Source

Released 2024-01-19

  • Don't use regular expressions for striptags, avoiding a performance
    issue. :pr:413

v2.1.3

Compare Source

Released 2023-06-02

  • Implement format_map, casefold, removeprefix, and removesuffix
    methods. :issue:370
  • Fix static typing for basic str methods on Markup. :issue:358
  • Use Self for annotating return types. :pr:379

v2.1.2

Compare Source

Released 2023-01-17

  • Fix striptags not stripping tags containing newlines.
    :issue:310

v2.1.1

Compare Source

Released 2022-03-14

  • Avoid ambiguous regex matches in striptags. :pr:293

v2.1.0

Compare Source

Released 2022-02-17

  • Drop support for Python 3.6. :pr:262
  • Remove soft_unicode, which was previously deprecated. Use
    soft_str instead. :pr:261
  • Raise error on missing single placeholder during string
    interpolation. :issue:225
  • Disable speedups module for GraalPython. :issue:277
actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source

v4

Compare Source

v3

Compare Source

babel/babel-loader (babel-loader)

v10.0.0

Compare Source

What's Changed

Breaking Changes
  • bump node requirement to ^18.20.0 || ^20.10.0 || >=22.0.0 and webpack requirement to >= 5.61.0 by @​JLHwung in #​1026
  • breaking: use output.hashFunction as loader cache hasher by @​JLHwung in #​1027
New Features
Bug Fixes
Docs
Dependencies
Internal

New Contributors

Full Changelog: babel/babel-loader@v9.1.3...v10.0.0

v9.2.1

Compare Source

What's Changed

Full Changelog: babel/babel-loader@v9.2.0...v9.2.1

v9.2.0

Compare Source

What's Changed

Full Changelog: babel/babel-loader@v9.1.3...v9.2.0

v9.1.3

Compare Source

Security dependency updates

New Contributors

Full Changelog: babel/babel-loader@v9.1.2...v9.1.3

v9.1.2

Compare Source

9.1.1 was a broken release, it didn't include all the commits.

Dependencies updates

Misc

New Contributors

Full Changelog: babel/babel-loader@v9.1.0...v9.1.2

v9.1.1

Compare Source

v9.1.0

Compare Source

New features

Full Changelog: babel/babel-loader@v9.0.1...v9.1.0

v9.0.1

Compare Source

Bug Fixes

Full Changelog: babel/babel-loader@v9.0.0...v9.0.1

v9.0.0

Compare Source

What's Changed

  • update hash method mechanism so it doesn't fail on a fips enabled machine by @​darmbrust in #​939
  • Require babel ^7.12.0 and Node.js >= 14.15.0 versions by @​JLHwung in #​956
  • Remove dependency on loader-utils and drop webpack 4 support by @​nied in #​942

New Contributors

Full Changelog: babel/babel-loader@v8.2.5...v9.0.0

v8.4.1

Compare Source

What's Changed

Full Changelog: babel/babel-loader@v8.4.0...v8.4.1

v8.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v8.3.0...v8.4.0

v8.3.0

Compare Source

New features

Full Changelog: babel/babel-loader@v8.2.5...v8.3.0

v8.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v8.2.4...v8.2.5

v8.2.4

Compare Source

What's Changed

Thanks @​loveDstyle, @​stianjensen and @​pathmapper for your first PRs!

codecov/codecov-action (codecov/codecov-action)

v5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v4

Compare Source

What's Changed

v3

Compare Source

#Full Changelog: codecov/codecov-action@v3.1.5...v3.1.6

gitpython-developers/gitdb (gitdb2)

v4.0.2

Compare Source

nodejs/node (node)

v25

Moved to doc/changelogs/CHANGELOG_V012.md#0.12.8.

v24

Moved to doc/changelogs/CHANGELOG_IOJS.md#2.1.0.

v23

Moved to doc/changelogs/CHANGELOG_V6.md#6.1.0.

v22

Moved to doc/changelogs/CHANGELOG_V4.md#4.4.1.

v21

Moved to doc/changelogs/CHANGELOG_V4.md#4.2.6.

v20

Moved to doc/changelogs/CHANGELOG_V012.md#0.12.14.

v18

Moved to doc/changelogs/CHANGELOG_IOJS.md#3.1.0.

postcss/postcss-cli (postcss-cli)

v11.0.1

Compare Source

  • Update and minimize dependencies

v11.0.0

Compare Source

v10.1.0

Compare Source

  • Allow running --watch mode in non-TTY contexts, like Docker (#​448)
  • Update dependencies

v10.0.0

Compare Source

  • BREAKING: Drop Node 12 support (#​438)
  • Add support for ESM config files (#​437)

v9.1.0

Compare Source

v9.0.2

Compare Source

  • Switch to picocolors (#​409)
  • Remove test files from npm package

v9.0.1

Compare Source

  • Actually exit with error when attempting to stdout in watch mode
  • Remove bin/ from files in package.json

v9.0.0

Compare Source

  • BREAKING: Require Node.js v12+
  • BREAKING: Must specify full file path, including .js extension, when loading local plugins with --use (#​401)
  • BREAKING: Officially remove support for watching postcss config (was already broken in previous releases)
  • Add support for dir-dependency messages (#​383, #​391)
  • Update deps
webpack/webpack-cli (webpack-cli)

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

BREAKING CHANGES
  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0
  • The --define-process-env-node-env option was renamed to --config-node-env
Bug Fixes
Features

5.1.4 (2023-06-07)

Bug Fixes
  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

5.1.1 (2023-05-09)

Bug Fixes

v5.1.4

Compare Source

BREAKING CHANGES
  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0
  • The --define-process-env-node-env option was renamed to --config-node-env
Bug Fixes
Features

5.1.4 (2023-06-07)

Bug Fixes
  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

5.1.1 (2023-05-09)

Bug Fixes

v5.1.3

Compare Source

BREAKING CHANGES
  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0
  • The --define-process-env-node-env option was renamed to --config-node-env
Bug Fixes
Features

5.1.4 (2023-06-07)

Bug Fixes
  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

5.1.1 (2023-05-09)

Bug Fixes

v5.1.2

Compare Source

BREAKING CHANGES
  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0
  • The --define-process-env-node-env option was renamed to --config-node-env
Bug Fixes
  • allow to require `webp

Configuration

📅 Schedule: Branch creation - "on the first day of january" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@webteam-app
Copy link
Collaborator

Demo starting at https://docs-ubuntu-com-364.demos.haus

@codecov
Copy link

codecov bot commented Jan 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.27%. Comparing base (ac63dfd) to head (d3a2885).
Report is 3 commits behind head on main.

Current head d3a2885 differs from pull request most recent head cf915f3

Please upload reports for the commit cf915f3 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #364   +/-   ##
=======================================
  Coverage   87.27%   87.27%           
=======================================
  Files           5        5           
  Lines          55       55           
=======================================
  Hits           48       48           
  Misses          7        7           
Flag Coverage Δ
python 87.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/major-all branch from d3a2885 to 40540fb Compare January 31, 2024 20:01
@renovate renovate bot force-pushed the renovate/major-all branch from 40540fb to 0bf4e66 Compare April 3, 2024 13:16
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from b14c302 to fb93a5f Compare April 26, 2024 19:51
@renovate renovate bot force-pushed the renovate/major-all branch from fb93a5f to cf915f3 Compare June 19, 2024 16:31
@renovate renovate bot changed the title Update all dependencies (major) chore(deps): update all dependencies (major) Jun 28, 2024
@renovate renovate bot force-pushed the renovate/major-all branch from cf915f3 to 08e7312 Compare September 16, 2024 14:44
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 0074a8c to 0530d5b Compare October 8, 2024 19:05
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 4281d38 to c4a5b30 Compare October 18, 2024 20:01
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 5dc1625 to 91ab7ab Compare October 30, 2024 01:32
@renovate renovate bot force-pushed the renovate/major-all branch from 91ab7ab to 3d7df7e Compare November 14, 2024 17:14
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 6f54430 to 6bbb356 Compare December 20, 2024 14:56
@renovate renovate bot force-pushed the renovate/major-all branch from 6bbb356 to a47a35a Compare February 6, 2025 22:47
@renovate renovate bot force-pushed the renovate/major-all branch from a47a35a to c6040ab Compare February 18, 2025 12:41
@renovate renovate bot force-pushed the renovate/major-all branch from c6040ab to 9a41c6f Compare February 27, 2025 20:49
@renovate renovate bot force-pushed the renovate/major-all branch from 9a41c6f to 89f069b Compare March 12, 2025 20:44
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from fe80938 to 293fd2e Compare May 7, 2025 01:23
@renovate renovate bot force-pushed the renovate/major-all branch from 293fd2e to 0eeb82f Compare July 28, 2025 18:58
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 978fbd3 to 98ffb49 Compare August 11, 2025 16:10
@renovate renovate bot force-pushed the renovate/major-all branch from 98ffb49 to e76ac5c Compare August 19, 2025 12:03
@renovate renovate bot force-pushed the renovate/major-all branch from e76ac5c to 12e7575 Compare August 31, 2025 12:26
@renovate renovate bot force-pushed the renovate/major-all branch from 12e7575 to 673343e Compare September 9, 2025 15:12
@renovate renovate bot force-pushed the renovate/major-all branch from 673343e to bed318d Compare September 18, 2025 11:31
@renovate renovate bot force-pushed the renovate/major-all branch from bed318d to 54ef895 Compare September 27, 2025 21:59
@renovate renovate bot force-pushed the renovate/major-all branch from 54ef895 to 5935eb2 Compare October 9, 2025 11:51
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 8309ede to 92b3ba5 Compare October 21, 2025 18:36
@renovate renovate bot force-pushed the renovate/major-all branch from 92b3ba5 to 7bd506e Compare November 10, 2025 22:45
@renovate renovate bot force-pushed the renovate/major-all branch from 7bd506e to 0453d56 Compare November 20, 2025 19:00
@renovate renovate bot force-pushed the renovate/major-all branch from 0453d56 to 2b73c14 Compare December 3, 2025 16:44
@renovate renovate bot force-pushed the renovate/major-all branch from 2b73c14 to 870fa0f Compare December 31, 2025 18:55
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.

2 participants