golem-js
golem-js copied to clipboard
build(deps): bump the prod-deps-regular group across 1 directory with 6 updates
Bumps the prod-deps-regular group with 6 updates in the / directory:
Package | From | To |
---|---|---|
debug | 4.3.6 |
4.3.7 |
express | 4.19.2 |
4.21.0 |
tsx | 4.19.0 |
4.19.1 |
@rollup/rollup-darwin-x64 | 4.21.2 |
4.24.0 |
@rollup/rollup-win32-arm64-msvc | 4.21.2 |
4.24.0 |
@rollup/rollup-win32-x64-msvc | 4.21.2 |
4.24.0 |
Updates debug
from 4.3.6 to 4.3.7
Release notes
Sourced from debug's releases.
4.3.7
What's Changed
- Upgrade ms to version 2.1.3 by
@realityking
in debug-js/debug#819Full Changelog: https://github.com/debug-js/debug/compare/4.3.6...4.3.7
Commits
bc60914
4.3.7c63e96e
Upgrade ms to version 2.1.3 (#819)382864a
remove archaic badges from readme- See full diff in compare view
Updates express
from 4.19.2 to 4.21.0
Release notes
Sourced from express's releases.
4.21.0
What's Changed
- Deprecate
"back"
magic string in redirects by@blakeembrey
in expressjs/express#5935- [email protected] by
@wesleytodd
in expressjs/express#5954- fix(deps): [email protected] by
@wesleytodd
in expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@agadzinski93
in expressjs/express#5946New Contributors
@agadzinski93
made their first contribution in expressjs/express#5946Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0
4.20.0
What's Changed
Important
- IMPORTANT: The default
depth
level for parsing URL-encoded data is now32
(previously wasInfinity
)- Remove link renderization in html while using
res.redirect
Other Changes
- 4.19.2 Staging by
@wesleytodd
in expressjs/express#5561- remove duplicate location test for data uri by
@wesleytodd
in expressjs/express#5562- feat: document beta releases expectations by
@marco-ippolito
in expressjs/express#5565- Cut down on duplicated CI runs by
@jonchurch
in expressjs/express#5564- Add a Threat Model by
@UlisesGascon
in expressjs/express#5526- Assign captain of encodeurl by
@blakeembrey
in expressjs/express#5579- Nominate jonchurch as repo captain for
http-errors
,expressjs.com
,morgan
,cors
,body-parser
by@jonchurch
in expressjs/express#5587- docs: update Security.md by
@inigomarquinez
in expressjs/express#5590- docs: update triage nomination policy by
@UlisesGascon
in expressjs/express#5600- Add CodeQL (SAST) by
@UlisesGascon
in expressjs/express#5433- docs: add UlisesGascon as triage initiative captain by
@UlisesGascon
in expressjs/express#5605- deps: encodeurl@~2.0.0 by
@blakeembrey
in expressjs/express#5569- skip QUERY method test by
@jonchurch
in expressjs/express#5628- ignore ETAG query test on 21 and 22, reuse skip util by
@jonchurch
in expressjs/express#5639- add support Node.js@22 in the CI by
@mertcanaltin
in expressjs/express#5627- doc: add table of contents, tc/triager lists to readme by
@mertcanaltin
in expressjs/express#5619- List and sort all projects, add captains by
@blakeembrey
in expressjs/express#5653- docs: add
@UlisesGascon
as captain for cookie-parser by@UlisesGascon
in expressjs/express#5666- ✨ bring back query tests for node 21 by
@ctcpip
in expressjs/express#5690- [v4] Deprecate
res.clearCookie
acceptingoptions.maxAge
andoptions.expires
by@jonchurch
in expressjs/express#5672- skip QUERY tests for Node 21 only, still not supported by
@jonchurch
in expressjs/express#5695- 📝 update people, add ctcpip to TC by
@ctcpip
in expressjs/express#5683- remove minor version pinning from ci by
@jonchurch
in expressjs/express#5722- Fix link variable use in attribution section of CODE OF CONDUCT by
@IamLizu
in expressjs/express#5762- Replace Appveyor windows testing with GHA by
@jonchurch
in expressjs/express#5599- Add OSSF Scorecard badge by
@UlisesGascon
in expressjs/express#5436- update scorecard link by
@bjohansebas
in expressjs/express#5814- Nominate
@IamLizu
to the triage team by@UlisesGascon
in expressjs/express#5836- deps: [email protected] by
@blakeembrey
in expressjs/express#5603
... (truncated)
Changelog
Sourced from express's changelog.
4.21.0 / 2024-09-11
- Deprecate
res.location("back")
andres.redirect("back")
magic string- deps: [email protected]
- includes [email protected]
- deps: [email protected]
- deps: [email protected]
4.20.0 / 2024-09-10
- deps: [email protected]
- Remove link renderization in html while redirecting
- deps: [email protected]
- Remove link renderization in html while redirecting
- deps: [email protected]
- add
depth
option to customize the depth level in the parser- IMPORTANT: The default
depth
level for parsing URL-encoded data is now32
(previously wasInfinity
)- Remove link renderization in html while using
res.redirect
- deps: [email protected]
- Adds support for named matching groups in the routes using a regex
- Adds backtracking protection to parameters without regexes defined
- deps: encodeurl@~2.0.0
- Removes encoding of
\
,|
, and^
to align better with URL spec- Deprecate passing
options.maxAge
andoptions.expires
tores.clearCookie
- Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
Commits
7e562c6
4.21.01bcde96
fix(deps): [email protected] (#5946)7d36477
fix(deps): [email protected] (#5951)40d2d8f
fix(deps): [email protected]77ada90
Deprecate"back"
magic string in redirects (#5935)21df421
4.20.04c9ddc1
feat: upgrade to [email protected]9ebe5d5
feat: upgrade to [email protected] (#5928)ec4a01b
feat: upgrade to [email protected] (#5926)54271f6
fix: don't render redirect values in anchor href- Additional commits viewable in compare view
Updates tsx
from 4.19.0 to 4.19.1
Release notes
Sourced from tsx's releases.
v4.19.1
4.19.1 (2024-09-12)
Bug Fixes
- cjs: patch
module.path
for accurate cache ID (0329bfc), closes privatenumber/tsx#651- cjs: resolve ts extensions from js when namespaced (44ed37f)
This release is also available on:
Commits
0329bfc
fix(cjs): patchmodule.path
for accurate cache ID44ed37f
fix(cjs): resolve ts extensions from js when namespacedac77527
test: outdent api fixtures- See full diff in compare view
Updates @rollup/rollup-darwin-x64
from 4.21.2 to 4.24.0
Release notes
Sourced from @rollup/rollup-darwin-x64
's releases.
v4.24.0
4.24.0
2024-10-02
Features
- Support preserving and transpiling JSX syntax (#5668)
Pull Requests
- #5668: Introduce JSX support (
@lukastaegert
,@Martin-Idel
,@felixhuttmann
,@AlexDroll
,@tiptr
)v4.23.0
4.23.0
2024-10-01
Features
- Collect all emitted names and originalFileNames for assets (#5686)
Pull Requests
- #5686: Add names and originalFileNames to assets (
@lukastaegert
)v4.22.5
4.22.5
2024-09-27
Bug Fixes
- Allow parsing of certain unicode characters again (#5674)
Pull Requests
- #5674: Fix panic with unicode characters (
@sapphi-red
,@lukastaegert
)- #5675: chore(deps): update dependency rollup to v4.22.4 [security] (
@renovate
[bot])- #5680: chore(deps): update dependency
@rollup/plugin-commonjs
to v28 (@renovate
[bot],@lukastaegert
)- #5681: chore(deps): update dependency
@rollup/plugin-replace
to v6 (@renovate
[bot])- #5682: chore(deps): update dependency
@rollup/plugin-typescript
to v12 (@renovate
[bot])- #5684: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])v4.22.4
4.22.4
2024-09-21
Bug Fixes
... (truncated)
Changelog
Sourced from @rollup/rollup-darwin-x64
's changelog.
4.24.0
2024-10-02
Features
- Support preserving and transpiling JSX syntax (#5668)
Pull Requests
- #5668: Introduce JSX support (
@lukastaegert
,@Martin-Idel
,@felixhuttmann
,@AlexDroll
,@tiptr
)4.23.0
2024-10-01
Features
- Collect all emitted names and originalFileNames for assets (#5686)
Pull Requests
- #5686: Add names and originalFileNames to assets (
@lukastaegert
)4.22.5
2024-09-27
Bug Fixes
- Allow parsing of certain unicode characters again (#5674)
Pull Requests
- #5674: Fix panic with unicode characters (
@sapphi-red
,@lukastaegert
)- #5675: chore(deps): update dependency rollup to v4.22.4 [security] (
@renovate
[bot])- #5680: chore(deps): update dependency
@rollup/plugin-commonjs
to v28 (@renovate
[bot],@lukastaegert
)- #5681: chore(deps): update dependency
@rollup/plugin-replace
to v6 (@renovate
[bot])- #5682: chore(deps): update dependency
@rollup/plugin-typescript
to v12 (@renovate
[bot])- #5684: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])4.22.4
2024-09-21
Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)
Pull Requests
... (truncated)
Commits
d3c000f
4.24.0ca186ee
Introduce JSX support (#5668)ed98e08
4.23.0d0eee9c
Add names and originalFileNames to assets (#5686)bc7780c
4.22.5ee138d1
chore(deps): lock file maintenance minor/patch updates (#5684)2d59dbc
chore(deps): update dependency@rollup/plugin-commonjs
to v28 (#5680)524670d
Fix panic with unicode characters (#5674)9c5e345
chore(deps): update dependency@rollup/plugin-replace
to v6 (#5681)6d75b6d
chore(deps): update dependency@rollup/plugin-typescript
to v12 (#5682)- Additional commits viewable in compare view
Updates @rollup/rollup-win32-arm64-msvc
from 4.21.2 to 4.24.0
Release notes
Sourced from @rollup/rollup-win32-arm64-msvc
's releases.
v4.24.0
4.24.0
2024-10-02
Features
- Support preserving and transpiling JSX syntax (#5668)
Pull Requests
- #5668: Introduce JSX support (
@lukastaegert
,@Martin-Idel
,@felixhuttmann
,@AlexDroll
,@tiptr
)v4.23.0
4.23.0
2024-10-01
Features
- Collect all emitted names and originalFileNames for assets (#5686)
Pull Requests
- #5686: Add names and originalFileNames to assets (
@lukastaegert
)v4.22.5
4.22.5
2024-09-27
Bug Fixes
- Allow parsing of certain unicode characters again (#5674)
Pull Requests
- #5674: Fix panic with unicode characters (
@sapphi-red
,@lukastaegert
)- #5675: chore(deps): update dependency rollup to v4.22.4 [security] (
@renovate
[bot])- #5680: chore(deps): update dependency
@rollup/plugin-commonjs
to v28 (@renovate
[bot],@lukastaegert
)- #5681: chore(deps): update dependency
@rollup/plugin-replace
to v6 (@renovate
[bot])- #5682: chore(deps): update dependency
@rollup/plugin-typescript
to v12 (@renovate
[bot])- #5684: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])v4.22.4
4.22.4
2024-09-21
Bug Fixes
... (truncated)
Changelog
Sourced from @rollup/rollup-win32-arm64-msvc
's changelog.
4.24.0
2024-10-02
Features
- Support preserving and transpiling JSX syntax (#5668)
Pull Requests
- #5668: Introduce JSX support (
@lukastaegert
,@Martin-Idel
,@felixhuttmann
,@AlexDroll
,@tiptr
)4.23.0
2024-10-01
Features
- Collect all emitted names and originalFileNames for assets (#5686)
Pull Requests
- #5686: Add names and originalFileNames to assets (
@lukastaegert
)4.22.5
2024-09-27
Bug Fixes
- Allow parsing of certain unicode characters again (#5674)
Pull Requests
- #5674: Fix panic with unicode characters (
@sapphi-red
,@lukastaegert
)- #5675: chore(deps): update dependency rollup to v4.22.4 [security] (
@renovate
[bot])- #5680: chore(deps): update dependency
@rollup/plugin-commonjs
to v28 (@renovate
[bot],@lukastaegert
)- #5681: chore(deps): update dependency
@rollup/plugin-replace
to v6 (@renovate
[bot])- #5682: chore(deps): update dependency
@rollup/plugin-typescript
to v12 (@renovate
[bot])- #5684: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])4.22.4
2024-09-21
Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)
Pull Requests
... (truncated)
Commits
d3c000f
4.24.0ca186ee
Introduce JSX support (#5668)ed98e08
4.23.0d0eee9c
Add names and originalFileNames to assets (#5686)bc7780c
4.22.5ee138d1
chore(deps): lock file maintenance minor/patch updates (#5684)2d59dbc
chore(deps): update dependency@rollup/plugin-commonjs
to v28 (#5680)524670d
Fix panic with unicode characters (#5674)9c5e345
chore(deps): update dependency@rollup/plugin-replace
to v6 (#5681)6d75b6d
chore(deps): update dependency@rollup/plugin-typescript
to v12 (#5682)- Additional commits viewable in compare view
Updates @rollup/rollup-win32-x64-msvc
from 4.21.2 to 4.24.0
Release notes
Sourced from @rollup/rollup-win32-x64-msvc
's releases.
v4.24.0
4.24.0
2024-10-02
Features
- Support preserving and transpiling JSX syntax (#5668)
Pull Requests
- #5668: Introduce JSX support (
@lukastaegert
,@Martin-Idel
,@felixhuttmann
,@AlexDroll
,@tiptr
)v4.23.0
4.23.0
2024-10-01
Features
- Collect all emitted names and originalFileNames for assets (#5686)
Pull Requests
- #5686: Add names and originalFileNames to assets (
@lukastaegert
)v4.22.5
4.22.5
2024-09-27
Bug Fixes
- Allow parsing of certain unicode characters again (#5674)
Pull Requests
- #5674: Fix panic with unicode characters (
@sapphi-red
,@lukastaegert
)- #5675: chore(deps): update dependency rollup to v4.22.4 [security] (
@renovate
[bot])- #5680: chore(deps): update dependency
@rollup/plugin-commonjs
to v28 (@renovate
[bot],@lukastaegert
)- #5681: chore(deps): update dependency
@rollup/plugin-replace
to v6 (@renovate
[bot])- #5682: chore(deps): update dependency
@rollup/plugin-typescript
to v12 (@renovate
[bot])- #5684: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])v4.22.4
4.22.4
2024-09-21
Bug Fixes
... (truncated)
Changelog
Sourced from @rollup/rollup-win32-x64-msvc
's changelog.
4.24.0
2024-10-02
Features
- Support preserving and transpiling JSX syntax (#5668)
Pull Requests
- #5668: Introduce JSX support (
@lukastaegert
,@Martin-Idel
,@felixhuttmann
,@AlexDroll
,@tiptr
)4.23.0
2024-10-01
Features
- Collect all emitted names and originalFileNames for assets (#5686)
Pull Requests
- #5686: Add names and originalFileNames to assets (
@lukastaegert
)4.22.5
2024-09-27
Bug Fixes
- Allow parsing of certain unicode characters again (#5674)
Pull Requests
- #5674: Fix panic with unicode characters (
@sapphi-red
,@lukastaegert
)- #5675: chore(deps): update dependency rollup to v4.22.4 [security] (
@renovate
[bot])- #5680: chore(deps): update dependency
@rollup/plugin-commonjs
to v28 (@renovate
[bot],@lukastaegert
)- #5681: chore(deps): update dependency
@rollup/plugin-replace
to v6 (@renovate
[bot])- #5682: chore(deps): update dependency
@rollup/plugin-typescript
to v12 (@renovate
[bot])- #5684: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])4.22.4
2024-09-21
Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)
Pull Requests
... (truncated)
Commits
d3c000f
4.24.0ca186ee
Introduce JSX support (#5668)ed98e08
4.23.0d0eee9c
Add names and originalFileNames to assets (#5686)bc7780c
4.22.5ee138d1
chore(deps): lock file maintenance minor/patch updates (#5684)2d59dbc
chore(deps): update dependency@rollup/plugin-commonjs
to v28 (#5680)524670d
Fix panic with unicode characters (#5674)9c5e345
chore(deps): update dependency@rollup/plugin-replace
to v6 (#5681)6d75b6d
chore(deps): update dependency@rollup/plugin-typescript
to v12 (#5682)- Additional commits viewable in compare view
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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions