Skip to content

Commit

Permalink
fix: upgrade rollup 4.22.0, deterministic chunk hashing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkubej committed Sep 20, 2024
1 parent 21ec1ce commit a18b773
Show file tree
Hide file tree
Showing 4 changed files with 6,772 additions and 7,962 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"playwright-chromium": "^1.47.1",
"prettier": "3.3.3",
"rimraf": "^5.0.10",
"rollup": "^4.20.0",
"rollup": "^4.22.0",
"rollup-plugin-esbuild": "^6.1.1",
"simple-git-hooks": "^2.11.1",
"tslib": "^2.7.0",
Expand Down
5 changes: 3 additions & 2 deletions packages/vite/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,8 @@ Repository: sindresorhus/binary-extensions

> MIT License
>
> Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
> Copyright (c) Paul Miller (https://paulmillr.com)
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
Expand Down Expand Up @@ -1447,7 +1448,7 @@ Repository: pillarjs/finalhandler
## follow-redirects
License: MIT
By: Ruben Verborgh, Olivier Lalonde, James Talmage
Repository: git@github.com:follow-redirects/follow-redirects.git
Repository: git+ssh://git@github.com/follow-redirects/follow-redirects.git

> Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
>
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"dependencies": {
"esbuild": "^0.21.3",
"postcss": "^8.4.47",
"rollup": "^4.20.0"
"rollup": "^4.22.0"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
Expand Down
Loading

0 comments on commit a18b773

Please sign in to comment.