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): upgrade rollup a bit #3864

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3c85e44
get to rollup 2.50
alicewriteswrongs Nov 15, 2022
4266741
get resolve plugin to v10
alicewriteswrongs Nov 15, 2022
7c6b4ee
a temporary script for testing out the builds as I go through
alicewriteswrongs Nov 15, 2022
0edeacf
go to rollup@2.60
alicewriteswrongs Nov 15, 2022
80c18a7
installing @rollup/plugin-node-resolve@11
alicewriteswrongs Jan 12, 2023
80290d4
patch functions imported from "url": pathToFileURL, fileURLToPath
alicewriteswrongs Nov 15, 2022
9b7a84c
whew
alicewriteswrongs Nov 16, 2022
4555242
formatted
alicewriteswrongs Nov 29, 2022
8804f84
badoop!
alicewriteswrongs Nov 30, 2022
cb73597
let's see if we just stay at 10 how far we can get
alicewriteswrongs Nov 30, 2022
0cb6ca6
undoing earlier changes, what do we actually need to do?
alicewriteswrongs Nov 30, 2022
ac3a3b7
ok I believe that's all working
alicewriteswrongs Nov 30, 2022
855b6ac
go to rollup@2.70
alicewriteswrongs Nov 30, 2022
8d67873
add mock for fs promises
alicewriteswrongs Nov 30, 2022
d8191e5
idk why that's necessary but it appears to be
alicewriteswrongs Nov 30, 2022
f5335a0
undo that
alicewriteswrongs Nov 30, 2022
953cb8f
highest rollup version where I've gotten the tests to work!!!
alicewriteswrongs Nov 30, 2022
9480903
it seems we don't need that for 2.56.3
alicewriteswrongs Nov 30, 2022
73d97e5
remove my test script
alicewriteswrongs Dec 1, 2022
6093aeb
remove the ^
alicewriteswrongs Dec 6, 2022
4f5b47e
switching to the 'smallest' option, see https://github.com/rollup/rol…
alicewriteswrongs Dec 7, 2022
e3603b5
testing
alicewriteswrongs Dec 8, 2022
875fcaf
ok what on earth is going on
alicewriteswrongs Dec 13, 2022
db7acc8
trying to fix this
alicewriteswrongs Dec 13, 2022
065de31
trying to get things to work with new rollup
alicewriteswrongs Dec 13, 2022
9fb6e4d
was trying those things
alicewriteswrongs Dec 13, 2022
94bba4b
god this is just a constant disaster
alicewriteswrongs Dec 14, 2022
e803277
WIP
alicewriteswrongs Jan 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions bin/stencil
Expand Up @@ -52,6 +52,7 @@ cli
checkVersion: nodeApi.checkVersion,
})
.catch(function (err) {
console.log(err);
console.error('uncaught error', err);
process.exit(1);
});