Commit Graph

8714 Commits

Author SHA1 Message Date
denihs
8a5577bb46 Merge branch 'release-3.0.4' into feature/static-html-tools
# Conflicts:
#	packages/npm-mongo/.npm/package/npm-shrinkwrap.json
2024-09-24 10:36:39 -04:00
Jan Dvorak
92fe2c6b31 Merge branch 'devel' into feature/static-html-tools 2024-09-23 16:46:48 +02:00
denihs
3747d4cb87 missing await in the admin recommend-release 2024-09-20 16:43:41 -04:00
denihs
ac28d0dc32 packageClient.callPackageServer method missing await 2024-09-12 14:52:33 -04:00
Denilson
abe77a3f65 Merge pull request #13325 from meteor/fix-wrong-url-on-update-warning
Fix wrong URL to changelog
2024-09-04 10:56:04 -04:00
Nacho Codoñer
2fe273ccc3 Merge pull request #13209 from JorgenVatle/update-meteor-vite
Update `meteor-vite` packages in Vue and Solid skeleton apps
2024-09-04 14:18:29 +02:00
Nacho Codoñer
a5d863c702 Merge pull request #13297 from nachocodoner/tweaks-adv-bundling-3.x
[3.x] Support env vars to modify the Meteor project configuration and .meteorignore [modern-bundlers]
2024-09-03 17:03:52 +02:00
Nacho Codoñer
21dd9a8556 Merge pull request #13239 from meteor/feature/cordova-versions-update
Update Cordova dependency versions to the latest
2024-09-03 16:59:36 +02:00
Filipe Névola
1780bf4ccb Fix wrong URL to changelog
The URL is resulting in 404.

Fixing to which appears to be the new one.
2024-09-02 14:48:09 -04:00
Leonardo Venturini
7288db014e Merge branch 'devel' into release-3.0.3 2024-08-30 10:07:49 -04:00
Jan Dvorak
80252c11d8 Update elliptic
Based on NPM audit warning
2024-08-22 20:24:02 +02:00
kbarr1212
21931efced Using await when open tag is called #13175 (#13300)
Co-authored-by: Phong Truong <rhumtea@users.noreply.github.com>
Co-authored-by: Avin Rai <avinrai7@gmail.com>
2024-08-22 17:52:35 +02:00
Nacho Codoñer
6d6a107583 Merge branch 'devel' into tweaks-adv-bundling-3.x 2024-08-22 17:50:55 +02:00
Gywem
cc953712c5 ensure minimum compatbility on cordova versions bumped 2024-08-15 19:11:58 +02:00
Nacho Codoñer
93a690c160 adjust to latest version 2024-08-15 16:30:33 +02:00
Nacho Codoñer
2032066f00 support meteor ignore config to be extended by env variable 2024-07-31 17:05:36 +02:00
Nacho Codoñer
cfc6c8a665 support meteor project config to be modified by env variable 2024-07-31 17:05:36 +02:00
Jan Dvorak
89d6c51a44 Update Cordova dependency versions to the latest 2024-07-19 20:00:42 +02:00
denihs
4f9e944d1c - fix regressions - web.browser.legacy test 2024-07-18 14:50:16 -04:00
denihs
5dccbaf706 - update versions for meteortesting:mocha 2024-07-18 14:39:44 -04:00
denihs
0d8180a7c1 - update versions for meteortesting:mocha-core and meteortesting:mocha 2024-07-18 14:05:46 -04:00
denihs
2fb7ccc5cf Remove pinned version for the package react-meteor-data from our skeletons 2024-07-18 13:15:03 -04:00
Nacho Codoñer
4cafa1863a manage better env variables spread to git child processes 2024-07-15 16:07:58 +02:00
Nacho Codoñer
e866128231 manage better env variables spread to git child processes 2024-07-15 16:05:23 +02:00
Nacho Codoñer
e0d44f3405 set env variable as part of node to simplify cmd output 2024-07-15 15:57:43 +02:00
Nacho Codoñer
0fae99dc57 convert to proper os path 2024-07-15 15:38:03 +02:00
Nacho Codoñer
344dea1d5e fix git clone windows command 2024-07-15 15:16:22 +02:00
Nacho Codoñer
624d72a7c3 fix issue with git clone when preparing meteor example 2024-07-15 15:12:21 +02:00
denihs
5ec791ffea Merge branch 'refs/heads/release-3.0' into fix/git-terminal-windows
# Conflicts:
#	tools/cli/commands.js
2024-07-12 08:57:08 -04:00
denihs
9a32be41fa - on windows set GIT_TERMINAL_PROMPT properly 2024-07-12 08:54:04 -04:00
Nacho Codoñer
1b60ae69bb check properly the error message to handle the error 2024-07-12 14:24:50 +02:00
denihs
37b2679639 Merge remote-tracking branch 'origin/release-3.0' into release-3.0
# Conflicts:
#	packages/npm-mongo/.npm/package/npm-shrinkwrap.json
2024-07-11 14:56:27 -04:00
denihs
b6f9f5f2bb - make sure to load dependencies before running tests with browserstack 2024-07-11 12:58:20 -04:00
Leonardo Venturini
eb1da723b9 rename variable (#13224) 2024-07-11 08:41:57 -04:00
Leonardo Venturini
6804b236b2 Fix Node.js version issue (#13199)
* commit logs

* use the correct tools dir when using meteor warehouse dir env var

* remove logs

* remove logs

* run bin commands after springboarding

* revert change

* revert change

* fix npm command for checkout

* avoid to use unexisting tools path within a sandbox that describe a warehouse

---------

Co-authored-by: Nacho Codoñer <igcogi@gmail.com>
2024-07-11 08:37:16 -04:00
Nacho Codoñer
5d96d09d2a OSS-462 Tweak npm-shrinkwrap.json permissions on newer npm versions to proper app server bundle setup (#13219)
* tweak permissions of npm-shrinkwrap.json file to properly install deps later

* tweak 644 permission as the minimum required
2024-07-10 12:18:59 +02:00
Nacho Codoñer
a09d6de757 Merge branch 'release-3.0' into update-meteor-vite 2024-07-09 16:56:27 +02:00
Denilson
bfb97aadc0 Merge branch 'release-3.0' into update-meteor-vite 2024-07-05 10:52:41 -04:00
denihs
3c3a1345aa - removing premature skel cloning
- avoid getting stuck in prompting when trying to clone repository
2024-07-04 15:06:36 -04:00
denihs
31504b221b - fix bindEnvironment to add catch to the return if it's a promise 2024-07-03 14:42:45 -04:00
denihs
83ecf9b7e9 Merge branch 'refs/heads/release-3.0' into fix/revert-withvalue-deprecate-meteor-call 2024-07-03 14:14:16 -04:00
denihs
ff6c7c4864 - increase protocolTimeout for puppeteer launch 2024-07-03 13:38:37 -04:00
denihs
776b3c22d8 - check if the resource has any errors before trying to get the data from it. 2024-07-02 13:56:01 -04:00
Jørgen Vatle
6b7004fbc0 Remove version pin from jorgenvatle:vite bundler.
A full release of the package for Meteor v3 has been published, so this should allow Meteor auto-select the most relevant compatible version to match the Meteor version in use.
2024-06-30 00:16:47 +03:00
Jørgen Vatle
561a9ffe7c Update meteor-vite to npm package in Vue skeleton.
meteor-vite@1.7.1 is too out of date to work correctly with the version of `jorgenvatle:vite-bundler` specified in `.meteor/packages`

Ref: https://github.com/meteor/meteor/issues/12937
2024-06-30 00:08:16 +03:00
Denilson
f3e6e9163c Merge branch 'release-3.0' into fix/release-3-crash-failed-build 2024-06-18 09:30:03 -04:00
Leonardo Venturini
dbfd9cb3ac fix memory leak 2024-06-12 09:03:42 -04:00
Nacho Codoñer
bf20a3a669 fix conflict 2024-06-11 14:57:01 +02:00
Nacho Codoñer
c2b9f4129e Revert "fix conflict"
This reverts commit 0c6ac52bca.
2024-06-11 14:55:39 +02:00
Nacho Codoñer
0c6ac52bca fix conflict 2024-06-11 14:24:55 +02:00