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

Getting 3.x branch ready for 3.1.7 release #998

Merged
merged 11 commits into from
Sep 26, 2024
Merged

Getting 3.x branch ready for 3.1.7 release #998

merged 11 commits into from
Sep 26, 2024

Conversation

cure53
Copy link
Owner

@cure53 cure53 commented Sep 26, 2024

See above

christianhg and others added 11 commits July 16, 2024 11:01
fix: typo in karma.custom-launchers.config.js
Allow SVG transfer function attributes
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.1...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
….94.0

build(deps-dev): bump webpack from 5.76.1 to 5.94.0
The Angular compiler looks for the main field using a few fields in the package.json. The order it uses is:
- es2020
- es2015
- browser
- module
- main

The first entry the Angular compiler would find before this change was the 'browser' entry point. This is however compiled as an `umd` and Angular is looking for an `esm` so it would complain (it would still work though). Adding `es2020` as an entry point fixes this problem.
Added support for the Angular compiler.
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.1 to 1.20.3.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.1...1.20.3)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…er-1.20.3

build(deps): bump body-parser from 1.20.1 to 1.20.3
… specific config settings, thanks @masatokinugawa

fix: Removed the foreeignObject element from the lost of HTML entrypoints, thanks @masatokinugawa
chore: Updated build and test dependencies
@cure53 cure53 merged commit 4f3b5cb into 3.x Sep 26, 2024
14 checks passed
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.

4 participants