Nacho Codoñer
ce0b334a9b
fix skeleton that are dependent on meteor-vite on its latest version
2025-01-27 17:02:09 +01:00
Nacho Codoñer
5a06273a23
upgrade skeletons related with meteor-vite to use latest
2025-01-22 16:55:26 +01:00
Nacho Codoñer
93d34252f1
Merge pull request #13467 from 9Morello/update-node-types
...
Update `@types/node` package in the TypeScript template
2025-01-14 17:23:57 +01:00
Nacho Codoñer
cb2e568443
Update @types/node to latest matching closely 3.1.1 Node's version
2025-01-14 17:23:23 +01:00
Nacho Codoñer
fd5bec6ff0
Merge pull request #13544 from meteor/minhna-fix-windows-npm-rebuild
...
Contribution: fix windows npm rebuild
2025-01-14 12:49:18 +01:00
Nacho Codoñer
30da834f31
fix issue on create a new meteor app with spaces on path
2025-01-13 16:16:12 +01:00
Jan Starzak
0a17c8d513
fix: built-in dev mongo can't start on win32 when username has spaces
2025-01-09 13:33:33 +01:00
9Morello
784073f514
Merge branch 'meteor:devel' into update-node-types
2024-12-18 10:18:19 -05:00
Minh Nguyen
4ee8d850b6
Update npm-rebuild.js to support windows
2024-11-27 08:01:01 +07:00
Gabriel Grubba
be3d2738ca
Merge pull request #13461 from meteor/fix/issue-with-meteor-publish-with-update-option
...
FIX: Issue with meteor publish with update option
2024-11-19 11:03:59 -03:00
Caio
a1360d9c34
Update types definition for Node in the Typescript template
2024-11-19 10:04:17 -03:00
Gabriel Grubba
257bf14b69
FIX: Issue with meteor publish with update option
...
It was missing an await in the update readme function.
Adding tests for this is an issue because of this snippet 3747d4cb87/tools/cli/commands-packages.js (L175-L184) and other parts that require or do some kind of check with the network
Maybe for the future think a way of mocking or being able to do tests in functions and not system tests.
Increase of types could help too.
2024-11-13 19:59:59 -03:00
Nacho Codoñer
e84e48a441
Merge pull request #13455 from meteor/fix-cordova-protocol-deps
...
Fix Cordova build when using custom plugins using protocols
2024-11-12 14:24:19 +01:00
Leonardo Venturini
faff3acd4c
Merge pull request #13452 from meteor/leonardo/bundled-mongo-arm64
...
feat: stop using rosetta for bundled mongo in macos
2024-11-11 14:42:17 -04:00
Gywem
893798a3ae
ensure use version of plugins described on cordova-plugins file otherwise the package.json defined
2024-11-11 18:32:55 +01:00
Nacho Codoñer
9b3a76b716
Merge pull request #13448 from meteor/fix-hmr-performance
...
Fix performance issue with bundler ensuring proper parallelization
2024-11-11 15:54:41 +01:00
Leonardo Venturini
c43b503814
fix using rosetta on macos for mongod
2024-11-10 09:20:48 -04:00
Leonardo Venturini
f0093cb9c9
disable punycode warning on app process
2024-11-08 07:58:17 -04:00
Nacho Codoñer
dd5965725c
dont need to await refresh
2024-11-06 17:58:44 +01:00
Nacho Codoñer
abb854c567
record packages happens in background
2024-11-06 14:11:57 +01:00
Nacho Codoñer
5a34f97c4c
proper await
2024-11-05 17:34:50 +01:00
Nacho Codoñer
ecfcf6d457
fix performance issue with bundler ensuring proper parallelization
2024-11-05 17:22:32 +01:00
Nacho Codoñer
c9da0c56b3
Merge pull request #13416 from meteor/cordova-indirect-deps-fix
...
Fix Cordova build on indirect dependencies [Part 2]
2024-11-04 14:44:08 +01:00
denihs
afbc3c2176
Merge branch 'release-3.1.0' into dev-bundle-22.9.0.0
...
# Conflicts:
# packages/accounts-2fa/.npm/package/npm-shrinkwrap.json
# packages/email/.npm/package/npm-shrinkwrap.json
# packages/npm-mongo/.npm/package/npm-shrinkwrap.json
2024-10-31 13:51:42 -04:00
denihs
70d689db07
- never emit the punycode warning
2024-10-31 13:26:38 -04:00
Leonardo Venturini
0b59717f48
Merge branch 'release-3.1.0' into fix-npm-vuln-update-elliptic
2024-10-31 09:15:12 -04:00
Brian Chan
bfa99b6f0c
Update elliptic
2024-10-31 12:45:30 +08:00
denihs
2dd1efff3e
Merge branch 'release-3.1.0' into dev-bundle-22.9.0.0
...
# Conflicts:
# packages/accounts-2fa/.npm/package/npm-shrinkwrap.json
# packages/email/.npm/package/npm-shrinkwrap.json
2024-10-29 13:44:40 -04:00
denihs
dce340b444
- remove module-alias
...
- create a new way to filter node warnings
- bump BUNDLE_VERSION
2024-10-29 13:41:04 -04:00
Nacho Codoñer
1f41a5f927
Merge branch 'leonardo/performance-optimizations' into upgrade-mongo-5
2024-10-29 14:24:10 +01:00
denihs
f40eac3dc7
- fix for punycode warning
...
- bump BUNDLE_VERSION
2024-10-28 11:53:33 -04:00
Nacho Codoñer
f77ef7305d
simplify
2024-10-24 17:52:13 +02:00
Nacho Codoñer
78abdfbbe1
upgrade mongo driver 5
2024-10-24 17:28:07 +02:00
harryadel
93014f78fd
Merge branch 'release-3.1.0' into underscore/deprecate-underscore
2024-10-22 09:58:45 +03:00
harryadel
e3b5cdd71a
Remove underscore import assertion
2024-10-20 15:57:10 +03:00
Leonardo Venturini
457ff50e02
prevent generating dots which are not allowed in package names
2024-10-18 07:15:36 -04:00
harryadel
320148007f
Remove underscore from test-apps
2024-10-17 21:27:38 +03:00
harryadel
11cbe26e45
Replace underscore in runapp file
2024-10-17 21:03:08 +03:00
Gywem
5f581ad324
ensure cordova package.json is installed after full appending
2024-10-16 17:04:36 +02:00
Nacho Codoñer
2080774dbb
fix issue on windows on run cordova command to install platform
2024-10-07 14:55:18 +02:00
Nacho Codoñer
f17a621fd6
Merge branch 'release-3.0.4' into windows-cordova-fix-dev
...
# Conflicts:
# tools/cordova/project.js
2024-10-04 07:49:21 +02:00
Nacho Codoñer
8f403ffa4b
Merge pull request #13377 from meteor/windows-npm-failure
...
Fix Meteor npm subcommand among others [Meteor 3]
2024-10-04 07:40:18 +02:00
Nacho Codoñer
c47b776af9
Merge pull request #13376 from meteor/cordova-build-fix-deps
...
Fix Cordova build when using plugins with indirect plugin usage [Meteor 3]
2024-10-04 07:40:07 +02:00
Nacho Codoñer
0d3db8a6fe
ensure cordova-<platform> will be added
2024-10-03 17:46:12 +02:00
Nacho Codoñer
8505b97d90
fix windows break flow on adding platform
2024-10-03 17:37:26 +02:00
denihs
b769eb7247
Merge branch 'release-3.0.4' into v3/tla-not-working
...
# Conflicts:
# meteor
# packages/accounts-2fa/.npm/package/npm-shrinkwrap.json
# packages/email/.npm/package/npm-shrinkwrap.json
# packages/npm-mongo/.npm/package/npm-shrinkwrap.json
# packages/webapp/.npm/package/npm-shrinkwrap.json
2024-10-02 12:32:56 -04:00
Denilson
22ea4d51eb
Merge pull request #13379 from meteor/fix/minimal-skelet-ddp
...
Proposed fix for #13329
2024-10-02 11:04:54 -04:00
Nacho Codoñer
0be28ffc43
remove logs
2024-10-02 16:37:21 +02:00
Nacho Codoñer
c5fb22bb9d
fix CI tests by only applying the shell option in windows and when running proper bat/cmd scripts
2024-10-02 16:35:20 +02:00
Jan Dvorak
1d0d819f58
Proposed fix for #13329
2024-10-01 19:02:54 +02:00