Michał Gołębiowski
b7663eabcd
Build: Point to files from the compat branch, not master
2014-11-03 23:59:03 +01:00
Scott González
9dfb9af962
Build: Update license
...
(cherry-picked from 4f776e5ff9
)
Closes gh-1587
2014-11-03 23:56:54 +01:00
Timmy Willison
2912ddd824
Build: 1.x-master -> compat
2014-11-03 12:27:12 -05:00
Jörn Zaefferer
630a5a8c0b
Build: Upgrade to commitplease 2.0.0
...
commitplease now accepts "[tmp]:" and similar to temporary commits,
useful while updating pull requests that are squashed later.
(cherry picked from commit 5bc1ddc5cc
)
2014-10-22 17:57:57 +02:00
Arthur Verschaeve
49c720e16a
Misc: Update all references to bugs.jquery.com
...
(cherry-picked from 3e89a53265
)
Fixes gh-1681
Closes gh-1716
2014-10-19 23:52:36 +01:00
Timmy Willison
181b451646
Build: update source map options for the new grunt jshint
2014-07-17 11:16:21 -07:00
Timmy Willison
91e06e9aeb
Build: update grunt-jscs-checker and pass with the new rules
...
Conflicts:
build/tasks/build.js
src/ajax/xhr.js
src/attributes/classes.js
src/attributes/prop.js
src/attributes/val.js
src/core/init.js
src/core/ready.js
src/css.js
src/css/curCSS.js
src/css/defaultDisplay.js
src/data.js
src/data/var/dataPriv.js
src/data/var/dataUser.js
src/dimensions.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/queue.js
src/selector-native.js
test/data/testrunner.js
2014-07-17 11:08:37 -07:00
Timmy Willison
511eb1540b
Build: update node dependencies barring jscs
2014-07-17 10:31:23 -07:00
Timmy Willison
79c0732ac2
Build: drop bower; use npm for front-end deps
...
Fixes #15186
Closes gh-1620
Conflicts:
bower.json
2014-07-17 10:29:17 -07:00
Timmy Willison
b3edc61c54
Build: update grunt-bowercopy
2014-06-25 13:51:56 -04:00
Scott González
5150442e1b
Build: Upgrade to grunt-bowercopy 1.0.0
2014-06-25 13:45:12 -04:00
Oleg Gaidarenko
a96ed7e245
Build: Update commitplease dev dependency
...
Ref 39b76064d9
2014-06-16 03:22:03 +04:00
Timmy Willison
523c87138a
Release: ensure Sizzle is the latest tag
...
Fixes #14915
2014-05-27 15:17:54 -04:00
Dave Methvin
7d5afcb0ec
Build: Bump version to 1.11.2-pre
...
The release script didn't go perfectly.
2014-05-01 16:46:12 -04:00
Oleg Gaidarenko
874304fc30
Build: Spaces vs tabs
...
* Use tabs instead of spaces in jscs config
* Always use spaces in package.json (really hope this is temporary)
(cherry-picked from bbace100a3
)
2014-04-24 23:45:55 +04:00
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