Commit Graph

21 Commits

Author SHA1 Message Date
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
Richard Gibson
b869d3f1ac Fix #14579: attribute selectors with trailing spaces after an unquoted value
(cherry picked from commit ed20e7c645)
2013-11-27 14:52:20 -05:00
Timmy Willison
e07c00be72 Fixes #14535: update Sizzle to 1.10.13
(cherry picked from commit c389c2e6ba)
2013-11-26 09:44:29 -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
Timmy Willison
36f00b17c2 Update Sizzle: remove the use of version ranges
Conflicts:
	bower.json
2013-11-14 10:11:35 -05:00
Sindre Sorhus
878b00772e Add "keywords" to bower.json
Cherry picked from 0bb4090c2c commit
2013-11-07 22:09:33 +01:00
Richard Gibson
64bdf4140b Fix #14381: Update to Sizzle 1.10.11 2013-10-11 14:14:03 -04:00
Timmy Willison
f6694208aa Update Sizzle to 1.10.10 2013-10-10 16:25:11 -04:00
Richard Gibson
3a552cdfa7 Fix #14351: Update Sizzle
(cherry picked from commit 1d57ffe5ff)
2013-09-12 16:39:09 -04:00
Timmy Willison
89ddf1040a Unignore license in bower. Ignore other unnecessary files. 2013-09-09 23:26:32 -05:00
Timmy Willison
a8627a9240 Revert "Keep the build for bower"
This reverts commit c9858a4351.
2013-09-08 22:27:20 -04:00
Timmy Willison
c9858a4351 Keep the build for bower 2013-09-08 21:53:05 -04:00
Timmy Willison
2af2e74e27 Update Sizzle to 1.10.7
Conflicts:
	bower.json
2013-08-27 15:06:03 -04:00
Timmy Willison
b718a169b5 Update Sizzle: minor change to a test (oldIE must set defaultChecked on creation) 2013-08-27 00:16:14 -04: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
Timmy Willison
c56a9a64e8 Update QUnit to 1.12.0 2013-07-24 21:29:32 -04:00
Timmy Willison
7e7ed7acd0 Update Sizzle to 1.10.5. Fixes #14142. 2013-07-19 09:55:59 -04:00
Timmy Willison
b7ea5c0f35 Fix bower.json version from cherry-picked commit 2013-07-10 14:20:32 -04:00
Timmy Willison
40d4881373 Include Sizzle and Qunit with bower. Fixes #14118. 2013-07-10 12:01:20 -04:00