Dave Methvin
dda29d729b
Build: Add "browser" keyword for npm
...
(cherry picked from commit 108428bcabb7027852ecd656b98f110a444039d0)
2014-04-23 12:04:05 -04:00
Scott González
f873d06543
Build: Update version from pre to -pre
...
Ref jquery/jquery-release#61
Closes gh-1562
2014-04-17 15:18:19 -04:00
Oleg Gaidarenko
5ac2186903
Build: Update jscsrc
...
* Update "grunt-jscs-checker" package
* Use ".jscsrc" file instead of old ".jscs.json"
* Use jquery preset instead of explicitly defining all the jscs rules
(Cherry-picked from b7283d738e
commit)
2014-04-15 18:10:51 +04:00
Scott González
e04c465b64
Build: Update release script for new jquery-release API
...
Closes gh-1544
(cherry picked from commit 5265cdac3d
)
2014-03-21 12:33:58 -04:00
Jörn Zaefferer
fe8904c213
Build: Add commitplease for commit msg checking
...
Closes gh-1523
(cherry picked from commit 176a2913260b4ec890118137ccc9a290064a59be)
Conflicts:
package.json
2014-03-20 12:33:57 -04:00
Michał Gołębiowski
d56f40d93a
Build: Upgrade npm devDependencies
...
(cherry-picked from d63243d085
)
2014-01-26 04:03:20 +01:00
Timmy Willison
41523ae1d3
Updating the 1.x-master version to 1.11.1pre.
2014-01-23 16:07:07 -05:00
Timmy Willison
3140d3bdd3
Update grunt-bowercopy to 0.5.0
2013-12-31 17:40:16 -05:00
Timmy Willison
827b5141df
Release script: jquery-release integration
...
Conflicts:
build/release.js
2013-12-20 17:29:35 -05:00
Timmy Willison
fd9c32118f
Remove hyphen from pre versions
...
- It is intentionally invalid semver as pre versions should never be released
- UI and Mobile already do this
Conflicts:
bower.json
package.json
2013-12-20 17:29:35 -05:00
Oleg
0e89df5b6d
Use the exact versions dependencies
...
And remove unused "which" package
Cherry picked from the commit 09ede3d33b
2013-12-19 08:41:45 +04:00
Michał Gołębiowski
c4e88083d2
Build: Upgrade to grunt-contrib-jshint 0.7.1 and squash subtasks
...
grunt-contrib-jshint 0.7.1 allows the jshintrc option to be set to true to have
it read the appropriate config file based on the file being checked. The only
place where we can’t use it is the check for dist/jquery.js that has the onevar
option removed.
(cherry-picked from 7deee6af72
)
Fixes #14504
2013-12-18 15:25:11 +01:00
Timmy Willison
c2e0dbdaa5
Manage bower dependencies with grunt-bowercopy
...
Tracked bower dependencies are located at "src/sizzle" and "test/libs".
The source-destination mapping is in the Gruntfile.
When updating a bower dependency, update the version in bower.json, run
`grunt bower`, and then commit the result. When adding a dependency,
update the bowercopy task accordingly.
Fixes #14615 .
Closes gh-1452.
Conflicts:
bower.json
test/index.html
2013-12-06 16:14:27 -05:00
Timmy Willison
9cf253891e
Fixes #14548 . Add main property to package.json
...
Conflicts:
package.json
2013-11-15 17:08:01 -05:00
Dave Methvin
c06462410a
Updating the source version to 1.11.0-pre✓™
2013-11-15 10:59:01 -05:00
Dave Methvin
26dbe634d4
Updating version to 1.11.0-beta2.
2013-11-15 10:58:35 -05:00
Timmy Willison
a9f5946294
Use grunt and bower packages as local dependencies. Close gh-1433.
2013-11-14 10:18:12 -05:00
Michał Gołębiowski
7c38b0686d
Remove workarounds for the uglify task mishandling banners when used with source maps. (cherry-picked from d0fadbba9f
)
...
The issue was fixed in grunt-contrib-uglify:
https://github.com/gruntjs/grunt-contrib-uglify/issues/22
2013-11-09 23:12:40 +01:00
Sindre Sorhus
7e5c2cb6e8
Add load-grunt-tasks package dependency
...
Cherry picked from abfa210adf
commit
2013-11-07 22:09:33 +01:00
Oleg
bcae427015
Fix #12757 - use jscs to check the style guide
...
Cherry picked from ab63e568f50b5b9823490eda9c184e48cc6440c4 commit
2013-11-07 22:09:32 +01:00
Michał Gołębiowski
5823bf3f44
No ticket. Update npm devDependencies. (cherry-picked from 95d1192d53
)
2013-10-25 21:27:49 +02:00
Timmy Willison
67e56db39e
Update requirejs to compatible version, remove r.js
...
Conflicts:
package.json
2013-10-15 09:54:06 -04:00
Timmy Willison
44b9d87484
Edit bower install script based on comments. Close gh-1392.
2013-10-07 17:20:02 -04:00
Scott González
e9a36f3a34
Warn on npm install if Bower isn't installed.
2013-10-07 17:19:58 -04:00
Dave Methvin
e0e0ab5ed7
Updating the source version to 1.11.0-pre
2013-09-19 16:04:38 -04:00
Dave Methvin
b44595824c
Tagging the 1.11.0-beta1 release.
2013-09-19 16:04:29 -04:00
Jörn Zaefferer
f1333ff449
Add Travis CI config for PR testing
2013-09-12 18:39:15 +02:00
Michał Gołębiowski
e4cfe8242c
No ticket. Update packages, make the devDependencies list alphabetic. (cherry-picked from 3f3a6c5ff5e6f1565ff4ad672ad44f71ad765f29)
2013-09-05 18:19:04 +02:00
Timmy Willison
217cbb7109
AMD-ify jQuery sourcegit s! Woo! Fixes #14113 , #14163 .
...
Conflicts:
Gruntfile.js
README.md
src/ajax.js
src/ajax/xhr.js
src/attributes.js
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/selector-native.js
src/traversing.js
test/unit/core.js
test/unit/data.js
2013-08-15 15:49:49 -04:00
Oleg
40f96b85d3
Install bower packages with npm install
...
(cherry picked from commit 806b0230cd
)
2013-07-24 18:42:46 +04:00
Timmy Willison
caea5b1011
Lint JSON manifests during development
2013-07-19 09:55:26 -04:00
Michał Gołębiowski
4b7a0d4e0a
Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. Close gh-1283.
...
Conflicts:
src/.jshintrc
test/.jshintrc
2013-07-11 12:59:44 -04:00
Timmy Willison
40d4881373
Include Sizzle and Qunit with bower. Fixes #14118 .
2013-07-10 12:01:20 -04:00
Dave Methvin
571bdd7665
Updating the source version to 1.10.3-pre
2013-07-03 09:49:00 -04:00
Dave Methvin
3b0b953d98
Tagging the 1.10.2 release.
2013-07-03 09:48:24 -04:00
Jörn Zaefferer
f22b0745ad
Build: Update testswarm task to node-testswarm 1.x API
2013-06-05 16:07:45 +02:00
Dave Methvin
1904ed0a30
Updating the source version to 1.10.2-pre
2013-05-30 17:49:13 -04:00
Dave Methvin
3a67de7635
Tagging the 1.10.1 release.
2013-05-30 17:49:05 -04:00
Dave Methvin
28db00fb6f
Updating the source version to 1.10.1-pre
2013-05-24 14:39:33 -04:00
Dave Methvin
61bc65ed04
Tagging the 1.10.0 release.
2013-05-24 14:39:24 -04:00
Chris Talkington
3a59f8ad6e
build: update release script to use nodejs archiver.
...
(cherry picked from commit eaee6eae0f
)
Conflicts:
AUTHORS.txt
2013-05-16 21:59:34 -04:00
Dave Methvin
af60d4eb66
Updating the source version to 1.10.0-pre
2013-05-09 21:16:58 -04:00
Dave Methvin
3a8fcde250
Tagging the 1.10.0-beta1 release.
2013-05-09 21:16:49 -04:00
Richard Gibson
3c7dd23d1f
Fix #13776 : Add banner before generating source map. Close gh-1246.
...
(cherry picked from commit 9d16fe6283
)
2013-04-18 13:48:51 -04:00
Michał Gołębiowski
4adde5d145
Update grunt-contrib-jshint to 0.3.0, ref gh-1204.
2013-04-03 20:41:41 -04:00
Tom Fuertes
e3a802cbf7
No ticker: grunt_compare_size options. Close gh-1210.
...
(cherry picked from commit 1f530e2867
)
2013-03-26 20:54:07 -04:00
Timmy Willison
336cf71a54
Use semver versions for our in-between versions as well. Also update Sizzle.
...
http://semver.org/
2013-03-23 15:23:40 -04:00
Michał Gołębiowski
97e84fc68b
updated Grunt to 0.4.1
2013-03-18 12:58:53 -04:00
Richard Gibson
832ecdb7cb
No ticket: compare_size returns!
...
(remember to `npm install`)
2013-03-11 10:07:22 -04:00
Dave Methvin
b6cfc0438e
Try these dependencies since they work for 2.0
2013-02-26 23:31:47 -05:00