Commit Graph

1509 Commits

Author SHA1 Message Date
Frederico Maia Arantes
560707824a Bump packages for release 2022-03-17 18:52:26 -03:00
Frederico Maia Arantes
7fc0c0055b Bump packages for release 2022-03-14 12:12:19 -03:00
Renan Castro
875f656a6f Merge branch 'release-2.6.1' into release-2.7
# Conflicts:
#	meteor
#	npm-packages/meteor-babel/package-lock.json
#	npm-packages/meteor-babel/package.json
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	packages/babel-compiler/package.js
#	packages/meteor-tool/package.js
#	scripts/admin/meteor-release-experimental.json
#	scripts/dev-bundle-tool-package.js
2022-02-18 17:29:03 -03:00
Renan Castro
6f8029eb2e Fix browserstack tests - remove testing for IE 9.
- upgrade dev bundle for final version of meteor/babel
2022-02-18 14:37:58 -03:00
zodern
35dd7ab257 Pass lazy css resources to minifier in dev
This makes it consistent with non-lazy css resources, which were always being passed to the minifier.
2022-02-08 19:20:57 -06:00
Renan Castro
8c3a6cdd6c Fix test searching for mongo v4 - replace with v5 2022-01-21 13:28:35 -04:00
Jan Dvorak
a69f2e573e Remove commented out functionality 2021-10-12 09:23:53 +02:00
Jan Dvorak
cd51b4f572 Add regression self-test 2021-10-11 15:08:34 +02:00
filipenevola
c03ab0f426 Including all the available skeletons in Meteor create command test suite
(cherry picked from commit 6483482203)
2021-09-03 21:03:27 -07:00
Jan Dvorak
ac2b82d21b Merge branch 'devel' into release-2.4 2021-08-24 09:48:52 +02:00
Jan Dvorak
8fb65770d3 accounts-password use isEnroll 2021-08-23 17:20:05 +02:00
Jan Dvorak
0f338410e3 Update babel to 7.15.3 to potentially fix d3 array error #11525 2021-08-11 10:45:56 +02:00
Jan Dvorak
a8b32055e6 Merge branch 'devel' into release-2.4 2021-08-03 04:37:24 +02:00
Jan Dvorak
d5c79c10f9 Dev bundle 14.17.4.2 2021-08-02 14:50:41 +02:00
Jan Dvorak
4cf853cca2 Update babel to 7.14.9 per #11525 2021-08-02 14:36:01 +02:00
Jan Dvorak
1aa39e6127 Update meteor-node-stubs to 1.1.0 2021-07-20 16:33:20 +02:00
Jan Dvorak
985cbf5b2b Merge branch 'devel' into release-2.4 2021-07-09 14:10:07 +02:00
Jan Dvorak
638e59cdef Merge pull request #11495 from meteor/feature/update-tools
Minor tools update
2021-07-07 14:23:55 +02:00
Jan Dvorak
8b7c7eb3f7 Update babel runtime and skelets 2021-06-28 17:32:00 +02:00
Jan Dvorak
a91c822f3c Merge pull request #11494 from meteor/dependabot/npm_and_yarn/tools/tests/apps/git-commit-hash/ws-6.2.2
Bump ws from 6.2.1 to 6.2.2 in /tools/tests/apps/git-commit-hash
2021-06-25 12:46:51 +02:00
Jan Dvorak
c4c418e6ce Merge pull request #11493 from meteor/dependabot/npm_and_yarn/tools/tests/apps/dynamic-import/ws-6.2.2
Bump ws from 6.2.1 to 6.2.2 in /tools/tests/apps/dynamic-import
2021-06-25 12:46:40 +02:00
dependabot[bot]
144b83fb65 Bump ws from 6.2.1 to 6.2.2 in /tools/tests/apps/git-commit-hash
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-25 10:46:11 +00:00
dependabot[bot]
5670f58206 Bump ws from 6.2.1 to 6.2.2 in /tools/tests/apps/dynamic-import
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-25 10:46:03 +00:00
dependabot[bot]
22aaa4f87d Bump ws from 6.2.1 to 6.2.2 in /tools/tests/apps/app-config
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-25 10:45:59 +00:00
Jan Dvorak
b6e127cfc9 Minor tools update
Replace underscore where easy and feasible & other minor modernization that I came across.
2021-06-25 00:36:03 +02:00
filipenevola
125846cefa Merge branch 'release-2.3' into feature/accurate-unused-files-tracking
# Conflicts:
#	tools/isobuild/compiler.js
2021-06-14 13:46:52 -04:00
zodern
cbc1d6002b Add tests for watching files in packages 2021-06-11 09:51:16 -05:00
zodern
c1be1dca98 Add potentially unused file tests 2021-05-31 11:19:54 -05:00
Jan Dvorak
8a08a65290 Merge branch 'release-2.3' into remove-compat-bellow-1.0 2021-05-21 15:18:18 +02:00
Filipe Névola
cb00f74cd2 Merge branch 'release-2.3' into release-node-14 2021-05-19 17:34:55 -04:00
filipenevola
b5844ebcd2 Revert "Removing blaze flag from tests with creation"
This reverts commit 5fd65631
2021-05-13 10:50:51 -04:00
filipenevola
5fd6563160 Removing blaze flag from tests with creation 2021-05-13 10:18:28 -04:00
Jan Dvorak
5feda3dff5 Merge branch 'devel' into remove-compat-bellow-1.0 2021-05-12 20:34:41 +02:00
Jan Dvorak
66c14c40e7 Merge branch 'devel' into release-node-14 2021-05-10 12:31:24 +02:00
Jan Dvorak
d7873751a8 Merge branch 'devel' into release-2.3 2021-05-10 19:20:21 +09:00
dependabot[bot]
18bca91a01 Bump ua-parser-js from 0.7.20 to 0.7.28 in /tools/tests/apps/modules
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.20...0.7.28)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-08 11:53:48 +00:00
Jan Dvorak
f154deee3d Merge branch 'devel' into release-node-14 2021-04-29 20:22:01 +02:00
Jan Dvorak
b8d41a0992 Skelets dependencies updates 2021-04-23 19:14:35 +02:00
Jan Dvorak
b5b7306bed Remove deprecated code from before v1.0
Remove deprecated code from before Meteor 1.0 that  was documented via XXX COMPAT in comments. Move deprecated packages into the deprecated folder (deps, livedata, srp).
2021-04-23 17:56:05 +02:00
filipenevola
0dd85d5f2e Test clean up and exposing fullBuffer, useful to logs 2021-04-09 18:52:54 -04:00
Filipe Névola
47bd1e3ce0 Merge branch 'devel' into release-node-14 2021-03-31 11:22:57 -04:00
filipenevola
83d99bfbc6 Browserstack tests should run only on browserstack-check branch
These tests are flaky and also we are going to run them only before releases in a specific internal server
2021-03-30 10:05:13 -04:00
filipenevola
412cbeb97d Merge branch 'improve-tests' into release-node-14 2021-02-10 18:52:58 -04:00
filipenevola
883d58106c Improves tests and logs 2021-02-10 18:49:23 -04:00
filipenevola
47bd4ba84d Merge branch 'devel' into release-node-14
# Conflicts:
#	History.md
#	meteor
#	scripts/dev-bundle-tool-package.js
2021-02-10 13:10:24 -04:00
filipenevola
03fd73fc03 Uses create --blaze while we don't have a final published version of hot-module-replacement 2021-01-17 21:45:35 -04:00
filipenevola
fda5e54ac4 Dont prepare app 2021-01-14 16:06:07 -04:00
filipenevola
e41276fd52 Revert "Adds timeout as an option to Sandbox.createApp"
This reverts commit dc2b2ca1
2021-01-14 16:04:19 -04:00
filipenevola
dc2b2ca1e1 Adds timeout as an option to Sandbox.createApp 2021-01-14 15:34:17 -04:00
Jan Dvorak
a86910f000 Merge branch 'devel' into release-node-14 2020-12-19 19:16:05 +01:00