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

Autoform 7 attempt #1

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Autoform 7 attempt #1

wants to merge 1 commit into from

Conversation

harveysanders
Copy link
Contributor

@harveysanders harveysanders commented Dec 19, 2024

Set up dependency/memory bug reproduction state

@harveysanders
Copy link
Contributor Author

harveysanders commented Dec 19, 2024

Steps so far

  • Auto install the latest compatible packages for Meteor 2.16
meteor run
  • Attempt to upgrade aldeed:autoform to v7
$ meteor add aldeed:[email protected]

 => Errors while adding packages:             
                                              
While selecting package versions:
error: Conflict: Constraint aldeed:[email protected] is not satisfied by
aldeed:autoform 7.1.0.
Constraints on package "aldeed:autoform":
* aldeed:[email protected] <- top level
* aldeed:[email protected] <- aldeed:autoform-bs-datepicker 2.0.0

Hardcode version pin in packages as recommended by the AutoForm docs
https://github.com/Meteor-Community-Packages/meteor-autoform?tab=readme-ov-file#migration-from-6x

@harveysanders
Copy link
Contributor Author

Arg upgrading to 3.0.4 worked fine on main

meteor update --release 3.0.4           main ⬆
                                                                                 
Changes to your project's package version selections from updating the release:
                                              
aldeed:autoform*+                        upgraded from 7.1.0 to 8.0.0...
allow-deny*                              upgraded from 1.1.1 to 2.0.0
autoupdate*                              upgraded from 1.8.0 to 2.0.0
babel-compiler                           upgraded from 7.10.5 to 7.11.1
babel-runtime                            upgraded from 1.5.1 to 1.5.2
base64                                   upgraded from 1.0.12 to 1.0.13
binary-heap                              upgraded from 1.0.11 to 1.0.12
blaze*                                   upgraded from 2.8.0 to 3.0.1
blaze-hot*                               upgraded from 1.1.2 to 2.0.0
blaze-html-templates*                    upgraded from 2.0.1 to 3.0.0
blaze-tools*                             upgraded from 1.1.4 to 2.0.0
boilerplate-generator*                   upgraded from 1.7.2 to 2.0.0
caching-compiler*                        upgraded from 1.2.2 to 2.0.1
caching-html-compiler*                   upgraded from 1.2.2 to 2.0.0
callback-hook                            upgraded from 1.5.1 to 1.6.0
check                                    upgraded from 1.4.1 to 1.4.4
communitypackages:autoform-bootstrap5*+  upgraded from 1.0.0 to 2.0.0...
core-runtime                             added, version 1.0.0
ddp                                      upgraded from 1.4.1 to 1.4.2
ddp-client*                              upgraded from 2.6.2 to 3.0.2
ddp-common                               upgraded from 1.4.1 to 1.4.4
ddp-server*                              upgraded from 2.7.1 to 3.0.2
deps                                     removed from your project
diff-sequence                            upgraded from 1.1.2 to 1.1.3
dynamic-import                           upgraded from 0.7.3 to 0.7.4
ecmascript                               upgraded from 0.16.8 to 0.16.9
ecmascript-runtime                       upgraded from 0.8.1 to 0.8.3
ecmascript-runtime-client                upgraded from 0.12.1 to 0.12.2
ecmascript-runtime-server                upgraded from 0.11.0 to 0.11.1
ejson                                    upgraded from 1.1.3 to 1.1.4
es5-shim                                 upgraded from 4.8.0 to 4.8.1
facts-base                               added, version 1.0.2
fetch                                    upgraded from 0.1.4 to 0.1.5
geojson-utils                            upgraded from 1.0.11 to 1.0.12
hot-code-push                            upgraded from 1.0.4 to 1.0.5
hot-module-replacement                   upgraded from 0.5.3 to 0.5.4
html-tools*                              upgraded from 1.1.4 to 2.0.0
htmljs*                                  upgraded from 1.2.1 to 2.0.1
id-map                                   upgraded from 1.1.1 to 1.2.0
inter-process-messaging                  upgraded from 0.1.1 to 0.1.2
launch-screen                            upgraded from 2.0.0 to 2.0.1
livedata                                 removed from your project
logging                                  upgraded from 1.3.4 to 1.3.5
meteor*                                  upgraded from 1.11.5 to 2.0.2
meteor-base                              upgraded from 1.5.1 to 1.5.2
minifier-css*                            upgraded from 1.6.4 to 2.0.0
minifier-js*                             upgraded from 2.8.0 to 3.0.0
minimongo*                               upgraded from 1.9.4 to 2.0.1
mobile-experience                        upgraded from 1.1.1 to 1.1.2
mobile-status-bar                        upgraded from 1.1.0 to 1.1.1
modern-browsers                          upgraded from 0.1.10 to 0.1.11
modules                                  upgraded from 0.20.0 to 0.20.2
modules-runtime                          upgraded from 0.13.1 to 0.13.2
modules-runtime-hot                      upgraded from 0.14.2 to 0.14.3
momentjs:moment                          removed from your project
mongo*                                   upgraded from 1.16.10 to 2.0.2
mongo-decimal                            upgraded from 0.1.3 to 0.1.4
mongo-dev-server                         upgraded from 1.1.0 to 1.1.1
mongo-id                                 upgraded from 1.0.8 to 1.0.9
npm-mongo                                upgraded from 4.17.2 to 4.17.4
observe-sequence*                        upgraded from 1.0.22 to 2.0.0
ordered-dict                             upgraded from 1.1.0 to 1.2.0
promise*                                 upgraded from 0.12.2 to 1.0.0
random                                   upgraded from 1.2.1 to 1.2.2
react-fast-refresh                       upgraded from 0.2.8 to 0.2.9
reactive-dict                            upgraded from 1.3.1 to 1.3.2
reactive-var                             upgraded from 1.0.12 to 1.0.13
reload                                   upgraded from 1.3.1 to 1.3.2
retry                                    upgraded from 1.1.0 to 1.1.1
routepolicy                              upgraded from 1.1.1 to 1.1.2
shell-server                             upgraded from 0.5.0 to 0.6.0
socket-stream-client                     upgraded from 0.5.2 to 0.5.3
spacebars*                               upgraded from 1.3.0 to 2.0.0
spacebars-compiler*                      upgraded from 1.3.2 to 2.0.0
standard-minifier-css                    upgraded from 1.9.2 to 1.9.3
standard-minifier-js*                    upgraded from 2.8.1 to 3.0.0
templating                               upgraded from 1.4.3 to 1.4.4
templating-compiler*                     upgraded from 1.4.2 to 2.0.0
templating-runtime*                      upgraded from 1.6.4 to 2.0.1
templating-tools*                        upgraded from 1.2.3 to 2.0.0
tracker                                  upgraded from 1.3.3 to 1.3.4
typescript*                              upgraded from 4.9.5 to 5.4.3
ui                                       removed from your project
underscore                               upgraded from 1.6.2 to 1.6.4
webapp*                                  upgraded from 1.13.8 to 2.0.3
webapp-hashing                           upgraded from 1.1.1 to 1.1.2

                                              
* These packages have been updated to new versions that are not backwards
compatible.
                                              
+ In order to resolve constraints, we had to use experimental versions of
these
packages.
meteor-memory-error: updated to Meteor 3.0.4.

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.

1 participant