Commit Graph

38881 Commits

Author SHA1 Message Date
Nacho Codoñer
815b674d9a Meteor version to 3.1 ☄️ release/METEOR@3.1 2024-11-20 17:04:43 +01:00
Nacho Codoñer
456f7d6d14 update changelog to include devs helped to test last-minute fix 2024-11-20 17:03:52 +01:00
Nacho Codoñer
e5238fa66b bump bundle version 2024-11-20 16:15:15 +01:00
Nacho Codoñer
c7aa6b88e4 upgrade migration guide 2024-11-20 16:14:20 +01:00
Nacho Codoñer
889e3c3109 bump bundle version 2024-11-20 15:48:06 +01:00
Nacho Codoñer
35270d8b0b Merge pull request #13459 from meteor/fix-cordova-accounts-url-legacy
Fix Cordova issue when using accounts-base
2024-11-19 17:22:03 +01: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
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
Gywem
e963ac4d08 clean 2024-11-13 17:39:48 +01:00
Gywem
9573eb14a6 fix proper URL module 2024-11-13 17:33:09 +01:00
Gywem
04d2e6b60c ensure url package compatibility after latest upgrades of core-js 2024-11-13 17:03:39 +01:00
denihs
50aeb26e60 publish new version for mongo-decimal 2024-11-12 18:19:57 -04:00
denihs
0152bb23bf publish new npm install version for rc 2024-11-12 17:55:42 -04:00
denihs
f85e4ae0b3 document null so we can publish this package in the release. For some reason the Read.me doesn't exist for this package release/METEOR@3.1-rc.0 2024-11-12 15:24:01 -04:00
denihs
92dda3946c Meteor version to 3.1-rc.0 ☄️ 2024-11-12 14:44:47 -04:00
denihs
836838b9c5 - bump BUNDLE_VERSION 2024-11-12 14:34:23 -04:00
Denilson
ab0ad04e12 Merge pull request #13456 from meteor/leonado/changelog
docs: changelog
2024-11-12 14:09:15 -04:00
Leonardo Venturini
a603ff5e77 add migration note 2024-11-12 12:53:50 -04:00
Leonardo Venturini
4bfb70ac97 add hmr perf improvements 2024-11-12 10:26:24 -04: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
29d7467502 add special thanks 2024-11-11 19:08:27 -04:00
Leonardo Venturini
dc5ff5ff3e npm packages 2024-11-11 18:57:25 -04:00
Leonardo Venturini
ebd927bc05 Merge branch 'release-3.1.0' into leonado/changelog 2024-11-11 18:35:26 -04:00
Leonardo Venturini
4f42ace3a2 add bumped packages 2024-11-11 18:34:51 -04:00
Leonardo Venturini
aceb2bcf1b add changelog for 3.1 2024-11-11 16:42:58 -04:00
Leonardo Venturini
5650a9a708 Merge pull request #13454 from meteor/fix/roles-tests
[Fix] Roles package tests
2024-11-11 16:27:39 -04: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
denihs
bd5d58a3a8 - add text condition so puppeteer works with Travis 2024-11-11 13:58:45 -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
denihs
d8c8c3db77 - update node version on travis
- use the latest version on puppeteer
2024-11-11 12:35:30 -04:00
denihs
466e849f95 - Migrate all the tests from Roles to Tinytests 2024-11-11 11:01:21 -04: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
a8efefe5ee Merge pull request #13443 from 9Morello/chore/fix-warnings-on-accounts-password-tests
chore: fix warnings about calling Meteor.user() instead of Meteor.userAsync on the server when running accounts-password's test suite
2024-11-11 10:34:28 -04:00
Leonardo Venturini
c43b503814 fix using rosetta on macos for mongod 2024-11-10 09:20:48 -04:00
Leonardo Venturini
8f63e8cbe8 ignore stylus 2024-11-08 14:54:50 -04:00
Leonardo Venturini
8a48369d86 update versions 2024-11-08 13:32:01 -04:00
Leonardo Venturini
1d297ddb16 Merge pull request #13437 from meteor/leonardo/create-user-async
test: add test for createUserAsync
2024-11-08 12:03:00 -04:00
Leonardo Venturini
b176a03221 Merge branch 'release-3.1.0' into leonardo/create-user-async 2024-11-08 11:49:20 -04:00
Leonardo Venturini
42873904b3 Merge pull request #13441 from meteor/leonardo/updated
test: method updated msg, write fence
2024-11-08 11:40:30 -04:00
Leonardo Venturini
824879d5a8 Merge pull request #13451 from meteor/leonardo/bump-packages
feat: bump package versions so sub dependencies are updated when published
2024-11-08 11:06:05 -04:00
Leonardo Venturini
1b40425a19 exclude roles in command 2024-11-08 08:32:48 -04:00
Leonardo Venturini
2f22da1f4b bump package versions so the sub deps are updated 2024-11-08 08:32:39 -04:00
Leonardo Venturini
4af78246b1 remove shrinkwraps from git (annoying things!) 2024-11-08 08:31:37 -04:00
Leonardo Venturini
2539df868f exclude roles from travis 2024-11-08 08:21:44 -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
denihs
9fa9b82da7 add -beta310 so we don't forget to include it in the next release 2024-11-06 09:00:31 -04:00
Denilson
b9a3b83ccf Merge pull request #13402 from meteor/feature/official-roles
Official roles package
2024-11-06 08:30:13 -04:00
Leonardo Venturini
cf4faf2190 Merge pull request #13449 from ref-app/fix-13447
Fix type publishing in meteor/mongo
2024-11-05 13:51:55 -04:00